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

/freebsd-10.1-release/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-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c504 uint32_t objtoff = hp->cth_objtoff; local
533 if (objtoff >= hp->cth_funcoff ||
539 *ctfoff = objtoff;
540 objtoff += sizeof (ushort_t);
H A Dfbt.c581 uint32_t objtoff = hp->cth_objtoff; local
610 if (objtoff >= hp->cth_funcoff ||
616 *ctfoff = objtoff;
617 objtoff += sizeof (ushort_t);

Completed in 116 milliseconds