Searched refs:LCTF_INFO_VLEN (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 100 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_member_iter() 111 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_member_iter() 149 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_iter() 581 uint_t n = LCTF_INFO_VLEN(fp, tp->ctt_info); in ctf_type_align() 901 for (uint_t n = LCTF_INFO_VLEN(cms.cms_fp, in ctf_member_info() 921 for (uint_t n = LCTF_INFO_VLEN(cms.cms_fp, in ctf_member_info() 998 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_name() 1035 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_value() 1084 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_type_rvisit() 1095 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_type_rvisit() [all …]
|
H A D | ctf_impl.h | 246 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
|
H A D | ctf_open.c | 172 vlen = LCTF_INFO_VLEN(fp, info); in init_symtab() 230 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types() 350 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types()
|
H A D | ctf_lookup.c | 273 n = LCTF_INFO_VLEN(fp, info); in ctf_func_info()
|
H A D | ctf_create.c | 1734 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_diff.c | 338 if (LCTF_INFO_VLEN(ifp, itp->ctt_info) != in ctf_diff_struct() 339 LCTF_INFO_VLEN(ofp, otp->ctt_info)) in ctf_diff_struct() 374 for (n = LCTF_INFO_VLEN(ifp, itp->ctt_info); n != 0; n--) { in ctf_diff_struct() 523 if (LCTF_INFO_VLEN(ifp, itp->ctt_info) != in ctf_diff_union() 524 LCTF_INFO_VLEN(ofp, otp->ctt_info)) in ctf_diff_union() 568 if (LCTF_INFO_VLEN(ifp, itp->ctt_info) != in ctf_diff_enum() 569 LCTF_INFO_VLEN(ofp, otp->ctt_info)) in ctf_diff_enum() 577 for (n = LCTF_INFO_VLEN(ifp, itp->ctt_info); n != 0; in ctf_diff_enum()
|
H A D | ctf_merge.c | 1170 fi.ctc_argc = LCTF_INFO_VLEN(fp, funcbase); in ctf_merge_add_symbol()
|