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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dgmon-sol2.c109 static char *s_highpc = 0; variable
138 s_highpc = highpc;
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dgmon-sol2.c80 static char *s_highpc = 0; variable
110 s_highpc = highpc;
/freebsd-11-stable/usr.bin/gprof/
H A Dgprof.c271 if ( s_highpc != 0 && ( tmp.lpc != gmonhdr.lpc ||
298 s_highpc = (unsigned long) gmonhdr.hpc;
307 printf( "[openpfile] s_lowpc 0x%lx s_highpc 0x%lx\n" ,
308 s_lowpc , s_highpc );
H A Dgprof.h211 EXTERN unsigned long s_highpc; /* highpc from the profile file */ variable

Completed in 58 milliseconds