Searched refs:got_base (Results 1 – 3 of 3) sorted by relevance
66 uint64_t got_base = m_GOT.addr(); in applyPLT0() local67 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() local100 assert(got_base && ".got base address is NULL!"); in applyPLT1()107 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3; in applyPLT1()
80 uint64_t got_base = m_GOT.addr(); in applyPLT0() local81 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() local105 assert(got_base && ".got base address is NULL!"); in applyPLT1()113 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3; in applyPLT1()
123 uint64_t got_base = m_GOTPLT.addr(); in applyPLT1() local124 assert(got_base && ".got base address is NULL!"); in applyPLT1()131 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 4; in applyPLT1()