Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h71 virtual Result applyRelocation(Relocation& pRelocation) = 0;
134 Result applyRelocation(Relocation& pRelocation);
193 Result applyRelocation(Relocation& pRelocation);
DX86Relocator.cpp304 X86_32Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in X86_32Relocator
1295 X86_64Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in X86_64Relocator
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h68 Result applyRelocation(Relocation& pRelocation);
DARMRelocator.cpp352 ARMRelocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in ARMRelocator
/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h52 virtual Result applyRelocation(Relocation& pRelocation) = 0;
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.h84 Result applyRelocation(Relocation& pRelocation);
DAArch64Relocator.cpp73 Relocator::Result AArch64Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in AArch64Relocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h74 Result applyRelocation(Relocation& pRelocation);
DHexagonRelocator.cpp174 Relocator::Result HexagonRelocator::applyRelocation(Relocation &pRelocation) { in applyRelocation() function in HexagonRelocator
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp104 Relocator::Result result = pRelocator.applyRelocation(*this); in apply()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h62 Result applyRelocation(Relocation& pReloc);
DMipsRelocator.cpp185 MipsRelocator::applyRelocation(Relocation& pReloc) in applyRelocation() function in MipsRelocator