Home | History | Annotate | Download | only in pa

Lines Matching refs:got

70    must be linked into all binaries in order access the got table of 
83 unsigned int *got, *iptr, reloc_offset;
104 got = (unsigned int *) plabel[0];
105 if (((unsigned int) got & 3) != 0
106 || !_dl_read_access_allowed ((unsigned int)got))
112 got = (unsigned int *) (plabel[0] + GOT_FROM_PLT_STUB);
115 if (got != &_GLOBAL_OFFSET_TABLE_)
125 iptr = (unsigned int *) (got[-2] + fixup_branch_offset[i]);
142 fixup_plabel[1] = got[-1]; /* ltp for fixup */
145 /* Call fixup to resolve the function address. got[1] contains the
147 fixup ((struct link_map *) got[1], reloc_offset);