Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h82 virtual Result applyRelocation(Relocation& pRelocation) = 0;
144 Result applyRelocation(Relocation& pRelocation);
198 Result applyRelocation(Relocation& pRelocation);
DX86Relocator.cpp182 X86_32Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in X86_32Relocator
1181 X86_64Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in X86_64Relocator
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h61 Result applyRelocation(Relocation& pRelocation);
DMipsRelocator.cpp57 MipsRelocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in MipsRelocator
/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h55 virtual Result applyRelocation(Relocation& pRelocation) = 0;
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h79 Result applyRelocation(Relocation& pRelocation);
DARMRelocator.cpp60 ARMRelocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in ARMRelocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h87 Result applyRelocation(Relocation& pRelocation);
DHexagonRelocator.cpp78 HexagonRelocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in HexagonRelocator
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp102 Relocator::Result result = pRelocator.applyRelocation(*this); in apply()