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

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c108 static char *s_lowpc = 0; variable
135 s_lowpc = lowpc;
224 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms));
291 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc);
392 (long)s_lowpc, s_scale);
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c79 static char *s_lowpc = 0; variable
107 s_lowpc = lowpc;
219 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms));
316 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc);
415 (long)s_lowpc, s_scale);
/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.h209 unsigned long s_lowpc; /* lowpc from the profile file */ variable
H A Dgprof.c302 s_lowpc = (unsigned long) gmonhdr.lpc;
312 printf( "[openpfile] s_lowpc 0x%lx s_highpc 0x%lx\n" ,
313 s_lowpc , s_highpc );

Completed in 171 milliseconds