Lines Matching refs:ARMPLT1
24 ARMPLT1::ARMPLT1(SectionData& pParent) : PLT::Entry<sizeof(arm_plt1)>(pParent) { in ARMPLT1() function in mcld::ARMPLT1
55 ARMPLT1* ARMPLT::create() { in create()
56 ARMPLT1* plt1_entry = new (std::nothrow) ARMPLT1(*m_pSectionData); in create()
112 uint64_t PLT1EntrySize = ARMPLT1::EntrySize; in applyPLT1()
113 ARMPLT1* plt1 = NULL; in applyPLT1()
117 plt1 = &(llvm::cast<ARMPLT1>(*it)); in applyPLT1()
118 Out = static_cast<uint32_t*>(malloc(ARMPLT1::EntrySize)); in applyPLT1()
150 ARMPLT1* plt1 = 0; in emit()
153 plt1 = &(llvm::cast<ARMPLT1>(*it)); in emit()
154 memcpy(buffer + result, plt1->getValue(), ARMPLT1::EntrySize); in emit()
155 result += ARMPLT1::EntrySize; in emit()