Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1178 ret = ctf_errno(cup->cu_ctfp); in ctf_dwarf_create_base()
1941 ret = ctf_errno(cup->cu_ctfp); in ctf_dwarf_create_enum()
2017 ret = ctf_errno(cup->cu_ctfp); in ctf_dwarf_create_enum()
3073 ctf_close(cup->cu_ctfp); in ctf_dwarf_convert_one()
3074 cup->cu_ctfp = dedup; in ctf_dwarf_convert_one()
3130 if (cup->cu_ctfp != NULL) { in ctf_dwarf_free_die()
3131 ctf_close(cup->cu_ctfp); in ctf_dwarf_free_die()
3132 cup->cu_ctfp = NULL; in ctf_dwarf_free_die()
3312 if (cup->cu_ctfp == NULL) in ctf_dwarf_init_die()
3653 *fpp = cup->cu_ctfp; in ctf_dwarf_convert()
[all …]