Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/arch/arm/gprof/
A Dgprof.c336 ARCINDEX toindex; in __mcount_internal() local
364 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