Home | History | Annotate | Download | only in bfd

Lines Matching refs:glist

4236      only care about glist, but when compiled on a 32-bit host the
4240 htab->elf.init_got_refcount.glist = NULL;
4242 htab->elf.init_plt_refcount.glist = NULL;
4244 htab->elf.init_got_offset.glist = NULL;
4246 htab->elf.init_plt_offset.glist = NULL;
4696 if (eind->elf.got.glist != NULL)
4698 if (edir->elf.got.glist != NULL)
4703 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4707 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4719 *entp = edir->elf.got.glist;
4722 edir->elf.got.glist = eind->elf.got.glist;
4723 eind->elf.got.glist = NULL;
5387 for (ent = eh->elf.got.glist; ent != NULL; ent = ent->next)
5398 ent->next = eh->elf.got.glist;
5404 eh->elf.got.glist = ent;
6488 ent = h->got.glist;
8507 ent = h->got.glist;
9457 for (gent = h->got.glist; gent != NULL; gent = gent->next)
9464 for (ent = h->got.glist; ent != NULL; ent = ent->next)
9482 pgent = &h->got.glist;
9499 merge_got_entries (&h->got.glist);
9501 for (gent = h->got.glist; gent != NULL; gent = gent->next)
11267 merge_got_entries (&h->got.glist);
11283 for (gent = h->got.glist; gent != NULL; gent = gent->next)
14006 ent = h->elf.got.glist;