Searched refs:tos (Results 1 – 1 of 1) sorted by relevance
128 static __ea struct tostruct *tos = 0; variable209 toindex = tos[toindex].link) in write_callgraph()212 rawarc.raw_selfpc = tos[toindex].selfpc; in write_callgraph()213 rawarc.raw_count = tos[toindex].count; in write_callgraph()290 tos = malloc_ea (tolimit * sizeof (struct tostruct)); in __monstartup()291 if (tos == NULL) in __monstartup()296 memset_ea (tos, 0, tolimit * sizeof (struct tostruct)); in __monstartup()362 toindex = ++tos[0].link; in __mcount_internal()366 --tos[0].link; in __mcount_internal()371 top = &tos[toindex]; in __mcount_internal()[all …]