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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 157 static inline AArch64GOTEntry& helper_GOT_init(Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 55 static HexagonGOTEntry& helper_GOT_init(Relocation& pReloc,
366 helper_GOT_init(pReloc, false, *this);
368 helper_GOT_init(pReloc, true, *this);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 81 static ARMGOTEntry& helper_GOT_init(Relocation& pReloc,
490 helper_GOT_init(pReloc, true, *this);
492 helper_GOT_init(pReloc, false, *this);
707 helper_GOT_init(pReloc, true, *this);
709 helper_GOT_init(pReloc, false, *this);
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 59 static X86_32GOTEntry& helper_GOT_init(Relocation& pReloc,
373 helper_GOT_init(pReloc, true, *this);
375 helper_GOT_init(pReloc, false, *this);
608 helper_GOT_init(pReloc, true, *this);
610 helper_GOT_init(pReloc, false, *this);
    [all...]

Completed in 75 milliseconds