Searched refs:relocSectEnd (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h79 const_sect_iterator relocSectEnd() const { return m_RelocSections.end(); } function in class:mcld::LDContext
80 sect_iterator relocSectEnd() { return m_RelocSections.end(); } function in class:mcld::LDContext
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentLinker.cpp103 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
152 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
H A DFragmentGraph.cpp175 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp132 ASSERT_TRUE(rs!=m_pInput->context()->relocSectEnd());
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp306 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd();
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp378 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp525 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp576 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2193 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();

Completed in 250 milliseconds