Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/common/ctf/
Dctf_types.c84 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_member_iter()
95 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_member_iter()
133 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_iter()
392 uint_t n = LCTF_INFO_VLEN(fp, tp->ctt_info); in ctf_type_align()
650 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_member_info()
661 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_member_info()
728 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_name()
765 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_value()
814 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_type_rvisit()
825 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_type_rvisit()
Dctf_open.c170 vlen = LCTF_INFO_VLEN(fp, info); in init_symtab()
228 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types()
348 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types()
Dctf_impl.h219 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
Dctf_lookup.c270 n = LCTF_INFO_VLEN(fp, info); in ctf_func_info()
Dctf_create.c1115 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type()