Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-open.c377 hp->cth_typeoff = oldhp->cth_typeoff; in upgrade_header()
455 memcpy (ctf_base, fp->ctf_buf, cth->cth_typeoff); in upgrade_types_v1()
459 memset (ctf_base + cth->cth_typeoff, 0, cth->cth_stroff - cth->cth_typeoff in upgrade_types_v1()
464 assert (cth->cth_stroff >= cth->cth_typeoff); in upgrade_types_v1()
470 t2buf = (ctf_type_t *) (fp->ctf_buf + cth->cth_typeoff); in upgrade_types_v1()
677 tbuf = (ctf_type_t *) (fp->ctf_buf + cth->cth_typeoff); in init_types()
975 swap_thing (cth->cth_typeoff); in flip_header()
1194 return flip_types (buf + cth->cth_typeoff, cth->cth_stroff - cth->cth_typeoff); in flip_ctf()
1407 || hp->cth_funcoff > hp->cth_typeoff in ctf_bufopen_internal()
1411 || hp->cth_varoff > hp->cth_typeoff || hp->cth_typeoff > hp->cth_stroff) in ctf_bufopen_internal()
[all …]
H A Dctf-dump.c288 hp->cth_varoff, hp->cth_typeoff) < 0) in ctf_dump_header()
292 hp->cth_typeoff, hp->cth_stroff) < 0) in ctf_dump_header()
H A Dctf-create.c347 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t)); in ctf_serialize()
348 hdr.cth_stroff = hdr.cth_typeoff + type_size; in ctf_serialize()
381 assert (t == (unsigned char *) buf + sizeof (ctf_header_t) + hdr.cth_typeoff); in ctf_serialize()
/dragonfly/contrib/binutils-2.34/include/
H A Dctf.h156 uint32_t cth_typeoff; /* Offset of type section. */ member
173 uint32_t cth_typeoff; /* Offset of type section. */ member