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.c262 char *cu_name; /* basename of the DIE */ member
324 cup->cu_name != NULL ? cup->cu_name : "NULL"); in ctf_dwarf_error()
2674 if (bind == STB_LOCAL && (file == NULL || cup->cu_name == NULL)) in ctf_dwarf_match_func()
2681 if (ctf_dwarf_symbol_match(file, name, bind, cup->cu_name, in ctf_dwarf_match_func()
2706 if (bind == STB_LOCAL && (file == NULL || cup->cu_name == NULL)) in ctf_dwarf_match_var()
2713 if (ctf_dwarf_symbol_match(file, name, bind, cup->cu_name, in ctf_dwarf_match_var()
2991 const char *name = cup->cu_name != NULL ? cup->cu_name : "NULL"; in ctf_dwarf_convert_one()
3094 ctf_dprintf("Trying to free name: %p\n", cup->cu_name); in ctf_dwarf_free_die()
3095 if (cup->cu_name != NULL) { in ctf_dwarf_free_die()
3096 ctf_strfree(cup->cu_name); in ctf_dwarf_free_die()
[all …]