Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOTPLT.cpp47 uint64_t plt_addr = pPLT.addr() + pPLT.getPLT0Size(); in applyAllGOTPLT()
80 uint64_t plt_addr = pPLT.addr() + pPLT.getPLT0Size(); in applyAllGOTPLT()
DX86PLT.h115 unsigned int getPLT0Size() const { return m_PLT0Size; } in getPLT0Size() function