Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/stabs/common/
H A Dforth.c183 int lkind = 0, kind; in fth_section_init() local
207 if (lkind != CTF_K_STRUCT && lkind != CTF_K_UNION) { in fth_section_init()
235 lkind = kind; in fth_section_init()
/titanic_41/usr/src/common/ctf/
H A Dctf_types.c603 uint_t lkind, rkind; in ctf_type_compat() local
609 lkind = ctf_type_kind(lfp, ltype); in ctf_type_compat()
614 if (lkind != rkind || in ctf_type_compat()
621 switch (lkind) { in ctf_type_compat()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_parser.c340 uint_t lkind = ctf_type_kind(lfp, lbase); in dt_type_promote() local
349 assert(lkind == CTF_K_INTEGER || lkind == CTF_K_ENUM); in dt_type_promote()
352 if (lkind == CTF_K_ENUM) { in dt_type_promote()
1051 uint_t lkind, rkind; in dt_node_is_ptrcompat() local
1084 lkind = ctf_type_kind(lfp, lbase); in dt_node_is_ptrcompat()
1086 if (lkind == CTF_K_POINTER) { in dt_node_is_ptrcompat()
1089 } else if (lkind == CTF_K_ARRAY && in dt_node_is_ptrcompat()
1115 lkind = rkind; in dt_node_is_ptrcompat()
1120 rkind = lkind; in dt_node_is_ptrcompat()
1133 compat = (lkind == CTF_K_POINTER || lkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat()
[all …]