Home
last modified time | relevance | path

Searched refs:tossize (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/elf/
Ddl-profile.c193 size_t tossize; in _dl_start_profile() local
249 tossize = textsize / HASHFRACTION; in _dl_start_profile()
428 tos = (uint16_t *) calloc (tossize + fromssize, 1); in _dl_start_profile()
436 froms = (struct here_fromstruct *) ((char *) tos + tossize); in _dl_start_profile()
Dsprof.c180 size_t tossize; member
482 result->tossize = textsize / HASHFRACTION; in load_shobj()
919 result->tos = (uint16_t *) calloc (shobj->tossize + shobj->fromssize, 1); in load_profdata()
929 + shobj->tossize); in load_profdata()
/glibc-2.36/gmon/
Dgmon.c151 p->tossize = p->tolimit * sizeof(struct tostruct); in weak_alias()
153 cp = calloc (p->kcountsize + p->fromssize + p->tossize, 1); in weak_alias()
162 cp += p->tossize; in weak_alias()
/glibc-2.36/gmon/sys/
Dgmon.h164 unsigned long tossize; member