Symbol: arctype
usr.bin/gprof/arcs.c
112
arctype *arcp;
usr.bin/gprof/arcs.c
263
arctype *arcp;
usr.bin/gprof/arcs.c
354
arctype *arcp;
usr.bin/gprof/arcs.c
443
arctype **cyclestack;
usr.bin/gprof/arcs.c
444
arctype **stkp;
usr.bin/gprof/arcs.c
445
arctype **arcpp;
usr.bin/gprof/arcs.c
446
arctype **endlist;
usr.bin/gprof/arcs.c
447
arctype *arcp;
usr.bin/gprof/arcs.c
475
cyclestack = calloc( size + 1 , sizeof( arctype *) );
usr.bin/gprof/arcs.c
478
(size + 1) * sizeof(arctype *));
usr.bin/gprof/arcs.c
49
arctype *arcp;
usr.bin/gprof/arcs.c
519
descend(nltype *node, arctype **stkstart, arctype **stkp)
usr.bin/gprof/arcs.c
521
arctype *arcp;
usr.bin/gprof/arcs.c
551
addcycle(arctype **stkstart, arctype **stkend)
usr.bin/gprof/arcs.c
553
arctype **arcpp;
usr.bin/gprof/arcs.c
554
arctype **stkloc;
usr.bin/gprof/arcs.c
555
arctype **stkp;
usr.bin/gprof/arcs.c
556
arctype **endlist;
usr.bin/gprof/arcs.c
557
arctype *minarc;
usr.bin/gprof/arcs.c
558
arctype *arcp;
usr.bin/gprof/arcs.c
589
clp = calloc( 1 , sizeof ( cltype ) + ( size - 1 ) * sizeof( arctype * ) );
usr.bin/gprof/arcs.c
592
sizeof(cltype) + (size - 1) * sizeof(arctype *));
usr.bin/gprof/arcs.c
628
arctype **arcpp;
usr.bin/gprof/arcs.c
629
arctype **endlist;
usr.bin/gprof/arcs.c
630
arctype *arcp;
usr.bin/gprof/arcs.c
631
arctype *maxarcp;
usr.bin/gprof/arcs.c
632
arctype *maxexitarcp;
usr.bin/gprof/arcs.c
633
arctype *maxwithparentarcp;
usr.bin/gprof/arcs.c
634
arctype *maxnoparentarcp;
usr.bin/gprof/arcs.c
742
arctype **arcpp;
usr.bin/gprof/arcs.c
743
arctype **endlist;
usr.bin/gprof/arcs.c
883
arctype *arcp;
usr.bin/gprof/dfn.c
62
arctype *arcp;
usr.bin/gprof/gprof.c
356
arctype *arcp;
usr.bin/gprof/gprof.c
46
arctype *archead; /* the head of arcs in current cycle list */
usr.bin/gprof/gprof.h
119
arctype *parents; /* list of caller arcs */
usr.bin/gprof/gprof.h
120
arctype *children; /* list of callee arcs */
usr.bin/gprof/gprof.h
140
arctype *list[1]; /* list of arcs in cycle */
usr.bin/gprof/gprof.h
145
extern arctype *archead; /* the head of arcs in current cycle list */
usr.bin/gprof/gprof.h
233
int addcycle(arctype **, arctype **);
usr.bin/gprof/gprof.h
235
int arccmp(arctype *, arctype *);
usr.bin/gprof/gprof.h
236
arctype *arclookup(nltype *, nltype *);
usr.bin/gprof/gprof.h
244
int descend(nltype *, arctype **, arctype **);
usr.bin/gprof/lookup.c
77
arctype *
usr.bin/gprof/lookup.c
80
arctype *arcp;
usr.bin/gprof/mips64.c
64
(arctype *) 0 , /* list of caller arcs */
usr.bin/gprof/mips64.c
65
(arctype *) 0 /* list of callee arcs */
usr.bin/gprof/printgprof.c
280
arctype *arcp;
usr.bin/gprof/printgprof.c
324
arctype *arcp;
usr.bin/gprof/printgprof.c
383
arctype *arcp;
usr.bin/gprof/printgprof.c
384
arctype *detachedp;
usr.bin/gprof/printgprof.c
385
arctype sorted;
usr.bin/gprof/printgprof.c
386
arctype *prevp;
usr.bin/gprof/printgprof.c
422
arctype *arcp;
usr.bin/gprof/printgprof.c
423
arctype *detachedp;
usr.bin/gprof/printgprof.c
424
arctype sorted;
usr.bin/gprof/printgprof.c
425
arctype *prevp;
usr.bin/gprof/printgprof.c
559
arccmp(arctype *thisp, arctype *thatp)