Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsPLT.cpp113 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) { in applyAllPLT() argument
129 uint64_t gotAddr = pGOTPLT.addr(); in applyAllPLT()
144 uint64_t gotEntryAddr = pGOTPLT.getEntryAddr(count++); in applyAllPLT()
DMipsPLT.h36 void applyAllPLT(MipsGOTPLT& pGOTPLT);
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp136 X86_32GOTPLT& pGOTPLT, in X86_32PLT() argument
138 : X86PLT(pSection, pConfig, 32), m_GOTPLT(pGOTPLT) { in X86_32PLT()
219 X86_64GOTPLT& pGOTPLT, in X86_64PLT() argument
221 : X86PLT(pSection, pConfig, 64), m_GOTPLT(pGOTPLT) { in X86_64PLT()
DX86PLT.h139 X86_32GOTPLT& pGOTPLT,
159 X86_64GOTPLT& pGOTPLT,
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp33 AArch64PLT::AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT) in AArch64PLT() argument
34 : PLT(pSection), m_GOT(pGOTPLT) { in AArch64PLT()
DAArch64PLT.h53 AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT);
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp30 ARMPLT::ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT) in ARMPLT() argument
31 : PLT(pSection), m_GOT(pGOTPLT) { in ARMPLT()
DARMPLT.h49 ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT);
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp36 HexagonGOTPLT& pGOTPLT, in HexagonPLT() argument
38 : PLT(pSection), m_GOTPLT(pGOTPLT), m_Config(pConfig) { in HexagonPLT()
DHexagonPLT.h63 HexagonGOTPLT& pGOTPLT,