Home
last modified time | relevance | path

Searched refs:objtoff (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c256 uint_t objtoff = hp->cth_objtoff; in init_symtab() local
291 if (objtoff >= hp->cth_funcoff || in init_symtab()
297 *xp = objtoff; in init_symtab()
298 objtoff += fp->ctf_idwidth; in init_symtab()
/freebsd-13.1/sys/cddl/dev/fbt/
H A Dfbt.c376 uint32_t objtoff = hp->cth_objtoff; in fbt_ctfoff_init() local
404 if (objtoff >= hp->cth_funcoff || in fbt_ctfoff_init()
410 *ctfoff = objtoff; in fbt_ctfoff_init()
411 objtoff += idwidth; in fbt_ctfoff_init()