Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h67 virtual Result applyRelocation(Relocation& pRelocation) = 0;
129 Result applyRelocation(Relocation& pRelocation);
193 Result applyRelocation(Relocation& pRelocation);
DX86Relocator.cpp278 Relocator::Result X86_32Relocator::applyRelocation(Relocation& pRelocation) { in applyRelocation() function in mcld::X86_32Relocator
1237 Relocator::Result X86_64Relocator::applyRelocation(Relocation& pRelocation) { in applyRelocation() function in mcld::X86_64Relocator
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h64 Result applyRelocation(Relocation& pRelocation);
DARMRelocator.cpp307 Relocator::Result ARMRelocator::applyRelocation(Relocation& pRelocation) { in applyRelocation() function in mcld::ARMRelocator
/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h41 virtual Result applyRelocation(Relocation& pRelocation) = 0;
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.h70 Result applyRelocation(Relocation& pRelocation);
DAArch64Relocator.cpp72 Relocator::Result AArch64Relocator::applyRelocation(Relocation& pRelocation) { in applyRelocation() function in mcld::AArch64Relocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h70 Result applyRelocation(Relocation& pRelocation);
DHexagonRelocator.cpp176 Relocator::Result HexagonRelocator::applyRelocation(Relocation& pRelocation) { in applyRelocation() function in mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp97 Relocator::Result result = pRelocator.applyRelocation(*this); in apply()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h66 Result applyRelocation(Relocation& pReloc);
DMipsRelocator.cpp149 Relocator::Result MipsRelocator::applyRelocation(Relocation& pReloc) { in applyRelocation() function in mcld::MipsRelocator