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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 149 uint64_t got_base = m_GOT.getSection().addr(); local
150 assert(got_base && ".got base address is NULL!");
154 if (got_base > plt_base)
155 offset = got_base - (plt_base + 16);
157 offset = (plt_base + 16) - got_base;
183 uint64_t got_base = m_GOT.getSection().addr(); local
184 assert(got_base && ".got base address is NULL!");
192 got_base + GOTEntrySize * 3;
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 193 uint64_t got_base = m_GOT.getSection().addr(); local
194 assert(got_base && ".got base address is NULL!");
196 *offset = got_base + 4;
198 *offset = got_base + 8;
210 uint64_t got_base = m_GOT.getSection().addr(); local
211 assert(got_base && ".got base address is NULL!");

Completed in 60 milliseconds