Searched refs:sect_iterator (Results 1 – 12 of 12) sorted by relevance
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDContext.h | 37 typedef SectionTable::iterator sect_iterator; typedef 49 sect_iterator sectBegin() { return m_SectionTable.begin(); } in sectBegin() 52 sect_iterator sectEnd() { return m_SectionTable.end(); } in sectEnd() 77 sect_iterator relocSectBegin() { return m_RelocSections.begin(); } in relocSectBegin() 80 sect_iterator relocSectEnd() { return m_RelocSections.end(); } in relocSectEnd()
|
D | ELFSegment.h | 29 typedef std::vector<LDSection*>::iterator sect_iterator; typedef 44 sect_iterator begin() { return m_SectionList.begin(); } in begin() 46 sect_iterator end() { return m_SectionList.end(); } in end()
|
/frameworks/compile/mclinker/lib/Fragment/ |
D | FragmentLinker.cpp | 103 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in applyRelocations() 152 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in normalSyncRelocationResult()
|
D | FragmentGraph.cpp | 175 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in createRegularEdges()
|
/frameworks/compile/mclinker/lib/LD/ |
D | LDContext.cpp | 44 sect_iterator sect_iter, sect_end = sectEnd(); in getSection()
|
D | ELFObjectReader.cpp | 102 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections() 306 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd(); in readRelocations()
|
D | ELFObjectWriter.cpp | 148 ELFSegment::sect_iterator sect, sectEnd = (*seg).end(); in writeObject()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 244 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in mergeSections() 378 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in scanRelocations()
|
/frameworks/compile/mclinker/unittests/ |
D | ELFReaderTest.cpp | 131 LDContext::sect_iterator rs = m_pInput->context()->relocSectBegin(); in TEST_F()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 525 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1757 for (ELFSegment::sect_iterator sect = (*seg).begin(), in createProgramHdrs() 2064 for (ELFSegment::sect_iterator sect = (*seg).begin(), in setOutputSectionAddress() 2193 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in preLayout()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 576 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
|