/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_types.c | 116 const ctf_enum_t *ep; in ctf_enum_iter() 132 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_iter() 754 const ctf_enum_t *ep; in ctf_enum_name() 771 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_name() 791 const ctf_enum_t *ep; in ctf_enum_value() 808 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_value()
|
H A D | ctf_open.c | 272 vbytes = sizeof (ctf_enum_t) * vlen; in init_types() 439 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
|
H A D | ctf_create.c | 148 ctf_enum_t cte; in ctf_copy_emembers() 308 size += sizeof (ctf_enum_t) * vlen; in ctf_update()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-types.c | 311 i->u.ctn_en = (const ctf_enum_t *) ((uintptr_t) tp + in ctf_enum_next() 314 i->u.ctn_en = (const ctf_enum_t *) dtd->dtd_vlen; in ctf_enum_next() 1484 const ctf_enum_t *ep; in ctf_enum_name() 1504 ep = (const ctf_enum_t *) ((uintptr_t) tp + increment); in ctf_enum_name() 1506 ep = (const ctf_enum_t *) dtd->dtd_vlen; in ctf_enum_name() 1526 const ctf_enum_t *ep; in ctf_enum_value() 1543 ep = (const ctf_enum_t *) ((uintptr_t) tp + increment); in ctf_enum_value() 1545 ep = (const ctf_enum_t *) dtd->dtd_vlen; in ctf_enum_value()
|
H A D | ctf-create.c | 271 ctf_enum_t *en = (ctf_enum_t *) dtd->dtd_vlen; in ctf_dtd_delete() 887 size_t initial_vlen = sizeof (ctf_enum_t) * INITIAL_VLEN; in ctf_add_enum() 1056 ctf_enum_t *en; in ctf_add_enumerator() 1087 if (ctf_grow_vlen (fp, dtd, sizeof (ctf_enum_t) * (vlen + 1)) < 0) in ctf_add_enumerator() 1089 en = (ctf_enum_t *) dtd->dtd_vlen; in ctf_add_enumerator()
|
H A D | ctf-serialize.c | 778 type_size += sizeof (ctf_enum_t) * vlen; in ctf_type_sect_size() 897 ctf_enum_t *dtd_vlen = (struct ctf_enum *) dtd->dtd_vlen; in ctf_emit_type_sect() 898 ctf_enum_t *t_vlen = (struct ctf_enum *) t; in ctf_emit_type_sect()
|
H A D | ctf-open.c | 152 return (sizeof (ctf_enum_t) * vlen); in get_vbytes_common() 1183 ctf_enum_t *item = (ctf_enum_t *) t; in flip_types()
|
H A D | ctf-impl.h | 552 const ctf_enum_t *ctn_en;
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-types.c | 310 i->u.ctn_en = (const ctf_enum_t *) ((uintptr_t) tp + in ctf_enum_next() 313 i->u.ctn_en = (const ctf_enum_t *) dtd->dtd_vlen; in ctf_enum_next() 1472 const ctf_enum_t *ep; in ctf_enum_name() 1492 ep = (const ctf_enum_t *) ((uintptr_t) tp + increment); in ctf_enum_name() 1494 ep = (const ctf_enum_t *) dtd->dtd_vlen; in ctf_enum_name() 1514 const ctf_enum_t *ep; in ctf_enum_value() 1534 ep = (const ctf_enum_t *) ((uintptr_t) tp + increment); in ctf_enum_value() 1536 ep = (const ctf_enum_t *) dtd->dtd_vlen; in ctf_enum_value()
|
H A D | ctf-create.c | 275 ctf_enum_t *en = (ctf_enum_t *) dtd->dtd_vlen; in ctf_dtd_delete() 884 size_t initial_vlen = sizeof (ctf_enum_t) * INITIAL_VLEN; in ctf_add_enum() 1052 ctf_enum_t *en; in ctf_add_enumerator() 1077 if (ctf_grow_vlen (fp, dtd, sizeof (ctf_enum_t) * (vlen + 1)) < 0) in ctf_add_enumerator() 1079 en = (ctf_enum_t *) dtd->dtd_vlen; in ctf_add_enumerator()
|
H A D | ctf-serialize.c | 778 type_size += sizeof (ctf_enum_t) * vlen; in ctf_type_sect_size() 897 ctf_enum_t *dtd_vlen = (struct ctf_enum *) dtd->dtd_vlen; in ctf_emit_type_sect() 898 ctf_enum_t *t_vlen = (struct ctf_enum *) t; in ctf_emit_type_sect()
|
H A D | ctf-open.c | 152 return (sizeof (ctf_enum_t) * vlen); in get_vbytes_common() 1183 ctf_enum_t *item = (ctf_enum_t *) t; in flip_types()
|
H A D | ctf-impl.h | 552 const ctf_enum_t *ctn_en;
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf.h | 354 } ctf_enum_t; typedef
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | ctf.h | 467 } ctf_enum_t; typedef
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | ctf.c | 303 ctf_enum_t cte; in write_type() 828 dptr += sizeof (ctf_enum_t) * vlen; in count_types() 1041 ctf_enum_t *cte; in resurrect_types() 1188 dptr += sizeof (ctf_enum_t); in resurrect_types()
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf.h | 568 } ctf_enum_t; typedef
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf.h | 568 } ctf_enum_t; typedef
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/ |
H A D | dump.c | 424 const ctf_enum_t *ep; in read_types() 571 vlen = sizeof (ctf_enum_t) * n; in read_types()
|
/netbsd-src/external/cddl/osnet/dev/fbt/ |
H A D | fbt.c | 641 vbytes = sizeof (ctf_enum_t) * vlen; in fbt_typoff_init() 730 vbytes = sizeof (ctf_enum_t) * vlen; in fbt_typoff_init()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfout.cc | 163 vlen_bytes += vlen * sizeof (ctf_enum_t); in ctf_calc_num_vbytes()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/ |
H A D | ctf-spec.info | 997 count of enumerations, each of which is represented by a ‘ctf_enum_t’ in 1004 } ctf_enum_t; 1380 * ctf_enum_t: Enums. (line 18) 1381 * ctf_enum_t, cte_name: Enums. (line 21) 1382 * ctf_enum_t, cte_value: Enums. (line 24)
|
H A D | ctf-spec.texi | 1303 count of enumerations, each of which is represented by a @code{ctf_enum_t} in 1311 } ctf_enum_t; 1315 @tindex ctf_enum_t 1322 @vindex ctf_enum_t, cte_name 1329 @vindex ctf_enum_t, cte_value
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/ |
H A D | ctf-spec.texi | 1303 count of enumerations, each of which is represented by a @code{ctf_enum_t} in 1311 } ctf_enum_t; 1315 @tindex ctf_enum_t 1322 @vindex ctf_enum_t, cte_name 1329 @vindex ctf_enum_t, cte_value
|
H A D | ctf-spec.info | 997 count of enumerations, each of which is represented by a 'ctf_enum_t' in 1004 } ctf_enum_t; 1380 * ctf_enum_t: Enums. (line 18) 1381 * ctf_enum_t, cte_name: Enums. (line 21) 1382 * ctf_enum_t, cte_value: Enums. (line 24)
|