Home
last modified time | relevance | path

Searched refs:scanGlobalReloc (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h108 virtual void scanGlobalReloc(Relocation& pReloc,
164 void scanGlobalReloc(Relocation& pReloc,
224 void scanGlobalReloc(Relocation& pReloc,
DX86Relocator.cpp202 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/
DARMRelocator.h109 void scanGlobalReloc(Relocation& pReloc,
DARMRelocator.cpp582 void ARMRelocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc() function in ARMRelocator
820 scanGlobalReloc(pReloc, pBuilder, pSection); in scanRelocation()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.h123 void scanGlobalReloc(Relocation& pReloc,
DAArch64Relocator.cpp218 void AArch64Relocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc() function in AArch64Relocator
400 scanGlobalReloc(pReloc, pBuilder, pSection); in scanRelocation()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h133 virtual void scanGlobalReloc(Relocation& pReloc,
DHexagonRelocator.cpp213 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/
DMipsRelocator.h146 void scanGlobalReloc(MipsRelocationInfo& pReloc,
DMipsRelocator.cpp253 scanGlobalReloc(info, pBuilder, pSection); in scanRelocation()
376 void MipsRelocator::scanGlobalReloc(MipsRelocationInfo& pReloc, in scanGlobalReloc() function in MipsRelocator