Lines Matching refs:plabel
82 volatile unsigned int *plabel;
87 a list of function pointers. Also return immediately if the plabel
93 /* The function pointer points to a function descriptor (plabel). If
94 the plabel hasn't been resolved, the first word of the plabel points
96 The second word in the plabel contains the relocation offset for the
98 plabel = (volatile unsigned int *) ((unsigned int) fptr & ~3);
99 if (!_dl_read_access_allowed ((unsigned int)plabel))
104 got = (unsigned int *) plabel[0];
110 reloc_offset = plabel[1];
112 got = (unsigned int *) (plabel[0] + GOT_FROM_PLT_STUB);
114 /* Return the address of the function if the plabel has been resolved. */
116 return plabel[0];
140 /* Build a plabel for an indirect call to _dl_fixup. */
146 link_map pointer and plabel[1] the relocation offset. */
149 return plabel[0];