Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-types.c114 const ctf_enum_t *ep; in ctf_enum_iter()
133 ep = (const ctf_enum_t *) ((uintptr_t) tp + increment); in ctf_enum_iter()
1029 const ctf_enum_t *ep; in ctf_enum_name()
1050 ep = (const ctf_enum_t *) ((uintptr_t) tp + increment); in ctf_enum_name()
1082 const ctf_enum_t *ep; in ctf_enum_value()
1101 ep = (const ctf_enum_t *) ((uintptr_t) tp + increment); in ctf_enum_value()
H A Dctf-create.c207 ctf_enum_t cte; in ctf_copy_emembers()
211 ctf_enum_t *copied; in ctf_copy_emembers()
215 copied = (ctf_enum_t *) t; in ctf_copy_emembers()
332 type_size += sizeof (ctf_enum_t) * vlen; in ctf_serialize()
H A Dctf-open.c155 return (sizeof (ctf_enum_t) * vlen); in get_vbytes_common()
1156 ctf_enum_t *item = (ctf_enum_t *) t; in flip_types()
/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf.h552 } ctf_enum_t; typedef