Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c131 static uintptr_t s_highpc = 0; variable
152 if (pc < s_lowpc || pc > s_highpc) in __sample()
178 hist_hdr.high_pc = s_highpc; in write_histogram()
269 s_highpc = in __monstartup()
271 s_textsize = s_highpc - s_lowpc; in __monstartup()
349 if (frompc < s_lowpc || frompc > s_highpc) in __mcount_internal()