Searched refs:s_highpc (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c109 static char *s_highpc = 0; variable
138 s_highpc = highpc;
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c80 static char *s_highpc = 0; variable
110 s_highpc = highpc;
/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.c276 if ( s_highpc != 0 && ( tmp.lpc != gmonhdr.lpc ||
303 s_highpc = (unsigned long) gmonhdr.hpc;
312 printf( "[openpfile] s_lowpc 0x%lx s_highpc 0x%lx\n" ,
313 s_lowpc , s_highpc );
H A Dgprof.h210 unsigned long s_highpc; /* highpc from the profile file */ variable

Completed in 61 milliseconds