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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp33 AArch64PLT::AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT) argument
34 : 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/Mips/
H A DMipsPLT.cpp100 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) { argument
116 uint64_t gotAddr = pGOTPLT.addr();
131 uint64_t gotEntryAddr = pGOTPLT.getEntryAddr(count++);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp136 X86_32GOTPLT& pGOTPLT,
138 : X86PLT(pSection, pConfig, 32), m_GOTPLT(pGOTPLT) {
219 X86_64GOTPLT& pGOTPLT,
221 : X86PLT(pSection, pConfig, 64), m_GOTPLT(pGOTPLT) {
135 X86_32PLT(LDSection& pSection, X86_32GOTPLT& pGOTPLT, const LinkerConfig& pConfig) argument
218 X86_64PLT(LDSection& pSection, X86_64GOTPLT& pGOTPLT, const LinkerConfig& pConfig) argument
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp36 HexagonGOTPLT& pGOTPLT,
38 : PLT(pSection), m_GOTPLT(pGOTPLT) {
35 HexagonPLT(LDSection& pSection, HexagonGOTPLT& pGOTPLT, const LinkerConfig& pConfig) argument

Completed in 1100 milliseconds