Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOTPLT.cpp50 plt_addr += pPLT.getPLT1Size(); in applyAllGOTPLT()
83 plt_addr += pPLT.getPLT1Size(); in applyAllGOTPLT()
DX86PLT.h116 unsigned int getPLT1Size() const { return m_PLT1Size; } in getPLT1Size() function