Home
last modified time | relevance | path

Searched refs:cth_funcoff (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c196 (void) printf(" cth_funcoff = %u\n", hp->cth_funcoff); in print_header()
271 ulong_t n = (hp->cth_funcoff - hp->cth_objtoff) / cd->cd_idwidth; in read_data()
280 if (hp->cth_funcoff >= cd->cd_ctflen) in read_data()
282 if (hp->cth_objtoff > hp->cth_funcoff) in read_data()
316 const char *v = (void *) (cd->cd_ctfdata + hp->cth_funcoff); in read_funcs()
327 if (hp->cth_funcoff & 1) in read_funcs()
329 if (hp->cth_funcoff >= cd->cd_ctflen) in read_funcs()
333 if (hp->cth_funcoff > hp->cth_typeoff) in read_funcs()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c257 uint_t funcoff = hp->cth_funcoff; in init_symtab()
291 if (objtoff >= hp->cth_funcoff || in init_symtab()
774 hp.cth_funcoff > size || hp.cth_typeoff > size || in ctf_bufopen()
779 hp.cth_objtoff > hp.cth_funcoff || in ctf_bufopen()
780 hp.cth_funcoff > hp.cth_typeoff || in ctf_bufopen()
785 (hp.cth_funcoff & 1) || (hp.cth_typeoff & 3)) in ctf_bufopen()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c717 h.cth_funcoff = ctf_buf_cur(buf); in ctf_gen()
736 SWAP_32(h.cth_funcoff); in ctf_gen()
939 size_t bufsz = h->cth_funcoff - h->cth_objtoff; in resurrect_objects()
985 caddr_t buf = ctfdata + h->cth_funcoff; in resurrect_functions()
986 size_t bufsz = h->cth_typeoff - h->cth_funcoff; in resurrect_functions()
/freebsd/sys/ddb/
H A Ddb_ctf.c69 if (objtoff >= hp->cth_funcoff) { in sym_to_objtoff()
/freebsd/sys/sys/
H A Dctf.h48 __uint32_t cth_funcoff; member
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c366 uint32_t funcoff = hp->cth_funcoff; in fbt_ctfoff_init()
393 if (objtoff >= hp->cth_funcoff || in fbt_ctfoff_init()