Searched refs:ctf_kind_name (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-common.c | 527 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 D | mapfile-vers | 99 ctf_kind_name;
|
H A D | ctf_dwarf.c | 1850 ctf_kind_name(cup->cu_ctfp, kind), ref_id); in needed_array_qualifier()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 259 extern const char *ctf_kind_name(ctf_file_t *, int);
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 535 ctf_kind_name(g_fp, kind)); in ctfdump_types_cb()
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 1375 ctf_kind_name(ctf_file_t *fp, int kind) in ctf_kind_name() function
|