Searched refs:s_textsize (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c110 static unsigned long s_textsize = 0; variable
139 s_textsize = highpc - lowpc;
140 monsize = (s_textsize / HISTFRACTION) + sizeof(struct phdr);
146 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION );
152 tolimit = s_textsize * ARCDENSITY / 100;
219 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms));
292 if ((unsigned long)frompcindex > s_textsize) {
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c81 static unsigned long s_textsize = 0; variable
111 s_textsize = highpc - lowpc;
112 monsize = (s_textsize / HISTFRACTION) + sizeof(struct phdr);
118 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION );
124 tolimit = s_textsize * ARCDENSITY / 100;
214 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms));
317 if ((unsigned long)frompcindex > s_textsize) {

Completed in 97 milliseconds