Searched refs:relocSectEnd (Results 1 – 11 of 11) sorted by relevance
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDContext.h | 81 const_sect_iterator relocSectEnd() const { return m_RelocSections.end(); } in relocSectEnd() function 82 sect_iterator relocSectEnd() { return m_RelocSections.end(); } in relocSectEnd() function
|
/frameworks/compile/mclinker/lib/LD/ |
D | GarbageCollection.cpp | 129 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSections() 348 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in stripSections()
|
D | ELFObjectReader.cpp | 307 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd(); in readRelocations()
|
D | EhFrame.cpp | 172 re = ctx.relocSectEnd(); in merge()
|
/frameworks/compile/mclinker/unittests/ |
D | ELFReaderTest.cpp | 124 ASSERT_TRUE(rs != m_pInput->context()->relocSectEnd()); in TEST_F()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 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/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 563 rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSectionsForGC() 826 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax()
|
/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 | 808 rs != context->relocSectEnd(); in doRelax()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 2519 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in preLayout()
|