Home
last modified time | relevance | path

Searched refs:ctf_enum_t (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c116 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 Dctf_open.c272 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
439 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
H A Dctf_create.c148 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 Dctf-types.c311 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 Dctf-create.c271 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 Dctf-serialize.c778 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 Dctf-open.c152 return (sizeof (ctf_enum_t) * vlen); in get_vbytes_common()
1183 ctf_enum_t *item = (ctf_enum_t *) t; in flip_types()
H A Dctf-impl.h552 const ctf_enum_t *ctn_en;
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c310 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 Dctf-create.c275 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 Dctf-serialize.c778 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 Dctf-open.c152 return (sizeof (ctf_enum_t) * vlen); in get_vbytes_common()
1183 ctf_enum_t *item = (ctf_enum_t *) t; in flip_types()
H A Dctf-impl.h552 const ctf_enum_t *ctn_en;
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h354 } ctf_enum_t; typedef
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h467 } ctf_enum_t; typedef
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c303 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 Dctf.h568 } ctf_enum_t; typedef
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h568 } ctf_enum_t; typedef
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c424 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 Dfbt.c641 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 Dctfout.cc163 vlen_bytes += vlen * sizeof (ctf_enum_t); in ctf_calc_num_vbytes()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info997 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 Dctf-spec.texi1303 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 Dctf-spec.texi1303 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 Dctf-spec.info997 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)