Searched refs:s_textsize (Results 1 – 1 of 1) sorted by relevance
132 static unsigned long s_textsize = 0; variable202 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in write_callgraph()271 s_textsize = s_highpc - s_lowpc; in __monstartup()273 hist_size = s_textsize / HISTFRACTION * sizeof (HISTCOUNTER); in __monstartup()276 froms = malloc_ea (s_textsize / HASHFRACTION); in __monstartup()282 memset_ea (froms, 0, s_textsize / HASHFRACTION); in __monstartup()285 tolimit = s_textsize * ARCDENSITY / 100; in __monstartup()352 if (frompc > s_textsize) in __mcount_internal()