Home | History | Annotate | Download | only in ARM

Lines Matching refs:ARMPLT

1 //===- ARMPLT.cpp -----------------------------------------------------------===//
10 #include "ARMPLT.h"
29 // ARMPLT
31 ARMPLT::ARMPLT(LDSection& pSection,
38 ARMPLT::~ARMPLT()
42 bool ARMPLT::hasPLT1() const
47 void ARMPLT::finalizeSectionSize()
61 void ARMPLT::reserveEntry(size_t pNum)
75 ARMPLT1* ARMPLT::consume()
84 ARMPLT0* ARMPLT::getPLT0() const {
96 void ARMPLT::applyPLT0() {
130 void ARMPLT::applyPLT1() {
138 ARMPLT::iterator it = m_SectionData->begin();
139 ARMPLT::iterator ie = m_SectionData->end();
179 uint64_t ARMPLT::emit(MemoryRegion& pRegion)
190 ARMPLT::iterator ie = end();