Searched refs:applyRelocation (Results 1 – 10 of 10) sorted by relevance
82 virtual Result applyRelocation(Relocation& pRelocation) = 0;144 Result applyRelocation(Relocation& pRelocation);198 Result applyRelocation(Relocation& pRelocation);
182 X86_32Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in X86_32Relocator1181 X86_64Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in X86_64Relocator
61 Result applyRelocation(Relocation& pRelocation);
57 MipsRelocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in MipsRelocator
55 virtual Result applyRelocation(Relocation& pRelocation) = 0;
79 Result applyRelocation(Relocation& pRelocation);
60 ARMRelocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in ARMRelocator
87 Result applyRelocation(Relocation& pRelocation);
78 HexagonRelocator::applyRelocation(Relocation& pRelocation) in applyRelocation() function in HexagonRelocator
102 Relocator::Result result = pRelocator.applyRelocation(*this); in apply()