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

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 104 virtual void scanGlobalReloc(Relocation& pReloc,
165 void scanGlobalReloc(Relocation& pReloc,
230 void scanGlobalReloc(Relocation& pReloc,
X86Relocator.cpp 181 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
514 void X86_32Relocator::scanGlobalReloc(Relocation& pReloc,
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 110 void scanGlobalReloc(Relocation& pReloc,
ARMRelocator.cpp 520 void ARMRelocator::scanGlobalReloc(Relocation& pReloc,
752 scanGlobalReloc(pReloc, pBuilder, pSection);
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 119 void scanGlobalReloc(Relocation& pReloc,
AArch64Relocator.cpp 215 void AArch64Relocator::scanGlobalReloc(Relocation& pReloc,
396 scanGlobalReloc(pReloc, pBuilder, pSection);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 134 virtual void scanGlobalReloc(Relocation& pReloc,
HexagonRelocator.cpp 218 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
286 void HexagonRelocator::scanGlobalReloc(Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 176 void scanGlobalReloc(MipsRelocationInfo& pReloc,
MipsRelocator.cpp 210 scanGlobalReloc(info, pBuilder, pSection);
345 void MipsRelocator::scanGlobalReloc(MipsRelocationInfo& pReloc,
    [all...]

Completed in 3805 milliseconds