Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h99 virtual void scanLocalReloc(Relocation& pReloc,
160 void scanLocalReloc(Relocation& pReloc,
225 void scanLocalReloc(Relocation& pReloc,
DX86Relocator.cpp179 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/
DARMRelocator.h108 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
DARMRelocator.cpp429 void ARMRelocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc() function in mcld::ARMRelocator
748 scanLocalReloc(pReloc, pSection); in scanRelocation()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.h117 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
DAArch64Relocator.cpp151 void AArch64Relocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc() function in mcld::AArch64Relocator
393 scanLocalReloc(pReloc, pSection); in scanRelocation()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h129 virtual void scanLocalReloc(Relocation& pReloc,
DHexagonRelocator.cpp216 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/
DMipsRelocator.h172 void scanLocalReloc(MipsRelocationInfo& pReloc,
DMipsRelocator.cpp208 scanLocalReloc(info, pBuilder, pSection); in scanRelocation()
244 void MipsRelocator::scanLocalReloc(MipsRelocationInfo& pReloc, in scanLocalReloc() function in mcld::MipsRelocator