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

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 189 uint64_t GOTEntrySize = X86_32GOTEntry::EntrySize;
192 uint64_t GOTEntryOffset = GOTEntrySize * X86GOTPLT0Num;
218 GOTEntryOffset += GOTEntrySize;
275 uint64_t GOTEntrySize = X86_64GOTEntry::EntrySize;
281 SymGOTPCREL += GOTEntrySize * X86GOTPLT0Num;
309 SymGOTPCREL += GOTEntrySize - m_PLT1Size;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 112 uint32_t GOTEntrySize = ARMGOTEntry::EntrySize;
114 got_base + GOTEntrySize * 3;
142 GOTEntryAddress += GOTEntrySize;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp 114 uint32_t GOTEntrySize = AArch64GOTEntry::EntrySize;
116 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3;
143 GOTEntryAddress += GOTEntrySize;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 142 uint32_t GOTEntrySize = HexagonGOTEntry::EntrySize;
144 got_base + GOTEntrySize * 4;
176 GOTEntryAddress += GOTEntrySize;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp     [all...]

Completed in 478 milliseconds