Searched refs:here_fromstruct (Results 1 – 2 of 2) sorted by relevance
162 struct here_fromstruct struct170 static struct here_fromstruct *froms; argument255 fromssize = fromlimit * sizeof (struct here_fromstruct); in _dl_start_profile()436 froms = (struct here_fromstruct *) ((char *) tos + tossize); in _dl_start_profile()493 struct here_fromstruct *fromp; in _dl_mcount()
123 struct here_fromstruct struct219 struct here_fromstruct *froms;481 result->hashfraction * sizeof (struct here_fromstruct)); in load_shobj()488 result->fromssize = result->fromlimit * sizeof (struct here_fromstruct); in load_shobj()752 struct here_fromstruct *froms; in load_profdata()928 result->froms = (struct here_fromstruct *) ((char *) result->tos in load_profdata()
Completed in 14 milliseconds