Searched refs:arm_plt1 (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp25 : PLT::Entry<sizeof(arm_plt1)>(pParent) {}
46 uint64_t size = (m_pSectionData->size() - 1) * sizeof(arm_plt1) +
135 Out[0] = arm_plt1[0] | ((Offset >> 20) & 0xFF);
136 Out[1] = arm_plt1[1] | ((Offset >> 12) & 0xFF);
137 Out[2] = arm_plt1[2] | (Offset & 0xFFF);
H A DARMPLT.h26 const uint32_t arm_plt1[] = { member in namespace:__anon1094
44 class ARMPLT1 : public PLT::Entry<sizeof(arm_plt1)>

Completed in 85 milliseconds