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

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 113 virtual void scanLocalReloc(Relocation& pReloc,
165 void scanLocalReloc(Relocation& pReloc,
217 void scanLocalReloc(Relocation& pReloc,
X86Relocator.cpp 78 scanLocalReloc(pReloc, pLinker, pModule, pSection);
204 void X86_32Relocator::scanLocalReloc(Relocation& pReloc,
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 112 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection);
ARMRelocator.cpp 172 ARMRelocator::scanLocalReloc(Relocation& pReloc, const LDSection& pSection)
508 scanLocalReloc(pReloc, pSection);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 85 void scanLocalReloc(Relocation& pReloc,
MipsRelocator.cpp 105 scanLocalReloc(pReloc, pBuilder, pSection);
139 void MipsRelocator::scanLocalReloc(Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 137 virtual void scanLocalReloc(Relocation& pReloc,
HexagonRelocator.cpp 119 scanLocalReloc(pReloc, pLinker, pModule, pSection);
139 void HexagonRelocator::scanLocalReloc(Relocation& pReloc,
    [all...]

Completed in 624 milliseconds