/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_types.c | 85 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 D | ctf_open.c | 174 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 D | ctf_impl.h | 221 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
|
H A D | ctf_lookup.c | 273 n = LCTF_INFO_VLEN(fp, info); in ctf_func_info()
|
H A D | ctf_create.c | 1293 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-types.c | 44 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 D | ctf-create.c | 250 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 D | ctf-serialize.c | 736 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 D | ctf-impl.h | 591 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info)) macro
|
H A D | ctf-open.c | 714 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 D | ctf-types.c | 44 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 D | ctf-create.c | 254 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 D | ctf-serialize.c | 736 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 D | ctf-impl.h | 591 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info)) macro
|
H A D | ctf-open.c | 714 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()
|