Searched refs:AArch64PLT (Results 1 – 5 of 5) sorted by relevance
33 AArch64PLT::AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT) in AArch64PLT() function in mcld::AArch64PLT38 AArch64PLT::~AArch64PLT() { in ~AArch64PLT()41 bool AArch64PLT::hasPLT1() const { in hasPLT1()45 void AArch64PLT::finalizeSectionSize() { in finalizeSectionSize()58 AArch64PLT1* AArch64PLT::create() { in create()65 void AArch64PLT::applyPLT0() { in applyPLT0()100 void AArch64PLT::applyPLT1() { in applyPLT1()107 AArch64PLT::iterator it = m_pSectionData->begin(); in applyPLT1()108 AArch64PLT::iterator ie = m_pSectionData->end(); in applyPLT1()147 uint64_t AArch64PLT::emit(MemoryRegion& pRegion) { in emit()[all …]
51 class AArch64PLT : public PLT {53 AArch64PLT(LDSection& pSection, AArch64GOT& pGOTPLT);54 ~AArch64PLT();
88 AArch64PLT& getPLT();89 const AArch64PLT& getPLT() const;146 AArch64PLT* m_pPLT;
9 AArch64PLT.cpp \
107 m_pPLT = new AArch64PLT(plt, *m_pGOTPLT); in initTargetSections()360 AArch64PLT& AArch64GNULDBackend::getPLT() { in getPLT()365 const AArch64PLT& AArch64GNULDBackend::getPLT() const { in getPLT()