Searched refs:cu_name (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 255 char *cu_name; /* basename of the DIE */ member 307 ret = snprintf(cup->cu_errbuf, rem, "die %s: ", cup->cu_name); in ctf_dwarf_error() 2179 if (bind == STB_LOCAL && (file == NULL || cup->cu_name == NULL)) in ctf_dwarf_match_func() 2190 if (bind == STB_LOCAL && strcmp(file, cup->cu_name) != 0) in ctf_dwarf_match_func() 2204 if (bind == STB_LOCAL && (file == NULL || cup->cu_name == NULL)) in ctf_dwarf_match_var() 2216 if (bind == STB_LOCAL && strcmp(file, cup->cu_name) != 0) in ctf_dwarf_match_var() 2544 ctf_dprintf("converting die: %s\n", cup->cu_name); in ctf_dwarf_convert_one() 2549 ctf_dprintf("ctf_dwarf_convert_die (%s) returned %d\n", cup->cu_name, in ctf_dwarf_convert_one() 2560 ctf_dprintf("ctf_dwarf_fixup_die (%s) returned %d\n", cup->cu_name, in ctf_dwarf_convert_one() 2571 ctf_dprintf("ctf_dwarf_fixup_die (%s) returned %d\n", cup->cu_name, in ctf_dwarf_convert_one() [all …]
|