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

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 99 virtual void scanLocalReloc(Relocation& pReloc,
160 void scanLocalReloc(Relocation& pReloc,
225 void scanLocalReloc(Relocation& pReloc,
X86Relocator.cpp 179 scanLocalReloc(pReloc, pLinker, pModule, pSection);
311 void X86_32Relocator::scanLocalReloc(Relocation& pReloc,
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 108 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
ARMRelocator.cpp 429 void ARMRelocator::scanLocalReloc(Relocation& pReloc,
748 scanLocalReloc(pReloc, pSection);
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 117 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
AArch64Relocator.cpp 151 void AArch64Relocator::scanLocalReloc(Relocation& pReloc,
393 scanLocalReloc(pReloc, pSection);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 129 virtual void scanLocalReloc(Relocation& pReloc,
HexagonRelocator.cpp 216 scanLocalReloc(pReloc, pLinker, pModule, pSection);
235 void HexagonRelocator::scanLocalReloc(Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 172 void scanLocalReloc(MipsRelocationInfo& pReloc,
MipsRelocator.cpp 208 scanLocalReloc(info, pBuilder, pSection);
244 void MipsRelocator::scanLocalReloc(MipsRelocationInfo& pReloc,
    [all...]

Completed in 96 milliseconds