HomeSort by relevance Sort by last modified time
    Searched refs:applyRelocation (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 38 virtual Result applyRelocation(Relocation& pRelocation) = 0;
66 Result applyRelocation(Relocation& pRelocation);
103 Result applyRelocation(Relocation& pRelocation);
X86Relocator.cpp 63 X86_32Relocator::applyRelocation(Relocation& pRelocation)
619 X86_64Relocator::applyRelocation(Relocation& pRelocation)
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 48 virtual Result applyRelocation(Relocation& pRelocation) = 0;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 36 Result applyRelocation(Relocation& pRelocation);
ARMRelocator.cpp 55 ARMRelocator::applyRelocation(Relocation& pRelocation)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 39 Result applyRelocation(Relocation& pRelocation);
HexagonRelocator.cpp 55 HexagonRelocator::applyRelocation(Relocation& pRelocation)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 33 Result applyRelocation(Relocation& pRelocation);
MipsRelocator.cpp 53 MipsRelocator::applyRelocation(Relocation& pRelocation)
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 102 Relocator::Result result = pRelocator.applyRelocation(*this);

Completed in 46 milliseconds