Searched refs:scanRelocation (Results 1 – 12 of 12) sorted by relevance
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.h | 89 void scanRelocation(Relocation& pReloc,
|
D | ARMRelocator.cpp | 728 void ARMRelocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in mcld::ARMRelocator
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Relocator.h | 51 virtual void scanRelocation(Relocation& pReloc,
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.h | 98 void scanRelocation(Relocation& pReloc,
|
D | AArch64Relocator.cpp | 374 void AArch64Relocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in mcld::AArch64Relocator
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.h | 78 void scanRelocation(Relocation& pReloc,
|
D | HexagonRelocator.cpp | 195 void HexagonRelocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in mcld::HexagonRelocator
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.h | 44 void scanRelocation(Relocation& pReloc,
|
D | MipsRelocator.cpp | 183 void MipsRelocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in mcld::MipsRelocator
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.h | 80 void scanRelocation(Relocation& pReloc,
|
D | X86Relocator.cpp | 160 void X86Relocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in mcld::X86Relocator
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 608 m_LDBackend.getRelocator()->scanRelocation( in scanRelocations()
|