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

  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 81 const_sect_iterator relocSectEnd() const { return m_RelocSections.end(); }
82 sect_iterator relocSectEnd() { return m_RelocSections.end(); }
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 129 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
348 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
ELFObjectReader.cpp 307 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd();
EhFrame.cpp 172 re = ctx.relocSectEnd();
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 124 ASSERT_TRUE(rs != m_pInput->context()->relocSectEnd());
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 586 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
790 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 563 rsEnd = (*input)->context()->relocSectEnd();
826 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 379 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 554 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 808 rs != context->relocSectEnd();
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 2295 milliseconds