HomeSort by relevance Sort by last modified time
    Searched refs:relocSectBegin (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 78 const_sect_iterator relocSectBegin() const { return m_RelocSections.begin(); }
79 sect_iterator relocSectBegin() { return m_RelocSections.begin(); }
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 130 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
349 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
ELFObjectReader.cpp 308 for (rs = pInput.context()->relocSectBegin(); rs != rsEnd; ++rs) {
EhFrame.cpp 171 for (LDContext::const_sect_iterator ri = ctx.relocSectBegin(),
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 123 LDContext::sect_iterator rs = m_pInput->context()->relocSectBegin();
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 587 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
791 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 564 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
827 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 380 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 555 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 807 for (LDContext::sect_iterator rs = context->relocSectBegin();
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 462 milliseconds