Searched refs:cth_funcoff (Results 1 – 4 of 4) sorted by relevance
195 (void) printf(" cth_funcoff = %u\n", hp->cth_funcoff); in print_header()272 ulong_t n = (hp->cth_funcoff - hp->cth_objtoff) / sizeof (ushort_t); in read_data()281 if (hp->cth_funcoff >= cd->cd_ctflen) in read_data()283 if (hp->cth_objtoff > hp->cth_funcoff) in read_data()315 const ushort_t *fp = (ushort_t *)(cd->cd_ctfdata + hp->cth_funcoff); in read_funcs()326 if (hp->cth_funcoff & 1) in read_funcs()328 if (hp->cth_funcoff >= cd->cd_ctflen) in read_funcs()332 if (hp->cth_funcoff > hp->cth_typeoff) in read_funcs()
119 uint_t funcoff = hp->cth_funcoff; in init_symtab()152 if (objtoff >= hp->cth_funcoff || in init_symtab()601 hp.cth_funcoff = h1p->cth_funcoff; in ctf_bufopen()615 hp.cth_funcoff > size || hp.cth_typeoff > size || in ctf_bufopen()620 hp.cth_objtoff > hp.cth_funcoff || in ctf_bufopen()621 hp.cth_funcoff > hp.cth_typeoff || in ctf_bufopen()626 (hp.cth_funcoff & 1) || (hp.cth_typeoff & 3)) in ctf_bufopen()
123 uint_t cth_funcoff; /* offset of function section */ member138 uint_t cth_funcoff; member
633 h.cth_funcoff = ctf_buf_cur(buf); in ctf_gen()793 size_t bufsz = h->cth_funcoff - h->cth_objtoff; in resurrect_objects()835 caddr_t buf = ctfdata + h->cth_funcoff; in resurrect_functions()836 size_t bufsz = h->cth_typeoff - h->cth_funcoff; in resurrect_functions()