Home
last modified time | relevance | path

Searched refs:getRelocationList (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DRelocData.h66 const RelocationListType& getRelocationList() const { return m_Relocations; } in getRelocationList() function
67 RelocationListType& getRelocationList() { return m_Relocations; } in getRelocationList() function
/frameworks/compile/mclinker/lib/Target/
DOutputRelocSection.cpp52 assert(!m_pRelocData->getRelocationList().empty() && in consumeEntry()
DGNULDBackend.cpp2549 out_reloc_data->getRelocationList(); in preLayout()
2551 (*rs)->getRelocData()->getRelocationList(); in preLayout()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp136 (*rs)->getRelocData()->getRelocationList(); in TEST_F()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp826 pSection.getRelocData()->getRelocationList().insert( in convertTLSIEtoLE()