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

/freebsd-current/usr.bin/gprof/
H A Dlookup.c86 arclookup(nltype *parentp, nltype *childp) function
91 fprintf( stderr, "[arclookup] parentp == 0 || childp == 0\n" );
96 printf( "[arclookup] parent %s child %s\n" ,
103 printf( "[arclookup]\t arc_parent %s arc_child %s\n" ,
H A Dgprof.h254 arctype *arclookup(nltype *, nltype *);
H A Darcs.c59 arcp = arclookup( parentp , childp );
126 arcp = arclookup( parentp , parentp );

Completed in 92 milliseconds