Searched refs:toindex (Results 1 – 1 of 1) sorted by relevance
336 ARCINDEX toindex; in __mcount_internal() local364 toindex = *frompcindex; in __mcount_internal()365 if (toindex == 0) { in __mcount_internal()367 toindex = ++p->tos[0].link; in __mcount_internal()373 *frompcindex = toindex; in __mcount_internal()374 top = &p->tos[toindex]; in __mcount_internal()380 top = &p->tos[toindex]; in __mcount_internal()404 top = &p->tos[toindex]; in __mcount_internal()408 *frompcindex = toindex; in __mcount_internal()422 toindex = prevtop->link; in __mcount_internal()[all …]
Completed in 3 milliseconds