Home
last modified time | relevance | path

Searched refs:debug_name (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/binutils/binutils/
HDdebug.c266 struct debug_name *name;
444 struct debug_name *list;
446 struct debug_name **tail;
486 struct debug_name struct
489 struct debug_name *next; argument
557 static struct debug_name *debug_add_to_namespace
560 static struct debug_name *debug_add_to_current_namespace
569 struct debug_name *);
572 struct debug_type *, struct debug_name *);
601 static struct debug_name *
[all …]
/NextBSD/contrib/elftoolchain/libdwarf/
HDlibdwarf_elf_init.c31 static const char *debug_name[] = { variable
247 for (i = 0; debug_name[i] != NULL; i++) { in _dwarf_elf_init()
248 if (!strcmp(name, debug_name[i])) in _dwarf_elf_init()
288 for (i = 0; debug_name[i] != NULL; i++) { in _dwarf_elf_init()
289 if (strcmp(name, debug_name[i])) in _dwarf_elf_init()
/NextBSD/cddl/compat/opensolaris/lib/libumem/
HDumem.c106 umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t … in umem_cache_create() argument