Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.c267 struct debug_name *name;
445 struct debug_name *list;
447 struct debug_name **tail;
487 struct debug_name struct
490 struct debug_name *next; argument
558 static struct debug_name *debug_add_to_namespace
561 static struct debug_name *debug_add_to_current_namespace
570 struct debug_name *);
573 struct debug_type_s *, struct debug_name *);
602 static struct debug_name *
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.c272 struct debug_name *name;
450 struct debug_name *list;
452 struct debug_name **tail;
492 struct debug_name struct
495 struct debug_name *next; argument
563 static struct debug_name *debug_add_to_namespace
566 static struct debug_name *debug_add_to_current_namespace
575 struct debug_name *);
578 struct debug_type_s *, struct debug_name *);
607 static struct debug_name *
[all …]
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_elf_init.c34 static const char *debug_name[] = { variable
288 for (i = 0; debug_name[i] != NULL; i++) { in _dwarf_elf_init()
289 if (!strcmp(name, debug_name[i])) in _dwarf_elf_init()
329 for (i = 0; debug_name[i] != NULL; i++) { in _dwarf_elf_init()
330 if (strcmp(name, debug_name[i])) in _dwarf_elf_init()
/netbsd-src/external/cddl/osnet/lib/libumem/
H A Dumem.c106 umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t … in umem_cache_create() argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_vq.c912 strncpy(cmd_p->debug_name, name, sizeof(cmd_p->debug_name) - 1); in virtio_gpu_cmd_context_create()
913 cmd_p->debug_name[sizeof(cmd_p->debug_name) - 1] = 0; in virtio_gpu_cmd_context_create()