Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp171 uint64_t GOTEntrySize = X86_32GOTEntry::EntrySize; in applyPLT1() local
174 uint64_t GOTEntryOffset = GOTEntrySize * X86GOTPLT0Num; in applyPLT1()
200 GOTEntryOffset += GOTEntrySize; in applyPLT1()
254 uint64_t GOTEntrySize = X86_64GOTEntry::EntrySize; in applyPLT1() local
260 SymGOTPCREL += GOTEntrySize * X86GOTPLT0Num; in applyPLT1()
288 SymGOTPCREL += GOTEntrySize - m_PLT1Size; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp106 uint32_t GOTEntrySize = ARMGOTEntry::EntrySize; in applyPLT1() local
107 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3; in applyPLT1()
134 GOTEntryAddress += GOTEntrySize; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp111 uint32_t GOTEntrySize = AArch64GOTEntry::EntrySize; in applyPLT1() local
113 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3; in applyPLT1()
140 GOTEntryAddress += GOTEntrySize; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp130 uint32_t GOTEntrySize = HexagonGOTEntry::EntrySize; in applyPLT1() local
131 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 4; in applyPLT1()
163 GOTEntryAddress += GOTEntrySize; in applyPLT1()