Home
last modified time | relevance | path

Searched refs:glist (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dia64-gen.c2215 static struct completer_entry **glist; variable
2266 glist = (struct completer_entry **) in insert_gclist()
2267 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen); in insert_gclist()
2272 glist[0] = ent; in insert_gclist()
2277 if (ent->name->num < glist[0]->name->num) in insert_gclist()
2279 else if (ent->name->num > glist[end - 1]->name->num) in insert_gclist()
2288 c = ent->name->num - glist[i]->name->num; in insert_gclist()
2295 && ent->name->num == glist[i - 1]->name->num) in insert_gclist()
2311 if (ent->name->num != glist[i]->name->num) in insert_gclist()
2314 if (completer_entries_eq (ent, glist[i])) in insert_gclist()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c4236 htab->elf.init_got_refcount.glist = NULL; in ppc64_elf_link_hash_table_create()
4238 htab->elf.init_plt_refcount.glist = NULL; in ppc64_elf_link_hash_table_create()
4240 htab->elf.init_got_offset.glist = NULL; in ppc64_elf_link_hash_table_create()
4242 htab->elf.init_plt_offset.glist = NULL; in ppc64_elf_link_hash_table_create()
4692 if (eind->elf.got.glist != NULL) in ppc64_elf_copy_indirect_symbol()
4694 if (edir->elf.got.glist != NULL) in ppc64_elf_copy_indirect_symbol()
4699 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; ) in ppc64_elf_copy_indirect_symbol()
4703 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next) in ppc64_elf_copy_indirect_symbol()
4715 *entp = edir->elf.got.glist; in ppc64_elf_copy_indirect_symbol()
4718 edir->elf.got.glist = eind->elf.got.glist; in ppc64_elf_copy_indirect_symbol()
[all …]
Delf32-m68k.c655 struct elf_m68k_got_entry *glist; member
937 elf_m68k_hash_entry (ret)->glist = NULL; in elf_m68k_link_hash_newfunc()
2073 entry->u.s2.next = h->glist; in elf_m68k_finalize_got_offsets_1()
2074 h->glist = entry; in elf_m68k_finalize_got_offsets_1()
2530 BFD_ASSERT (ind->glist == NULL); in elf_m68k_copy_indirect_symbol()
4310 if (elf_m68k_hash_entry (h)->glist != NULL) in elf_m68k_finish_dynamic_symbol()
4323 got_entry = elf_m68k_hash_entry (h)->glist; in elf_m68k_finish_dynamic_symbol()
Delf32-spu.c456 htab->elf.init_got_refcount.glist = NULL; in spu_elf_link_hash_table_create()
458 htab->elf.init_got_offset.glist = NULL; in spu_elf_link_hash_table_create()
1074 head = &h->got.glist; in count_stub()
1206 head = &h->got.glist; in build_stub()
4949 head = &h->got.glist; in spu_elf_relocate_section()
5139 for (g = h->got.glist; g != NULL; g = g->next) in spu_elf_output_symbol_hook()
Delf-bfd.h90 struct got_entry *glist; member
Delf32-ppc.c3269 ret->elf.init_plt_refcount.glist = NULL; in ppc_elf_link_hash_table_create()
3271 ret->elf.init_plt_offset.glist = NULL; in ppc_elf_link_hash_table_create()
DChangeLog-20082092 glist): New fields.
DChangeLog-02034551 handling to use got.glist rather than got.refcount. Likewise for PLT.
4589 (struct elf_link_hash_entry): Add "glist" and "plist" fields to