Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c527 ctf_kind_name(fp, ctf_type_kind(fp, base)), in ctftest_check_members()
528 ctf_kind_name(fp, kind)); in ctftest_check_members()
589 ctf_kind_name(fp, ctf_type_kind(fp, base)), in ctftest_check_member_info()
590 ctf_kind_name(fp, kind)); in ctftest_check_member_info()
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers99 ctf_kind_name;
H A Dctf_dwarf.c1850 ctf_kind_name(cup->cu_ctfp, kind), ref_id); in needed_array_qualifier()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h259 extern const char *ctf_kind_name(ctf_file_t *, int);
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c535 ctf_kind_name(g_fp, kind)); in ctfdump_types_cb()
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c1375 ctf_kind_name(ctf_file_t *fp, int kind) in ctf_kind_name() function