Home
last modified time | relevance | path

Searched refs:got_base (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp66 uint64_t got_base = m_GOT.addr(); in applyPLT0() local
67 assert(got_base && ".got base address is NULL!"); in applyPLT0()
71 if (got_base > plt_base) in applyPLT0()
72 offset = got_base - (plt_base + 16); in applyPLT0()
74 offset = (plt_base + 16) - got_base; in applyPLT0()
99 uint64_t got_base = m_GOT.addr(); in applyPLT1() local
100 assert(got_base && ".got base address is NULL!"); in applyPLT1()
107 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp80 uint64_t got_base = m_GOT.addr(); in applyPLT0() local
81 assert(got_base && ".got base address is NULL!"); in applyPLT0()
85 uint64_t got_ent2_base = got_base + sizeof(AArch64GOTEntry::EntrySize) * 2; in applyPLT0()
104 uint64_t got_base = m_GOT.addr(); in applyPLT1() local
105 assert(got_base && ".got base address is NULL!"); in applyPLT1()
113 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3; in applyPLT1()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp123 uint64_t got_base = m_GOTPLT.addr(); in applyPLT1() local
124 assert(got_base && ".got base address is NULL!"); in applyPLT1()
131 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 4; in applyPLT1()