Searched refs:LCTF_INFO_KIND (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 91 kind = LCTF_INFO_KIND(fp, tp->ctt_info); in ctf_member_iter() 142 if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM) in ctf_enum_iter() 195 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_resolve() 503 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_size() 569 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_align() 589 if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_STRUCT) in ctf_type_align() 627 return (LCTF_INFO_KIND(fp, tp->ctt_info)); in ctf_type_kind() 643 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_reference() 702 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_encoding() 842 kind = LCTF_INFO_KIND(cms->cms_fp, cms->cms_tp->ctt_info); in ctf_member_info_push() [all …]
|
H A D | ctf_lookup.c | 272 kind = LCTF_INFO_KIND(fp, info); in ctf_func_info() 349 if (LCTF_INFO_KIND(fp, t->ctt_info) != CTF_K_ARRAY) in ctf_dyn_array_info() 358 if (LCTF_INFO_KIND(fp, dtd->dtd_data.ctt_info) != CTF_K_ARRAY) in ctf_dyn_array_info()
|
H A D | ctf_decl.c | 100 switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_decl_push()
|
H A D | ctf_open.c | 179 if (LCTF_INFO_KIND(fp, info) == CTF_K_UNKNOWN && in init_symtab() 229 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info); in init_types() 349 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info); in init_types() 526 if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_TYPEDEF && in init_types()
|
H A D | ctf_impl.h | 244 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info)) macro
|
H A D | ctf_create.c | 1732 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info); in ctf_add_type()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 1816 if (LCTF_INFO_KIND(cup->cu_ctfp, t->ctt_info) != CTF_K_ARRAY) in needed_array_qualifier() 1828 akind = LCTF_INFO_KIND(cup->cu_ctfp, t->ctt_info); in needed_array_qualifier()
|
H A D | ctf_merge.c | 1165 if (LCTF_INFO_KIND(fp, funcbase) != CTF_K_FUNCTION) in ctf_merge_add_symbol()
|