Home | History | Annotate | Download | only in gmon

Lines Matching refs:froms

154 	GMON_ALLOC(cp, p->froms, p->fromssize);
234 __alignof(*_gmonparam.froms) + _gmonparam.fromssize +
243 GMON_ALLOC(cp, p->froms, p->fromssize);
244 memset(p->froms, 0, p->fromssize);
269 endfrom = (q->fromssize / sizeof(*q->froms));
271 if (q->froms[fromindex] == 0)
273 for (qtoindex = q->froms[fromindex]; qtoindex != 0;
278 frompcindex = &p->froms[fromindex];
473 endfrom = (int)(p->fromssize / sizeof(*p->froms));
475 if (p->froms[fromindex] == 0)
479 frompc += fromindex * p->hashfraction * sizeof(*p->froms);
480 for (toindex = p->froms[fromindex]; toindex != 0;