Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c197 (void) printf(" cth_typeoff = %u\n", hp->cth_typeoff); in print_header()
319 const char *end = (void *) (cd->cd_ctfdata + hp->cth_typeoff); in read_funcs()
331 if (hp->cth_typeoff >= cd->cd_ctflen) in read_funcs()
333 if (hp->cth_funcoff > hp->cth_typeoff) in read_funcs()
403 const char *v = (void *) (cd->cd_ctfdata + hp->cth_typeoff); in read_types()
411 if (hp->cth_typeoff & 3) in read_types()
413 if (hp->cth_typeoff >= cd->cd_ctflen) in read_types()
417 if (hp->cth_typeoff > hp->cth_stroff) in read_types()
/freebsd/sys/ddb/
H A Ddb_ctf.c158 uint32_t typeoff = hp->cth_typeoff; in db_ctf_typename_to_type()
219 uint32_t typeoff = hp->cth_typeoff; in db_ctf_typeid_to_type()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c302 if (funcoff >= hp->cth_typeoff) { in init_symtab()
342 const void *tbuf = (const void *)(fp->ctf_buf + cth->cth_typeoff); in init_types()
774 hp.cth_funcoff > size || hp.cth_typeoff > size || in ctf_bufopen()
780 hp.cth_funcoff > hp.cth_typeoff || in ctf_bufopen()
781 hp.cth_typeoff > hp.cth_stroff) in ctf_bufopen()
785 (hp.cth_funcoff & 1) || (hp.cth_typeoff & 3)) in ctf_bufopen()
H A Dctf_create.c370 hdr.cth_stroff = hdr.cth_typeoff + size; in ctf_update()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c722 h.cth_typeoff = ctf_buf_cur(buf); in ctf_gen()
737 SWAP_32(h.cth_typeoff); in ctf_gen()
803 caddr_t dptr = data + h->cth_typeoff; in count_types()
809 dptr = data + h->cth_typeoff; in count_types()
986 size_t bufsz = h->cth_typeoff - h->cth_funcoff; in resurrect_functions()
1060 caddr_t buf = ctfdata + h->cth_typeoff; in resurrect_types()
1061 size_t bufsz = h->cth_stroff - h->cth_typeoff; in resurrect_types()
/freebsd/sys/sys/
H A Dctf.h49 __uint32_t cth_typeoff; member
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c404 if (funcoff >= hp->cth_typeoff) { in fbt_ctfoff_init()
554 tbuf = (const void *) (ctfdata + hp->cth_typeoff); in fbt_typoff_init()