Lines Matching refs:tos
180 p->tos = NULL; in __utee_gprof_init()
185 p->tos = (struct tostruct *)cp; in __utee_gprof_init()
191 p->tos[0].link = 0; in __utee_gprof_init()
277 to_index = _gmonparam.tos[to_index].link) { in _gprof_write_call_graph()
280 arc.self_pc = _gmonparam.tos[to_index].selfpc; in _gprof_write_call_graph()
281 arc.count = _gmonparam.tos[to_index].count; in _gprof_write_call_graph()
367 toindex = ++p->tos[0].link; in __mcount_internal()
374 top = &p->tos[toindex]; in __mcount_internal()
380 top = &p->tos[toindex]; in __mcount_internal()
400 toindex = ++p->tos[0].link; in __mcount_internal()
404 top = &p->tos[toindex]; in __mcount_internal()
415 top = &p->tos[top->link]; in __mcount_internal()