Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c85 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_member_iter()
96 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_member_iter()
134 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_iter()
420 uint_t n = LCTF_INFO_VLEN(fp, tp->ctt_info); in ctf_type_align()
675 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in _ctf_member_info()
690 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in _ctf_member_info()
773 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_name()
810 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_value()
859 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_type_rvisit()
870 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_type_rvisit()
H A Dctf_open.c174 vlen = LCTF_INFO_VLEN(fp, info); in init_symtab()
232 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types()
352 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types()
H A Dctf_impl.h221 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
H A Dctf_lookup.c273 n = LCTF_INFO_VLEN(fp, info); in ctf_func_info()
H A Dctf_create.c1293 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c44 if (!ctf_assert (fp, n < LCTF_INFO_VLEN (fp, tp->ctt_info))) in ctf_struct_member()
142 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_member_next()
162 max_vlen = LCTF_INFO_VLEN (fp, i->ctn_tp->ctt_info); in ctf_member_next()
308 i->ctn_n = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_enum_next()
1005 uint32_t i = 0, n = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_type_align()
1375 return LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_member_count()
1403 n = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_member_info()
1508 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, ep++) in ctf_enum_name()
1547 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, ep++) in ctf_enum_value()
1587 fip->ctc_argc = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_func_type_info()
[all …]
H A Dctf-create.c250 size_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info); in ctf_dtd_delete()
1078 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info); in ctf_add_enumerator()
1157 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info); in ctf_add_member_offset()
1620 vlen = LCTF_INFO_VLEN (src_fp, src_tp->ctt_info); in ctf_add_type_internal()
1645 if (vlen == LCTF_INFO_VLEN (tmp_fp, dst_tp->ctt_info)) in ctf_add_type_internal()
H A Dctf-serialize.c736 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info); in ctf_type_sect_size()
800 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info); in ctf_emit_type_sect()
H A Dctf-impl.h591 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info)) macro
H A Dctf-open.c714 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info); in init_types()
792 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info); in init_types()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c44 if (!ctf_assert (fp, n < LCTF_INFO_VLEN (fp, tp->ctt_info))) in ctf_struct_member()
142 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_member_next()
162 max_vlen = LCTF_INFO_VLEN (fp, i->ctn_tp->ctt_info); in ctf_member_next()
307 i->ctn_n = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_enum_next()
996 uint32_t i = 0, n = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_type_align()
1366 return LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_member_count()
1394 n = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_member_info()
1496 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, ep++) in ctf_enum_name()
1538 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, ep++) in ctf_enum_value()
1578 fip->ctc_argc = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_func_type_info()
[all …]
H A Dctf-create.c254 size_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info); in ctf_dtd_delete()
1068 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info); in ctf_add_enumerator()
1132 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info); in ctf_add_member_offset()
1590 vlen = LCTF_INFO_VLEN (src_fp, src_tp->ctt_info); in ctf_add_type_internal()
1615 if (vlen == LCTF_INFO_VLEN (tmp_fp, dst_tp->ctt_info)) in ctf_add_type_internal()
H A Dctf-serialize.c736 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info); in ctf_type_sect_size()
800 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info); in ctf_emit_type_sect()
H A Dctf-impl.h591 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info)) macro
H A Dctf-open.c714 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info); in init_types()
792 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info); in init_types()