Home
last modified time | relevance | path

Searched refs:ctf_stype_t (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf.h287 } ctf_stype_t; typedef
/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-create.c305 type_size += sizeof (ctf_stype_t); in ctf_serialize()
396 ctf_stype_t *copied; in ctf_serialize()
400 len = sizeof (ctf_stype_t); in ctf_serialize()
405 copied = (ctf_stype_t *) t; /* name is at the start: constant offset. */ in ctf_serialize()
H A Dctf-open.c129 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2_unconverted()
139 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2()
1052 t = (ctf_type_t *) ((uintptr_t) t + sizeof (ctf_stype_t)); in flip_types()