Searched refs:pGOTPLT (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsPLT.cpp | 127 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) in applyAllPLT() argument 143 uint64_t gotAddr = pGOTPLT.addr(); in applyAllPLT() 158 uint64_t gotEntryAddr = pGOTPLT.getEntryAddr(count++); in applyAllPLT()
|
D | MipsPLT.h | 37 void applyAllPLT(MipsGOTPLT& pGOTPLT);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86PLT.cpp | 151 X86_32GOTPLT& pGOTPLT, in X86_32PLT() argument 154 m_GOTPLT(pGOTPLT) { in X86_32PLT() 237 X86_64GOTPLT& pGOTPLT, in X86_64PLT() argument 240 m_GOTPLT(pGOTPLT) { in X86_64PLT()
|
D | X86PLT.h | 153 X86_32GOTPLT& pGOTPLT, 174 X86_64GOTPLT& 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 | 56 ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT);
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64PLT.cpp | 31 AArch64PLT::AArch64PLT(LDSection& pSection, AArch64GOT &pGOTPLT) in AArch64PLT() argument 32 : PLT(pSection), m_GOT(pGOTPLT) { in AArch64PLT()
|
D | AArch64PLT.h | 60 AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonPLT.cpp | 38 HexagonGOTPLT &pGOTPLT, in HexagonPLT() argument 41 m_GOTPLT(pGOTPLT), in HexagonPLT()
|
D | HexagonPLT.h | 69 HexagonGOTPLT& pGOTPLT,
|