Home | History | Annotate | Download | only in bfd

Lines Matching refs:glist

3588      only care about glist, but when compiled on a 32-bit host the
3592 htab->elf.init_got_refcount.glist = NULL;
3594 htab->elf.init_plt_refcount.glist = NULL;
3596 htab->elf.init_got_offset.glist = NULL;
3598 htab->elf.init_plt_offset.glist = NULL;
4154 if (eind->elf.got.glist != NULL)
4156 if (edir->elf.got.glist != NULL)
4161 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4165 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4177 *entp = edir->elf.got.glist;
4180 edir->elf.got.glist = eind->elf.got.glist;
4181 eind->elf.got.glist = NULL;
5006 for (ent = eh->elf.got.glist; ent != NULL; ent = ent->next)
5017 ent->next = eh->elf.got.glist;
5023 eh->elf.got.glist = ent;
8646 ent = h->got.glist;
9741 ent = h->got.glist;
9897 for (gent = h->got.glist; gent != NULL; gent = gent->next)
9904 for (ent = h->got.glist; ent != NULL; ent = ent->next)
9922 pgent = &h->got.glist;
9939 merge_got_entries (&h->got.glist);
9941 for (gent = h->got.glist; gent != NULL; gent = gent->next)
12800 merge_got_entries (&h->got.glist);
12816 for (gent = h->got.glist; gent != NULL; gent = gent->next)
13675 for (gent = h->got.glist; gent != NULL; gent = gent->next)
16947 ent = h->elf.got.glist;