Home
last modified time | relevance | path

Searched refs:applyAllGOTPLT (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOTPLT.h37 void applyAllGOTPLT(const X86PLT& pPLT);
54 void applyAllGOTPLT(const X86PLT& pPLT);
DX86GOTPLT.cpp41 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT() function in mcld::X86_32GOTPLT
74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT() function in mcld::X86_64GOTPLT
DX86LDBackend.cpp492 m_pGOTPLT->applyAllGOTPLT(*m_pPLT); in emitGOTPLTSectionData()
677 m_pGOTPLT->applyAllGOTPLT(*m_pPLT); in emitGOTPLTSectionData()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOTPLT.h37 void applyAllGOTPLT(const HexagonPLT& pPLT);
DHexagonGOTPLT.cpp44 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT) { in applyAllGOTPLT() function in mcld::HexagonGOTPLT
DHexagonLDBackend.cpp354 m_pGOTPLT->applyAllGOTPLT(*m_pPLT); in emitGOTPLTSectionData()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOTPLT.h36 void applyAllGOTPLT(uint64_t pltAddr);
DMipsGOTPLT.cpp54 void MipsGOTPLT::applyAllGOTPLT(uint64_t pltAddr) { in applyAllGOTPLT() function in mcld::MipsGOTPLT
DMipsLDBackend.cpp235 m_pGOTPLT->applyAllGOTPLT(m_pPLT->addr()); in doPostLayout()