Searched refs:textsize (Results 1 – 5 of 5) sorted by relevance
175 static size_t textsize; variable227 textsize = highpc - lowpc; in _dl_start_profile()228 kcountsize = textsize / HISTFRACTION; in _dl_start_profile()249 tossize = textsize / HASHFRACTION; in _dl_start_profile()250 fromlimit = textsize * ARCDENSITY / 100; in _dl_start_profile()504 if (frompc >= textsize) in _dl_mcount()507 if (selfpc >= textsize) in _dl_mcount()
408 size_t textsize; in load_shobj() local475 textsize = result->highpc - result->lowpc; in load_shobj()476 result->kcountsize = textsize / HISTFRACTION; in load_shobj()482 result->tossize = textsize / HASHFRACTION; in load_shobj()483 result->fromlimit = textsize * ARCDENSITY / 100; in load_shobj()
134 p->textsize = p->highpc - p->lowpc; in weak_alias()135 p->kcountsize = ROUNDUP(p->textsize / HISTFRACTION, sizeof(*p->froms)); in weak_alias()145 p->fromssize = p->textsize / HASHFRACTION; in weak_alias()146 p->tolimit = p->textsize * ARCDENSITY / 100; in weak_alias()
82 if (frompc > p->textsize) in _MCOUNT_DECL()
168 unsigned long textsize; member