Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp197 uint64_t PLTEntryOffset = m_PLT0Size; in applyPLT1() local
225 *offset = -(PLTEntryOffset + 12 + 4); in applyPLT1()
226 PLTEntryOffset += m_PLT1Size; in applyPLT1()
284 uint64_t PLTEntryOffset = m_PLT0Size; in applyPLT1() local
288 SymGOTPCREL -= addr() + PLTEntryOffset + 6; in applyPLT1()
318 *offset = -(PLTEntryOffset + 12 + 4); in applyPLT1()
319 PLTEntryOffset += m_PLT1Size; in applyPLT1()