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 103 virtual void scanLocalReloc(Relocation& pReloc,
159 void scanLocalReloc(Relocation& pReloc,
219 void scanLocalReloc(Relocation& pReloc,
X86Relocator.cpp 200 scanLocalReloc(pReloc, pLinker, pModule, pSection);
343 void X86_32Relocator::scanLocalReloc(Relocation& pReloc,
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 107 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
ARMRelocator.cpp 487 ARMRelocator::scanLocalReloc(Relocation& pReloc, const LDSection& pSection)
816 scanLocalReloc(pReloc, pSection);
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 121 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
AArch64Relocator.cpp 156 AArch64Relocator::scanLocalReloc(Relocation& pReloc, const LDSection& pSection)
397 scanLocalReloc(pReloc, pSection);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 128 virtual void scanLocalReloc(Relocation& pReloc,
HexagonRelocator.cpp 211 scanLocalReloc(pReloc, pLinker, pModule, pSection);
230 void HexagonRelocator::scanLocalReloc(Relocation &pReloc, IRBuilder &pBuilder,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 142 void scanLocalReloc(MipsRelocationInfo& pReloc,
MipsRelocator.cpp 251 scanLocalReloc(info, pBuilder, pSection);
291 void MipsRelocator::scanLocalReloc(MipsRelocationInfo& pReloc,

Completed in 259 milliseconds