Searched refs:scanLocalReloc (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h113 virtual void scanLocalReloc(Relocation& pReloc,
165 void scanLocalReloc(Relocation& pReloc,
217 void scanLocalReloc(Relocation& pReloc,
H A DX86Relocator.cpp78 scanLocalReloc(pReloc, pLinker, pModule, pSection);
204 void X86_32Relocator::scanLocalReloc(Relocation& pReloc, function in class:X86_32Relocator
1203 void X86_64Relocator::scanLocalReloc(Relocation& pReloc, function in class:X86_64Relocator
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h112 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
H A DARMRelocator.cpp172 ARMRelocator::scanLocalReloc(Relocation& pReloc, const LDSection& pSection) function in class:ARMRelocator
508 scanLocalReloc(pReloc, pSection);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h85 void scanLocalReloc(Relocation& pReloc,
H A DMipsRelocator.cpp105 scanLocalReloc(pReloc, pBuilder, pSection);
139 void MipsRelocator::scanLocalReloc(Relocation& pReloc, function in class:MipsRelocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h137 virtual void scanLocalReloc(Relocation& pReloc,
H A DHexagonRelocator.cpp119 scanLocalReloc(pReloc, pLinker, pModule, pSection);
139 void HexagonRelocator::scanLocalReloc(Relocation& pReloc, function in class:HexagonRelocator

Completed in 131 milliseconds