Searched refs:debug_name (Results 1 – 3 of 3) sorted by relevance
266 struct debug_name *name;444 struct debug_name *list;446 struct debug_name **tail;486 struct debug_name struct489 struct debug_name *next; argument557 static struct debug_name *debug_add_to_namespace560 static struct debug_name *debug_add_to_current_namespace569 struct debug_name *);572 struct debug_type *, struct debug_name *);601 static struct debug_name *[all …]
31 static const char *debug_name[] = { variable247 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()
106 umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t … in umem_cache_create() argument