Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOTPLT.cpp47 uint64_t plt_addr = pPLT.addr() + pPLT.getPLT0Size(); in applyAllGOTPLT() local
49 llvm::cast<X86_32GOTEntry>(*it).setValue(plt_addr + 6); in applyAllGOTPLT()
50 plt_addr += pPLT.getPLT1Size(); in applyAllGOTPLT()
80 uint64_t plt_addr = pPLT.addr() + pPLT.getPLT0Size(); in applyAllGOTPLT() local
82 llvm::cast<X86_64GOTEntry>(*it).setValue(plt_addr + 6); in applyAllGOTPLT()
83 plt_addr += pPLT.getPLT1Size(); in applyAllGOTPLT()