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

/haiku-fatelf/src/bin/bash/
H A Dpathexp.h25 # define GLOB_FAILED(glist) !(glist)
27 # define GLOB_FAILED(glist) (glist) == (char **)&glob_error_return
H A Dpcomplete.c713 #define GEN_COMPS(bmap, flag, it, text, glist, tlist) \
720 glist = strlist_append (glist, tlist); \
726 #define GEN_XCOMPS(bmap, flag, text, func, cmatches, glist, tlist) \
732 glist = strlist_append (glist, tlist); \
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dia64-gen.c2204 static struct completer_entry **glist;
2256 glist = (struct completer_entry **)
2257 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen);
2262 glist[0] = ent;
2267 if (ent->name->num < glist[0]->name->num)
2269 else if (ent->name->num > glist[end - 1]->name->num)
2278 c = ent->name->num - glist[i]->name->num;
2285 && ent->name->num == glist[i - 1]->name->num)
2301 if (ent->name->num != glist[i]->name->num)
2304 if (completer_entries_eq (ent, glist[
2189 static struct completer_entry **glist; variable in typeref:struct:completer_entry
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-ppc.c3464 only care about glist, but when compiled on a 32-bit host the
3468 htab->elf.init_refcount.glist = NULL;
3470 htab->elf.init_offset.glist = NULL;
3835 if (eind->elf.got.glist != NULL)
3837 if (edir->elf.got.glist != NULL)
3842 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
3846 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
3858 *entp = edir->elf.got.glist;
3861 edir->elf.got.glist = eind->elf.got.glist;
[all...]
H A Delf-bfd.h121 struct got_entry *glist;
120 struct got_entry *glist; member in union:elf_link_hash_entry::gotplt_union

Completed in 123 milliseconds