Searched refs:arm_plt1 (Results 1 – 2 of 2) sorted by relevance
24 ARMPLT1::ARMPLT1(SectionData& pParent) : PLT::Entry<sizeof(arm_plt1)>(pParent) { in ARMPLT1()44 (m_pSectionData->size() - 1) * sizeof(arm_plt1) + sizeof(arm_plt0); in finalizeSectionSize()127 Out[0] = arm_plt1[0] | ((Offset >> 20) & 0xFF); in applyPLT1()128 Out[1] = arm_plt1[1] | ((Offset >> 12) & 0xFF); in applyPLT1()129 Out[2] = arm_plt1[2] | (Offset & 0xFFF); in applyPLT1()
24 const uint32_t arm_plt1[] = { variable39 class ARMPLT1 : public PLT::Entry<sizeof(arm_plt1)> {