Home
last modified time | relevance | path

Searched refs:GOTEntrySize (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp189 uint64_t GOTEntrySize = X86_32GOTEntry::EntrySize; in applyPLT1() local
192 uint64_t GOTEntryOffset = GOTEntrySize * X86GOTPLT0Num; in applyPLT1()
218 GOTEntryOffset += GOTEntrySize; in applyPLT1()
275 uint64_t GOTEntrySize = X86_64GOTEntry::EntrySize; in applyPLT1() local
281 SymGOTPCREL += GOTEntrySize * X86GOTPLT0Num; in applyPLT1()
309 SymGOTPCREL += GOTEntrySize - m_PLT1Size; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp112 uint32_t GOTEntrySize = ARMGOTEntry::EntrySize; in applyPLT1() local
114 got_base + GOTEntrySize * 3; in applyPLT1()
142 GOTEntryAddress += GOTEntrySize; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp114 uint32_t GOTEntrySize = AArch64GOTEntry::EntrySize; in applyPLT1() local
116 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3; in applyPLT1()
143 GOTEntryAddress += GOTEntrySize; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp142 uint32_t GOTEntrySize = HexagonGOTEntry::EntrySize; in applyPLT1() local
144 got_base + GOTEntrySize * 4; in applyPLT1()
176 GOTEntryAddress += GOTEntrySize; in applyPLT1()