Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c324 cup->cu_name != NULL ? cup->cu_name : "NULL"); in ctf_dwarf_error()
2991 const char *name = cup->cu_name != NULL ? cup->cu_name : "NULL"; in ctf_dwarf_convert_one()
3095 if (cup->cu_name != NULL) { in ctf_dwarf_free_die()
3096 ctf_strfree(cup->cu_name); in ctf_dwarf_free_die()
3097 cup->cu_name = NULL; in ctf_dwarf_free_die()
3244 cup->cu_name = strdup(b); in ctf_dwarf_preinit_dies()
3254 i, cup->cu_name != NULL ? cup->cu_name : "NULL", in ctf_dwarf_preinit_dies()
3263 i, cup->cu_name != NULL ? cup->cu_name : "NULL", in ctf_dwarf_preinit_dies()
3278 cup->cu_name); in ctf_dwarf_preinit_dies()
3292 cup->cu_name != NULL ? cup->cu_name : "NULL"); in ctf_dwarf_preinit_dies()
[all …]