Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c195 (void) printf(" cth_objtoff = %u\n", hp->cth_objtoff); in print_header()
209 ulong_t i, n = (hp->cth_objtoff - hp->cth_lbloff) / sizeof (*ctl); in print_labeltable()
217 if (hp->cth_objtoff >= cd->cd_ctflen) in print_labeltable()
219 if (hp->cth_lbloff > hp->cth_objtoff) in print_labeltable()
270 const char *v = (void *) (cd->cd_ctfdata + hp->cth_objtoff); in read_data()
271 ulong_t n = (hp->cth_funcoff - hp->cth_objtoff) / cd->cd_idwidth; in read_data()
276 if (hp->cth_objtoff & 1) in read_data()
278 if (hp->cth_objtoff >= cd->cd_ctflen) in read_data()
282 if (hp->cth_objtoff > hp->cth_funcoff) in read_data()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_labels.c46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
H A Dctf_open.c256 uint_t objtoff = hp->cth_objtoff; in init_symtab()
773 if (hp.cth_lbloff > size || hp.cth_objtoff > size || in ctf_bufopen()
778 if (hp.cth_lbloff > hp.cth_objtoff || in ctf_bufopen()
779 hp.cth_objtoff > hp.cth_funcoff || in ctf_bufopen()
784 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) || in ctf_bufopen()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c712 h.cth_objtoff = ctf_buf_cur(buf); in ctf_gen()
735 SWAP_32(h.cth_objtoff); in ctf_gen()
894 size_t bufsz = h->cth_objtoff - h->cth_lbloff; in resurrect_labels()
938 caddr_t buf = ctfdata + h->cth_objtoff; in resurrect_objects()
939 size_t bufsz = h->cth_funcoff - h->cth_objtoff; in resurrect_objects()
/freebsd/sys/ddb/
H A Ddb_ctf.c55 uint32_t objtoff = hp->cth_objtoff; in sym_to_objtoff()
/freebsd/sys/sys/
H A Dctf.h47 __uint32_t cth_objtoff; member
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c365 uint32_t objtoff = hp->cth_objtoff; in fbt_ctfoff_init()