Searched refs:scanRelocation (Results 1 – 12 of 12) sorted by relevance
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.h | 95 void scanRelocation(Relocation& pReloc,
|
D | ARMRelocator.cpp | 795 void ARMRelocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in ARMRelocator
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Relocator.h | 62 virtual void scanRelocation(Relocation& pReloc,
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.h | 114 void scanRelocation(Relocation& pReloc,
|
D | AArch64Relocator.cpp | 377 void AArch64Relocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in AArch64Relocator
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.h | 82 void scanRelocation(Relocation& pReloc,
|
D | HexagonRelocator.cpp | 193 void HexagonRelocator::scanRelocation(Relocation &pReloc, IRBuilder &pLinker, in scanRelocation() function in HexagonRelocator
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.h | 40 void scanRelocation(Relocation& pReloc,
|
D | MipsRelocator.cpp | 226 void MipsRelocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in MipsRelocator
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.h | 84 void scanRelocation(Relocation& pReloc,
|
D | X86Relocator.cpp | 180 void X86Relocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in X86Relocator
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 572 m_LDBackend.getRelocator()->scanRelocation( in scanRelocations()
|