Home
last modified time | relevance | path

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

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