Searched defs:pGOTPLT (Results 1 - 5 of 5) sorted by path

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp31 AArch64PLT::AArch64PLT(LDSection& pSection, AArch64GOT &pGOTPLT) argument
32 : PLT(pSection), m_GOT(pGOTPLT) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp30 ARMPLT::ARMPLT(LDSection& pSection, ARMGOT &pGOTPLT) argument
31 : PLT(pSection), m_GOT(pGOTPLT) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp38 HexagonGOTPLT &pGOTPLT,
41 m_GOTPLT(pGOTPLT),
37 HexagonPLT(LDSection& pSection, HexagonGOTPLT &pGOTPLT, const LinkerConfig& pConfig) argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp127 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) argument
143 uint64_t gotAddr = pGOTPLT.addr();
158 uint64_t gotEntryAddr = pGOTPLT.getEntryAddr(count++);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp151 X86_32GOTPLT& pGOTPLT,
154 m_GOTPLT(pGOTPLT) {
237 X86_64GOTPLT& pGOTPLT,
240 m_GOTPLT(pGOTPLT) {
150 X86_32PLT(LDSection& pSection, X86_32GOTPLT& pGOTPLT, const LinkerConfig& pConfig) argument
236 X86_64PLT(LDSection& pSection, X86_64GOTPLT& pGOTPLT, const LinkerConfig& pConfig) argument

Completed in 191 milliseconds