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 129 unsigned int getPLT1Size() const { return m_PLT1Size; }
138 unsigned int m_PLT1Size;
X86PLT.cpp 70 m_PLT1Size = sizeof (x86_32_dyn_plt1);
78 m_PLT1Size = sizeof (x86_32_exec_plt1);
88 m_PLT1Size = sizeof (x86_64_plt1);
226 PLTEntryOffset += m_PLT1Size;
309 SymGOTPCREL += GOTEntrySize - m_PLT1Size;
319 PLTEntryOffset += m_PLT1Size;

Completed in 3736 milliseconds