Home | History | Annotate | Download | only in bfd

Lines Matching refs:glist

4340      only care about glist, but when compiled on a 32-bit host the
4344 htab->elf.init_got_refcount.glist = NULL;
4346 htab->elf.init_plt_refcount.glist = NULL;
4348 htab->elf.init_got_offset.glist = NULL;
4350 htab->elf.init_plt_offset.glist = NULL;
4799 if (eind->elf.got.glist != NULL)
4801 if (edir->elf.got.glist != NULL)
4806 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4810 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4822 *entp = edir->elf.got.glist;
4825 edir->elf.got.glist = eind->elf.got.glist;
4826 eind->elf.got.glist = NULL;
5477 for (ent = eh->elf.got.glist; ent != NULL; ent = ent->next)
5488 ent->next = eh->elf.got.glist;
5494 eh->elf.got.glist = ent;
6595 ent = h->got.glist;
8698 ent = h->got.glist;
9594 for (gent = h->got.glist; gent != NULL; gent = gent->next)
9601 for (ent = h->got.glist; ent != NULL; ent = ent->next)
9619 pgent = &h->got.glist;
9636 merge_got_entries (&h->got.glist);
9638 for (gent = h->got.glist; gent != NULL; gent = gent->next)
11476 merge_got_entries (&h->got.glist);
11492 for (gent = h->got.glist; gent != NULL; gent = gent->next)
14373 ent = h->elf.got.glist;