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 82 virtual Result applyRelocation(Relocation& pRelocation) = 0;
144 Result applyRelocation(Relocation& pRelocation);
198 Result applyRelocation(Relocation& pRelocation);
X86Relocator.cpp 182 X86_32Relocator::applyRelocation(Relocation& pRelocation)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 55 virtual Result applyRelocation(Relocation& pRelocation) = 0;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 79 Result applyRelocation(Relocation& pRelocation);
ARMRelocator.cpp 60 ARMRelocator::applyRelocation(Relocation& pRelocation)
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 61 Result applyRelocation(Relocation& pRelocation);
MipsRelocator.cpp 57 MipsRelocator::applyRelocation(Relocation& pRelocation)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 87 Result applyRelocation(Relocation& pRelocation);
HexagonRelocator.cpp 78 HexagonRelocator::applyRelocation(Relocation& pRelocation)
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 102 Relocator::Result result = pRelocator.applyRelocation(*this);

Completed in 749 milliseconds