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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp29 const uint32_t arm_plt1[] = { member in namespace:__anon1269
43 : PLTEntry(sizeof(arm_plt1), pParent) {}
215 Out[0] = arm_plt1[0] | ((Offset >> 20) & 0xFF);
216 Out[1] = arm_plt1[1] | ((Offset >> 12) & 0xFF);
217 Out[2] = arm_plt1[2] | (Offset & 0xFFF);

Completed in 88 milliseconds