Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Dfind_names.c276 glob_t glist; in find_files() local
323 err = glob (pat, GLOB_PERIOD | (dir ? GLOB_ERR : 0), NULL, &glist); in find_files()
338 for (i = 0; i < glist.gl_pathc; i++) in find_files()
344 tmp = last_component (glist.gl_pathv[i]); in find_files()
350 p->key = xstrdup (glist.gl_pathv[i] in find_files()
356 globfree (&glist); in find_files()
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dia64-gen.c2194 static struct completer_entry **glist; variable
2245 glist = (struct completer_entry **) in insert_gclist()
2246 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen); in insert_gclist()
2251 glist[0] = ent; in insert_gclist()
2256 if (ent->name->num < glist[0]->name->num) in insert_gclist()
2258 else if (ent->name->num > glist[end - 1]->name->num) in insert_gclist()
2267 c = ent->name->num - glist[i]->name->num; in insert_gclist()
2274 && ent->name->num == glist[i - 1]->name->num) in insert_gclist()
2290 if (ent->name->num != glist[i]->name->num) in insert_gclist()
2293 if (completer_entries_eq (ent, glist[i])) in insert_gclist()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-ppc.c3502 htab->elf.init_got_refcount.glist = NULL; in ppc64_elf_link_hash_table_create()
3504 htab->elf.init_plt_refcount.glist = NULL; in ppc64_elf_link_hash_table_create()
3506 htab->elf.init_got_offset.glist = NULL; in ppc64_elf_link_hash_table_create()
3508 htab->elf.init_plt_offset.glist = NULL; in ppc64_elf_link_hash_table_create()
3908 if (eind->elf.got.glist != NULL) in ppc64_elf_copy_indirect_symbol()
3910 if (edir->elf.got.glist != NULL) in ppc64_elf_copy_indirect_symbol()
3915 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; ) in ppc64_elf_copy_indirect_symbol()
3919 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next) in ppc64_elf_copy_indirect_symbol()
3931 *entp = edir->elf.got.glist; in ppc64_elf_copy_indirect_symbol()
3934 edir->elf.got.glist = eind->elf.got.glist; in ppc64_elf_copy_indirect_symbol()
[all …]
Delf-bfd.h120 struct got_entry *glist; member
Delf32-ppc.c2432 ret->elf.init_plt_refcount.glist = NULL; in ppc_elf_link_hash_table_create()
2434 ret->elf.init_plt_offset.glist = NULL; in ppc_elf_link_hash_table_create()