Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h89 void scanRelocation(Relocation& pReloc,
DARMRelocator.cpp728 void ARMRelocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in mcld::ARMRelocator
/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h51 virtual void scanRelocation(Relocation& pReloc,
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.h98 void scanRelocation(Relocation& pReloc,
DAArch64Relocator.cpp374 void AArch64Relocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in mcld::AArch64Relocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h78 void scanRelocation(Relocation& pReloc,
DHexagonRelocator.cpp195 void HexagonRelocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h44 void scanRelocation(Relocation& pReloc,
DMipsRelocator.cpp183 void MipsRelocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in mcld::MipsRelocator
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h80 void scanRelocation(Relocation& pReloc,
DX86Relocator.cpp160 void X86Relocator::scanRelocation(Relocation& pReloc, in scanRelocation() function in mcld::X86Relocator
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp608 m_LDBackend.getRelocator()->scanRelocation( in scanRelocations()