Searched refs:scanGlobalReloc (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.h | 104 virtual void scanGlobalReloc(Relocation& pReloc, 165 void scanGlobalReloc(Relocation& pReloc, 230 void scanGlobalReloc(Relocation& pReloc,
|
D | X86Relocator.cpp | 181 scanGlobalReloc(pReloc, pLinker, pModule, pSection); in scanRelocation() 514 void X86_32Relocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc() function in mcld::X86_32Relocator 1361 void X86_64Relocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc() function in mcld::X86_64Relocator
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.h | 110 void scanGlobalReloc(Relocation& pReloc,
|
D | ARMRelocator.cpp | 520 void ARMRelocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc() function in mcld::ARMRelocator 752 scanGlobalReloc(pReloc, pBuilder, pSection); in scanRelocation()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.h | 119 void scanGlobalReloc(Relocation& pReloc,
|
D | AArch64Relocator.cpp | 215 void AArch64Relocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc() function in mcld::AArch64Relocator 396 scanGlobalReloc(pReloc, pBuilder, pSection); in scanRelocation()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.h | 134 virtual void scanGlobalReloc(Relocation& pReloc,
|
D | HexagonRelocator.cpp | 218 scanGlobalReloc(pReloc, pLinker, pModule, pSection); in scanRelocation() 286 void HexagonRelocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc() function in mcld::HexagonRelocator
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.h | 176 void scanGlobalReloc(MipsRelocationInfo& pReloc,
|
D | MipsRelocator.cpp | 210 scanGlobalReloc(info, pBuilder, pSection); in scanRelocation() 345 void MipsRelocator::scanGlobalReloc(MipsRelocationInfo& pReloc, in scanGlobalReloc() function in mcld::MipsRelocator
|