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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp148 uint64_t plt_base = m_Section.addr(); local
149 assert(plt_base && ".plt base address is NULL!");
156 if (got_base > plt_base)
157 offset = got_base - (plt_base + 16);
159 offset = (plt_base + 16) - got_base;
182 uint64_t plt_base = m_Section.addr(); local
183 assert(plt_base && ".plt base address is NULL!");
197 plt_base + llvm::cast<ARMPLT0>((*it)).getEntrySize(); //Offset of PLT0
226 m_GOT.applyAllGOTPLT(plt_base);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp180 uint64_t plt_base = m_Section.addr(); local
181 assert(plt_base && ".plt base address is NULL!");
237 m_GOTPLT.applyAllGOTPLT(plt_base, m_PLT0Size, m_PLT1Size);

Completed in 88 milliseconds