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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 218 void AArch64Relocator::scanGlobalReloc(Relocation& pReloc,
400 scanGlobalReloc(pReloc, pBuilder, pSection);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 213 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
279 void HexagonRelocator::scanGlobalReloc(Relocation &pReloc, IRBuilder &pBuilder,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 582 void ARMRelocator::scanGlobalReloc(Relocation& pReloc,
820 scanGlobalReloc(pReloc, pBuilder, pSection);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 253 scanGlobalReloc(info, pBuilder, pSection);
376 void MipsRelocator::scanGlobalReloc(MipsRelocationInfo& pReloc,
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 202 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
551 void X86_32Relocator::scanGlobalReloc(Relocation& pReloc,
    [all...]

Completed in 421 milliseconds