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

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

Completed in 250 milliseconds