Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/ctf/
H A Dctf_types.c73 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 Dctf_decl.c102 switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_decl_push()
H A Dctf_open.c178 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 Dctf_impl.h219 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info)) macro
H A Dctf_lookup.c269 kind = LCTF_INFO_KIND(fp, info); in ctf_func_info()
H A Dctf_create.c1281 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info); in ctf_add_type()