Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c228 struct gmon_hdr ghdr; in __mcleanup() local
244 memset (&ghdr, '\0', sizeof (struct gmon_hdr)); in __mcleanup()
245 memcpy (&ghdr.cookie[0], GMON_MAGIC_COOKIE, sizeof (ghdr.cookie)); in __mcleanup()
246 ghdr.version = GMON_VERSION; in __mcleanup()
247 if (write (fd, &ghdr, sizeof (struct gmon_hdr)) == -1) in __mcleanup()