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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp76 m_PLT1Size = sizeof (x86_dyn_plt1);
82 m_PLT1Size = sizeof (x86_exec_plt1);
100 plt1_entry = new (std::nothrow) X86PLT1(&m_SectionData, m_PLT1Size);
230 PLTEntryOffset += m_PLT1Size;
237 m_GOTPLT.applyAllGOTPLT(plt_base, m_PLT0Size, m_PLT1Size);
H A DX86PLT.h91 unsigned int m_PLT1Size; member in class:mcld::X86PLT

Completed in 5 milliseconds