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

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 131 unsigned int getPLT1Size() const { return m_PLT1Size; }
143 unsigned int m_PLT1Size;
X86PLT.cpp 72 m_PLT1Size = sizeof (x86_32_dyn_plt1);
80 m_PLT1Size = sizeof (x86_32_exec_plt1);
90 m_PLT1Size = sizeof (x86_64_plt1);
247 PLTEntryOffset += m_PLT1Size;
330 SymGOTPCREL += GOTEntrySize - m_PLT1Size;
340 PLTEntryOffset += m_PLT1Size;

Completed in 23 milliseconds