Searched refs:scanLocalReloc (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.h | 99 virtual void scanLocalReloc(Relocation& pReloc, 160 void scanLocalReloc(Relocation& pReloc, 225 void scanLocalReloc(Relocation& pReloc,
|
D | X86Relocator.cpp | 179 scanLocalReloc(pReloc, pLinker, pModule, pSection); in scanRelocation() 311 void X86_32Relocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc() function in mcld::X86_32Relocator 1289 void X86_64Relocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc() function in mcld::X86_64Relocator
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.h | 108 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
|
D | ARMRelocator.cpp | 429 void ARMRelocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc() function in mcld::ARMRelocator 748 scanLocalReloc(pReloc, pSection); in scanRelocation()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.h | 117 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
|
D | AArch64Relocator.cpp | 151 void AArch64Relocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc() function in mcld::AArch64Relocator 393 scanLocalReloc(pReloc, pSection); in scanRelocation()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.h | 129 virtual void scanLocalReloc(Relocation& pReloc,
|
D | HexagonRelocator.cpp | 216 scanLocalReloc(pReloc, pLinker, pModule, pSection); in scanRelocation() 235 void HexagonRelocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc() function in mcld::HexagonRelocator
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.h | 172 void scanLocalReloc(MipsRelocationInfo& pReloc,
|
D | MipsRelocator.cpp | 208 scanLocalReloc(info, pBuilder, pSection); in scanRelocation() 244 void MipsRelocator::scanLocalReloc(MipsRelocationInfo& pReloc, in scanLocalReloc() function in mcld::MipsRelocator
|