Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h35 typedef SectionTable::iterator sect_iterator; typedef
47 sect_iterator sectBegin() { return m_SectionTable.begin(); } in sectBegin()
50 sect_iterator sectEnd() { return m_SectionTable.end(); } in sectEnd()
79 sect_iterator relocSectBegin() { return m_RelocSections.begin(); } in relocSectBegin()
82 sect_iterator relocSectEnd() { return m_RelocSections.end(); } in relocSectEnd()
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp129 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSections()
188 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in getEntrySections()
330 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in stripSections()
348 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in stripSections()
DELFObjectReader.cpp111 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections()
307 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd(); in readRelocations()
DLDContext.cpp41 sect_iterator sect_iter, sect_end = sectEnd(); in getSection()
DIdenticalCodeFolding.cpp125 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in findCandidates()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp67 for (LDContext::sect_iterator it = ctx->sectBegin(), in create()
DARMLDBackend.cpp826 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp341 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in mergeSections()
586 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in scanRelocations()
790 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in relocation()
874 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in normalSyncRelocationResult()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp123 LDContext::sect_iterator rs = m_pInput->context()->relocSectBegin(); in TEST_F()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp379 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp554 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp807 for (LDContext::sect_iterator rs = context->relocSectBegin(); in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2519 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in preLayout()