Searched refs:LCTF_INFO_KIND (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/common/ctf/ |
H A D | ctf_types.c | 73 kind = LCTF_INFO_KIND(fp, tp->ctt_info); in ctf_member_iter() 124 if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM) in ctf_enum_iter() 175 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_resolve() 357 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_size() 405 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_align() 425 if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_STRUCT) in ctf_type_align() 465 return (LCTF_INFO_KIND(fp, tp->ctt_info)); in ctf_type_kind() 481 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_reference() 540 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_encoding() 666 kind = LCTF_INFO_KIND(fp, tp->ctt_info); in ctf_member_info() [all …]
|
H A D | ctf_decl.c | 102 switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_decl_push()
|
H A D | ctf_open.c | 178 if (LCTF_INFO_KIND(fp, info) == CTF_K_UNKNOWN && in init_symtab() 228 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info); in init_types() 348 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info); in init_types() 525 if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_TYPEDEF && in init_types()
|
H A D | ctf_impl.h | 219 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info)) macro
|
H A D | ctf_lookup.c | 269 kind = LCTF_INFO_KIND(fp, info); in ctf_func_info()
|
H A D | ctf_create.c | 1281 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info); in ctf_add_type()
|