Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c127 static __ea unsigned short *froms; variable
202 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in write_callgraph()
205 if (froms[fromindex]) in write_callgraph()
207 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in write_callgraph()
208 for (toindex = froms[fromindex]; toindex != 0; in write_callgraph()
276 froms = malloc_ea (s_textsize / HASHFRACTION); in __monstartup()
277 if (froms == NULL) in __monstartup()
282 memset_ea (froms, 0, s_textsize / HASHFRACTION); in __monstartup()
357 frompcindex = &froms[(frompc) / (HASHFRACTION * sizeof (*froms))]; in __mcount_internal()