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

/freebsd-11-stable/usr.bin/gprof/
H A Darcs.c450 arctype **stkp; local
492 stkp = &cyclestack[0];
494 ret = descend ( nlp , cyclestack , stkp );
523 descend(nltype *node, arctype **stkstart, arctype **stkp) argument
539 *stkp = arcp;
541 if ( addcycle( stkstart , stkp ) == FALSE )
546 ret = descend( arcp -> arc_childp , stkstart , stkp + 1 );
559 arctype **stkp; local
578 stkp = stkloc;
581 if ( *stkp
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dfm.c1278 char *stkp = buf; local
1280 for (i = 0; i < depth && i != FM_STK_DEPTH; i++, stkp += FM_SYM_SZ) {
1282 (void) snprintf(stkp, FM_SYM_SZ, "%s+%lx", sym, off);
1284 (void) snprintf(stkp, FM_SYM_SZ, "%lx", (long)stack[i]);
1285 stkpp[i] = stkp;

Completed in 69 milliseconds