Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOTPLT.cpp41 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT() argument
47 uint64_t plt_addr = pPLT.addr() + pPLT.getPLT0Size(); in applyAllGOTPLT()
50 plt_addr += pPLT.getPLT1Size(); in applyAllGOTPLT()
74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT() argument
80 uint64_t plt_addr = pPLT.addr() + pPLT.getPLT0Size(); in applyAllGOTPLT()
83 plt_addr += pPLT.getPLT1Size(); in applyAllGOTPLT()
DX86GOTPLT.h37 void applyAllGOTPLT(const X86PLT& pPLT);
54 void applyAllGOTPLT(const X86PLT& pPLT);
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOTPLT.cpp44 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT) { in applyAllGOTPLT() argument
53 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr()); in applyAllGOTPLT()
DHexagonGOTPLT.h37 void applyAllGOTPLT(const HexagonPLT& pPLT);