Searched refs:LCTF_INFO_VLEN (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_types.c | 86 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_member_iter() 97 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_member_iter() 135 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_iter() 552 uint_t n = LCTF_INFO_VLEN(fp, tp->ctt_info); in ctf_type_align() 810 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_member_info() 821 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_member_info() 888 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_name() 925 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_value() 974 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_type_rvisit() 985 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_type_rvisit() [all …]
|
H A D | ctf_impl.h | 245 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
|
H A D | ctf_lookup.c | 270 n = LCTF_INFO_VLEN(fp, info); in ctf_func_info()
|
H A D | ctf_open.c | 171 vlen = LCTF_INFO_VLEN(fp, info); in init_symtab() 229 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types() 349 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types()
|
H A D | ctf_create.c | 1713 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type()
|
/titanic_50/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()
|