Searched refs:applyAllGOTPLT (Results 1 – 9 of 9) sorted by relevance
37 void applyAllGOTPLT(const X86PLT& pPLT);54 void applyAllGOTPLT(const X86PLT& pPLT);
41 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT() function in mcld::X86_32GOTPLT74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT() function in mcld::X86_64GOTPLT
492 m_pGOTPLT->applyAllGOTPLT(*m_pPLT); in emitGOTPLTSectionData()677 m_pGOTPLT->applyAllGOTPLT(*m_pPLT); in emitGOTPLTSectionData()
37 void applyAllGOTPLT(const HexagonPLT& pPLT);
44 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT) { in applyAllGOTPLT() function in mcld::HexagonGOTPLT
354 m_pGOTPLT->applyAllGOTPLT(*m_pPLT); in emitGOTPLTSectionData()
36 void applyAllGOTPLT(uint64_t pltAddr);
54 void MipsGOTPLT::applyAllGOTPLT(uint64_t pltAddr) { in applyAllGOTPLT() function in mcld::MipsGOTPLT
235 m_pGOTPLT->applyAllGOTPLT(m_pPLT->addr()); in doPostLayout()