Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c130 static uintptr_t s_lowpc = 0; variable
152 if (pc < s_lowpc || pc > s_highpc) in __sample()
177 hist_hdr.low_pc = s_lowpc; in write_histogram()
207 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in write_callgraph()
267 s_lowpc = in __monstartup()
271 s_textsize = s_highpc - s_lowpc; in __monstartup()
349 if (frompc < s_lowpc || frompc > s_highpc) in __mcount_internal()
351 frompc -= s_lowpc; in __mcount_internal()