Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c99 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_member_iter()
110 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_member_iter()
148 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_iter()
580 uint_t n = LCTF_INFO_VLEN(fp, tp->ctt_info); in ctf_type_align()
836 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_member_info()
914 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_name()
951 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_value()
1000 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_type_rvisit()
1049 nargs = LCTF_INFO_VLEN(fp, tp->ctt_info); in ctf_func_info_by_id()
1082 nargs = LCTF_INFO_VLEN(fp, tp->ctt_info); in ctf_func_args_by_id()
[all …]
H A Dctf_impl.h246 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
H A Dctf_open.c172 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 Dctf_lookup.c273 n = LCTF_INFO_VLEN(fp, info); in ctf_func_info()
H A Dctf_create.c1727 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type()
/illumos-gate/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()
H A Dctf_merge.c1170 fi.ctc_argc = LCTF_INFO_VLEN(fp, funcbase); in ctf_merge_add_symbol()