Home
last modified time | relevance | path

Searched refs:scanRelocation (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h95 void scanRelocation(Relocation& pReloc,
DARMRelocator.cpp795 void ARMRelocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in ARMRelocator
/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h62 virtual void scanRelocation(Relocation& pReloc,
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.h114 void scanRelocation(Relocation& pReloc,
DAArch64Relocator.cpp377 void AArch64Relocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in AArch64Relocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h82 void scanRelocation(Relocation& pReloc,
DHexagonRelocator.cpp193 void HexagonRelocator::scanRelocation(Relocation &pReloc, IRBuilder &pLinker, in scanRelocation() function in HexagonRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h40 void scanRelocation(Relocation& pReloc,
DMipsRelocator.cpp226 void MipsRelocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in MipsRelocator
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h84 void scanRelocation(Relocation& pReloc,
DX86Relocator.cpp180 void X86Relocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in X86Relocator
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp572 m_LDBackend.getRelocator()->scanRelocation( in scanRelocations()