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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp67 m_GOTPLT(pGOTPLT),
108 m_GOTPLT.reserveEntry(pNum);
132 return m_GOTPLT.getEntry(pSymbol, pExist);
166 uint64_t got_base = m_GOTPLT.getSection().addr();
183 uint64_t got_base = m_GOTPLT.getSection().addr();
190 uint64_t GOTEntrySize = m_GOTPLT.getEntrySize();
237 m_GOTPLT.applyAllGOTPLT(plt_base, m_PLT0Size, m_PLT1Size);
H A DX86PLT.h80 X86GOTPLT& m_GOTPLT; member in class:mcld::X86PLT

Completed in 26 milliseconds