Lines Matching refs:ARMPLT
30 ARMPLT::ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT) in ARMPLT() function in mcld::ARMPLT
35 ARMPLT::~ARMPLT() { in ~ARMPLT()
38 bool ARMPLT::hasPLT1() const { in hasPLT1()
42 void ARMPLT::finalizeSectionSize() { in finalizeSectionSize()
55 ARMPLT1* ARMPLT::create() { in create()
62 void ARMPLT::applyPLT0() { in applyPLT0()
95 void ARMPLT::applyPLT1() { in applyPLT1()
102 ARMPLT::iterator it = m_pSectionData->begin(); in applyPLT1()
103 ARMPLT::iterator ie = m_pSectionData->end(); in applyPLT1()
141 uint64_t ARMPLT::emit(MemoryRegion& pRegion) { in emit()
151 ARMPLT::iterator ie = end(); in emit()