Searched refs:frompcindex (Results 1 – 4 of 4) sorted by relevance
249 register unsigned short *frompcindex; in internal_mcount() local265 frompcindex = (void *) __builtin_return_address (1); in internal_mcount()291 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in internal_mcount()292 if ((unsigned long)frompcindex > s_textsize) { in internal_mcount()295 frompcindex = in internal_mcount()296 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()297 toindex = *frompcindex; in internal_mcount()306 *frompcindex = toindex; in internal_mcount()342 top->link = *frompcindex; in internal_mcount()343 *frompcindex = toindex; in internal_mcount()[all …]
279 static void internal_mcount(char *selfpc, unsigned short *frompcindex) in internal_mcount() argument316 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in internal_mcount()317 if ((unsigned long)frompcindex > s_textsize) { in internal_mcount()320 frompcindex = in internal_mcount()321 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()322 toindex = *frompcindex; in internal_mcount()331 *frompcindex = toindex; in internal_mcount()367 top->link = *frompcindex; in internal_mcount()368 *frompcindex = toindex; in internal_mcount()385 top->link = *frompcindex; in internal_mcount()[all …]
66 u_short *frompcindex; local154 frompcindex = &p->froms[frompci / (p->hashfraction * sizeof(*p->froms))];155 toindex = *frompcindex;165 *frompcindex = toindex;201 top->link = *frompcindex;202 *frompcindex = toindex;219 top->link = *frompcindex;220 *frompcindex = toindex;
72 u_short *frompcindex; in _MCOUNT_DECL() local186 frompcindex = &p->froms[frompci / (p->hashfraction * sizeof(*p->froms))]; in _MCOUNT_DECL()187 toindex = *frompcindex; in _MCOUNT_DECL()197 *frompcindex = toindex; in _MCOUNT_DECL()233 top->link = *frompcindex; in _MCOUNT_DECL()234 *frompcindex = toindex; in _MCOUNT_DECL()251 top->link = *frompcindex; in _MCOUNT_DECL()252 *frompcindex = toindex; in _MCOUNT_DECL()