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.c100 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 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.c1734 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()