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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c266 struct debug_name *name;
350 debug_name structure. */
363 in a debug_name structure. */
444 struct debug_name *list;
446 struct debug_name **tail;
486 struct debug_name struct
489 struct debug_name *next;
557 static struct debug_name *debug_add_to_namespace
560 static struct debug_name *debug_add_to_current_namespace
569 struct debug_name *);
[all...]
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Ddebug.h73 ** debug_name is the name used to reference this SM_DEBUG
77 char *debug_name; member in struct:sm_debug
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c31 static const char *debug_name[] = { variable
287 for (i = 0; debug_name[i] != NULL; i++) {
288 if (!strcmp(name, debug_name[i]))
331 for (i = 0; debug_name[i] != NULL; i++) {
332 if (strcmp(name, debug_name[i]))
/freebsd-11-stable/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c106 umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t *reclaim, void *callback_data, void *source, int cflags) argument
/freebsd-11-stable/contrib/sendmail/libsm/
H A Ddebug.c420 if (sm_match(debug->debug_name, s->ds_pattern))

Completed in 119 milliseconds