Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_types.c86 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 Dctf_impl.h245 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
H A Dctf_lookup.c270 n = LCTF_INFO_VLEN(fp, info); in ctf_func_info()
H A Dctf_open.c171 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 Dctf_create.c1713 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type()
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_diff.c338 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()