Symbol: LCTF_INFO_KIND
usr/src/common/ctf/ctf_create.c
1732
kind = LCTF_INFO_KIND(src_fp, tp->ctt_info);
usr/src/common/ctf/ctf_decl.c
100
switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) {
usr/src/common/ctf/ctf_lookup.c
272
kind = LCTF_INFO_KIND(fp, info);
usr/src/common/ctf/ctf_lookup.c
349
if (LCTF_INFO_KIND(fp, t->ctt_info) != CTF_K_ARRAY)
usr/src/common/ctf/ctf_lookup.c
358
if (LCTF_INFO_KIND(fp, dtd->dtd_data.ctt_info) != CTF_K_ARRAY)
usr/src/common/ctf/ctf_open.c
179
if (LCTF_INFO_KIND(fp, info) == CTF_K_UNKNOWN &&
usr/src/common/ctf/ctf_open.c
229
ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info);
usr/src/common/ctf/ctf_open.c
349
ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info);
usr/src/common/ctf/ctf_open.c
526
if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_TYPEDEF &&
usr/src/common/ctf/ctf_types.c
1026
if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM) {
usr/src/common/ctf/ctf_types.c
1073
kind = LCTF_INFO_KIND(fp, tp->ctt_info);
usr/src/common/ctf/ctf_types.c
1129
if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_FUNCTION)
usr/src/common/ctf/ctf_types.c
1163
if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_FUNCTION)
usr/src/common/ctf/ctf_types.c
1275
if (LCTF_INFO_KIND(fp, info) != CTF_K_FUNCTION)
usr/src/common/ctf/ctf_types.c
142
if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM)
usr/src/common/ctf/ctf_types.c
195
switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
usr/src/common/ctf/ctf_types.c
503
switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
usr/src/common/ctf/ctf_types.c
569
switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
usr/src/common/ctf/ctf_types.c
589
if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_STRUCT)
usr/src/common/ctf/ctf_types.c
627
return (LCTF_INFO_KIND(fp, tp->ctt_info));
usr/src/common/ctf/ctf_types.c
643
switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
usr/src/common/ctf/ctf_types.c
702
switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
usr/src/common/ctf/ctf_types.c
842
kind = LCTF_INFO_KIND(cms->cms_fp, cms->cms_tp->ctt_info);
usr/src/common/ctf/ctf_types.c
879
kind = LCTF_INFO_KIND(stack[depth].cms_fp,
usr/src/common/ctf/ctf_types.c
91
kind = LCTF_INFO_KIND(fp, tp->ctt_info);
usr/src/common/ctf/ctf_types.c
957
if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ARRAY)
usr/src/common/ctf/ctf_types.c
989
if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM) {
usr/src/lib/libctf/common/ctf_dwarf.c
1816
if (LCTF_INFO_KIND(cup->cu_ctfp, t->ctt_info) != CTF_K_ARRAY)
usr/src/lib/libctf/common/ctf_dwarf.c
1828
akind = LCTF_INFO_KIND(cup->cu_ctfp, t->ctt_info);
usr/src/lib/libctf/common/ctf_merge.c
1165
if (LCTF_INFO_KIND(fp, funcbase) != CTF_K_FUNCTION)