Searched refs:fromssize (Results 1 – 4 of 4) sorted by relevance
194 size_t fromssize; in _dl_start_profile() local255 fromssize = fromlimit * sizeof (struct here_fromstruct); in _dl_start_profile()259 + 4 + 4 + fromssize * sizeof (struct here_cg_arc_record)); in _dl_start_profile()428 tos = (uint16_t *) calloc (tossize + fromssize, 1); in _dl_start_profile()
181 size_t fromssize; member488 result->fromssize = result->fromlimit * sizeof (struct here_fromstruct); in load_shobj()494 + (result->fromssize in load_shobj()919 result->tos = (uint16_t *) calloc (shobj->tossize + shobj->fromssize, 1); in load_profdata()
145 p->fromssize = p->textsize / HASHFRACTION; in weak_alias()153 cp = calloc (p->kcountsize + p->fromssize + p->tossize, 1); in weak_alias()268 from_len = _gmonparam.fromssize / sizeof (*_gmonparam.froms); in write_call_graph()
162 unsigned long fromssize; member