Searched refs:arm_plt1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.h24 const uint32_t arm_plt1[] = { variable
39 class ARMPLT1 : public PLT::Entry<sizeof(arm_plt1)> {
H A DARMPLT.cpp24 ARMPLT1::ARMPLT1(SectionData& pParent) : PLT::Entry<sizeof(arm_plt1)>(pParent) {
44 (m_pSectionData->size() - 1) * sizeof(arm_plt1) + sizeof(arm_plt0);
127 Out[0] = arm_plt1[0] | ((Offset >> 20) & 0xFF);
128 Out[1] = arm_plt1[1] | ((Offset >> 12) & 0xFF);
129 Out[2] = arm_plt1[2] | (Offset & 0xFFF);

Completed in 83 milliseconds