Home | History | Annotate | Download | only in ld.elf_so

Lines Matching refs:relr

183  *	Relocate the RELR entries of obj.  The RELR table is encoded as
221 const Elf_Relr *relr;
223 if (obj->relr == obj->relrlim)
226 for (relr = obj->relr; relr < obj->relrlim;) {
232 assert((*relr & 1) == 0);
233 where = (Elf_Addr *)(obj->relocbase + *relr);
239 while (++relr < obj->relrlim && *relr & 1) {
248 for (i = 1; i < CHAR_BIT*sizeof(*relr); i++, where++) {
249 if (*relr & ((Elf_Relr)1 << i))