Searched refs:m_PLT0Size (Results 1 - 2 of 2) sorted by path

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp75 m_PLT0Size = sizeof (x86_dyn_plt0);
81 m_PLT0Size = sizeof (x86_exec_plt0);
84 X86PLT0* plt0_entry = new X86PLT0(&m_SectionData, m_PLT0Size);
196 uint64_t PLTEntryOffset = m_PLT0Size;
237 m_GOTPLT.applyAllGOTPLT(plt_base, m_PLT0Size, m_PLT1Size);
H A DX86PLT.h90 unsigned int m_PLT0Size; member in class:mcld::X86PLT

Completed in 42 milliseconds