Home
last modified time | relevance | path

Searched refs:LCTF_INFO_KIND (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c91 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 Dctf_lookup.c272 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 Dctf_decl.c100 switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_decl_push()
H A Dctf_open.c179 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 Dctf_impl.h244 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info)) macro
H A Dctf_create.c1732 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info); in ctf_add_type()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1816 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 Dctf_merge.c1165 if (LCTF_INFO_KIND(fp, funcbase) != CTF_K_FUNCTION) in ctf_merge_add_symbol()