Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/config/i386/
Dgmon-sol2.c108 static char *s_lowpc = 0; variable
135 s_lowpc = lowpc; in monstartup()
224 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
291 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in internal_mcount()
392 (long)s_lowpc, s_scale); in moncontrol()
/freebsd-10-stable/contrib/gcc/config/sparc/
Dgmon-sol2.c79 static char *s_lowpc = 0; variable
107 s_lowpc = lowpc; in monstartup()
219 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
316 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in internal_mcount()
415 (long)s_lowpc, s_scale); in moncontrol()
/freebsd-10-stable/usr.bin/gprof/
Dgprof.c296 s_lowpc = (unsigned long) gmonhdr.lpc; in openpfile()
307 s_lowpc , s_highpc ); in openpfile()
Dgprof.h209 unsigned long s_lowpc; /* lowpc from the profile file */ variable