Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp179 uint64_t PLTEntryOffset = m_PLT0Size; in applyPLT1() local
207 *offset = -(PLTEntryOffset + 12 + 4); in applyPLT1()
208 PLTEntryOffset += m_PLT1Size; in applyPLT1()
263 uint64_t PLTEntryOffset = m_PLT0Size; in applyPLT1() local
267 SymGOTPCREL -= addr() + PLTEntryOffset + 6; in applyPLT1()
297 *offset = -(PLTEntryOffset + 12 + 4); in applyPLT1()
298 PLTEntryOffset += m_PLT1Size; in applyPLT1()