Searched defs:arctype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h167 typedef struct arcstruct arctype; typedef in typeref:struct:arcstruct
251 arctype *parents; /* list of caller arcs */
252 arctype *children; /* list of callee arcs */
361 int arccmp(arctype *, arctype *);
362 arctype *arclookup(nltype *, nltype *);

Completed in 45 milliseconds