Searched refs:scanGlobalReloc (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.h | 108 virtual void scanGlobalReloc(Relocation& pReloc, 164 void scanGlobalReloc(Relocation& pReloc, 224 void scanGlobalReloc(Relocation& pReloc,
|
D | X86Relocator.cpp | 202 scanGlobalReloc(pReloc, pLinker, pModule, pSection); in scanRelocation() 551 void X86_32Relocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc() function in X86_32Relocator 1426 void X86_64Relocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc() function in X86_64Relocator
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.h | 109 void scanGlobalReloc(Relocation& pReloc,
|
D | ARMRelocator.cpp | 582 void ARMRelocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc() function in ARMRelocator 820 scanGlobalReloc(pReloc, pBuilder, pSection); in scanRelocation()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.h | 123 void scanGlobalReloc(Relocation& pReloc,
|
D | AArch64Relocator.cpp | 218 void AArch64Relocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc() function in AArch64Relocator 400 scanGlobalReloc(pReloc, pBuilder, pSection); in scanRelocation()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.h | 133 virtual void scanGlobalReloc(Relocation& pReloc,
|
D | HexagonRelocator.cpp | 213 scanGlobalReloc(pReloc, pLinker, pModule, pSection); in scanRelocation() 279 void HexagonRelocator::scanGlobalReloc(Relocation &pReloc, IRBuilder &pBuilder, in scanGlobalReloc() function in HexagonRelocator
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.h | 146 void scanGlobalReloc(MipsRelocationInfo& pReloc,
|
D | MipsRelocator.cpp | 253 scanGlobalReloc(info, pBuilder, pSection); in scanRelocation() 376 void MipsRelocator::scanGlobalReloc(MipsRelocationInfo& pReloc, in scanGlobalReloc() function in MipsRelocator
|