Searched refs:pGOTPLT (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsPLT.cpp | 113 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()
|
D | MipsPLT.h | 36 void applyAllPLT(MipsGOTPLT& pGOTPLT);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86PLT.cpp | 136 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()
|
D | X86PLT.h | 139 X86_32GOTPLT& pGOTPLT, 159 X86_64GOTPLT& pGOTPLT,
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64PLT.cpp | 33 AArch64PLT::AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT) in AArch64PLT() argument 34 : PLT(pSection), m_GOT(pGOTPLT) { in AArch64PLT()
|
D | AArch64PLT.h | 53 AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMPLT.cpp | 30 ARMPLT::ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT) in ARMPLT() argument 31 : PLT(pSection), m_GOT(pGOTPLT) { in ARMPLT()
|
D | ARMPLT.h | 49 ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonPLT.cpp | 36 HexagonGOTPLT& pGOTPLT, in HexagonPLT() argument 38 : PLT(pSection), m_GOTPLT(pGOTPLT), m_Config(pConfig) { in HexagonPLT()
|
D | HexagonPLT.h | 63 HexagonGOTPLT& pGOTPLT,
|