Home
last modified time | relevance | path

Searched refs:sect_iterator (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h37 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()
DELFSegment.h29 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/
DFragmentLinker.cpp103 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in applyRelocations()
152 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in normalSyncRelocationResult()
DFragmentGraph.cpp175 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in createRegularEdges()
/frameworks/compile/mclinker/lib/LD/
DLDContext.cpp44 sect_iterator sect_iter, sect_end = sectEnd(); in getSection()
DELFObjectReader.cpp102 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections()
306 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd(); in readRelocations()
DELFObjectWriter.cpp148 ELFSegment::sect_iterator sect, sectEnd = (*seg).end(); in writeObject()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp244 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/
DELFReaderTest.cpp131 LDContext::sect_iterator rs = m_pInput->context()->relocSectBegin(); in TEST_F()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp525 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1757 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/
DHexagonLDBackend.cpp576 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()