Home
last modified time | relevance | path

Searched refs:getRelocator (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
DFragmentLinker.cpp112 relocation->apply(*m_Backend.getRelocator()); in applyRelocations()
124 (*iter)->apply(*m_Backend.getRelocator()); in applyRelocations()
233 switch(pReloc.size(*m_Backend.getRelocator())) { in writeRelocationResult()
259 pReloc.size(*m_Backend.getRelocator())/8); in writeRelocationResult()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h80 Relocator* getRelocator();
DHexagonLDBackend.cpp64 Relocator* HexagonLDBackend::getRelocator() in getRelocator() function in HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h51 Relocator* getRelocator();
DMipsLDBackend.cpp107 Relocator* MipsGNULDBackend::getRelocator() in getRelocator() function in MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h101 Relocator* getRelocator();
DARMLDBackend.cpp195 Relocator* ARMGNULDBackend::getRelocator() in getRelocator() function in ARMGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h66 virtual Relocator* getRelocator() = 0;
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h123 Relocator* getRelocator();
DX86LDBackend.cpp74 Relocator* X86GNULDBackend::getRelocator() in getRelocator() function in X86GNULDBackend