Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c120 uint_t funcoff = hp->cth_funcoff; in init_symtab()
153 if (objtoff >= hp->cth_funcoff || in init_symtab()
603 hp.cth_funcoff = h1p->cth_funcoff; in ctf_bufopen()
617 hp.cth_funcoff > size || hp.cth_typeoff > size || in ctf_bufopen()
622 hp.cth_objtoff > hp.cth_funcoff || in ctf_bufopen()
623 hp.cth_funcoff > hp.cth_typeoff || in ctf_bufopen()
628 (hp.cth_funcoff & 1) || (hp.cth_typeoff & 3)) in ctf_bufopen()
H A Dctf_create.c433 hdr.cth_funcoff = hdr.cth_objtoff + objsize; in ctf_update()
438 hdr.cth_typeoff = hdr.cth_funcoff + funcsize; in ctf_update()
453 hdr.cth_lbloff, hdr.cth_objtoff, hdr.cth_funcoff, in ctf_update()
467 hdr.cth_funcoff); in ctf_update()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h123 uint_t cth_funcoff; /* offset of function section */ member
138 uint_t cth_funcoff; member
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c280 hp->cth_funcoff); in ctfdump_header()