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

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c118 uint_t objtoff = hp->cth_objtoff; local
152 if (objtoff >= hp->cth_funcoff ||
158 *xp = objtoff;
159 objtoff += sizeof (ushort_t);
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c317 uint32_t objtoff = hp->cth_objtoff; local
344 if (objtoff >= hp->cth_funcoff ||
350 *ctfoff = objtoff;
351 objtoff += sizeof (ushort_t);

Completed in 129 milliseconds