Searched refs:got_base (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp151 uint64_t got_base = m_GOT.getSection().addr(); local
152 assert(got_base && ".got base address is NULL!");
156 if (got_base > plt_base)
157 offset = got_base - (plt_base + 16);
159 offset = (plt_base + 16) - got_base;
185 uint64_t got_base = m_GOT.getSection().addr(); local
186 assert(got_base && ".got base address is NULL!");
194 got_base + GOTEntrySize * 3;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp166 uint64_t got_base = m_GOTPLT.getSection().addr(); local
167 assert(got_base && ".got base address is NULL!");
169 *offset = got_base + 4;
171 *offset = got_base + 8;
183 uint64_t got_base = m_GOTPLT.getSection().addr(); local
184 assert(got_base && ".got base address is NULL!");
220 *offset = got_base + GOTEntryOffset;

Completed in 258 milliseconds