Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h122 uint_t cth_objtoff; /* offset of object section */ member
137 uint_t cth_objtoff; member
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c119 uint_t objtoff = hp->cth_objtoff; in init_symtab()
602 hp.cth_objtoff = h1p->cth_objtoff; in ctf_bufopen()
616 if (hp.cth_lbloff > size || hp.cth_objtoff > size || in ctf_bufopen()
621 if (hp.cth_lbloff > hp.cth_objtoff || in ctf_bufopen()
622 hp.cth_objtoff > hp.cth_funcoff || in ctf_bufopen()
627 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) || in ctf_bufopen()
H A Dctf_labels.c44 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
H A Dctf_create.c433 hdr.cth_objtoff = hdr.cth_lbloff + labelsize; in ctf_update()
434 hdr.cth_funcoff = hdr.cth_objtoff + objsize; in ctf_update()
454 hdr.cth_lbloff, hdr.cth_objtoff, hdr.cth_funcoff, in ctf_update()
466 hdr.cth_objtoff); in ctf_update()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c279 hp->cth_objtoff); in ctfdump_header()