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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 146 uint64_t plt_base = m_Section.addr(); local
147 assert(plt_base && ".plt base address is NULL!");
154 if (got_base > plt_base)
155 offset = got_base - (plt_base + 16);
157 offset = (plt_base + 16) - got_base;
180 uint64_t plt_base = m_Section.addr(); local
181 assert(plt_base && ".plt base address is NULL!");
195 plt_base + llvm::cast<ARMPLT0>((*it)).getEntrySize(); //Offset of PLT0
224 m_GOT.applyAllGOTPLT(plt_base);
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 207 uint64_t plt_base = m_Section.addr(); local
208 assert(plt_base && ".plt base address is NULL!");
265 uint64_t PLTEntryAddress = plt_base + m_PLT0Size;
  /external/elfutils/src/
ldgeneric.c 5514 size_t plt_base = nsym + ld_state.nfrom_dso - ld_state.nplt; local
    [all...]

Completed in 92 milliseconds