Searched refs:sect_iterator (Results 1 – 13 of 13) sorted by relevance
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDContext.h | 35 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/ |
D | GarbageCollection.cpp | 129 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()
|
D | ELFObjectReader.cpp | 111 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections() 307 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd(); in readRelocations()
|
D | LDContext.cpp | 41 sect_iterator sect_iter, sect_end = sectEnd(); in getSection()
|
D | IdenticalCodeFolding.cpp | 125 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in findCandidates()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMException.cpp | 67 for (LDContext::sect_iterator it = ctx->sectBegin(), in create()
|
D | ARMLDBackend.cpp | 826 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 341 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/ |
D | ELFReaderTest.cpp | 123 LDContext::sect_iterator rs = m_pInput->context()->relocSectBegin(); in TEST_F()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 379 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 554 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 807 for (LDContext::sect_iterator rs = context->relocSectBegin(); in doRelax()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 2519 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in preLayout()
|