Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp62 m_PLT1Size = sizeof(x86_32_dyn_plt1); in X86PLT()
69 m_PLT1Size = sizeof(x86_32_exec_plt1); in X86PLT()
78 m_PLT1Size = sizeof(x86_64_plt1); in X86PLT()
208 PLTEntryOffset += m_PLT1Size; in applyPLT1()
288 SymGOTPCREL += GOTEntrySize - m_PLT1Size; in applyPLT1()
298 PLTEntryOffset += m_PLT1Size; in applyPLT1()
DX86PLT.h116 unsigned int getPLT1Size() const { return m_PLT1Size; } in getPLT1Size()
125 unsigned int m_PLT1Size; variable