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 116 unsigned int getPLT1Size() const { return m_PLT1Size; }
125 unsigned int m_PLT1Size;
X86PLT.cpp 62 m_PLT1Size = sizeof(x86_32_dyn_plt1);
69 m_PLT1Size = sizeof(x86_32_exec_plt1);
78 m_PLT1Size = sizeof(x86_64_plt1);
208 PLTEntryOffset += m_PLT1Size;
288 SymGOTPCREL += GOTEntrySize - m_PLT1Size;
298 PLTEntryOffset += m_PLT1Size;

Completed in 486 milliseconds