HomeSort by relevance Sort by last modified time
    Searched full:getrelocationlist (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
RelocData.h 68 const RelocationListType& getRelocationList() const { return m_Relocations; }
69 RelocationListType& getRelocationList() { return m_Relocations; }
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 48 assert(!m_pRelocData->getRelocationList().empty() &&
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 145 (*rs)->getRelocData()->getRelocationList();
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 643 pSection.getRelocData()->getRelocationList().insert(
    [all...]

Completed in 522 milliseconds