HomeSort by relevance Sort by last modified time
    Searched refs:GMON_MAGIC (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/gprof/
gmon_out.h 29 #define GMON_MAGIC "gmon" /* magic cookie */
bb_exit_func.c 73 memcpy (&ghdr.cookie[0], GMON_MAGIC, 4);
gmon_io.c 325 || (file_format == FF_AUTO && !strncmp (&ghdr.cookie[0], GMON_MAGIC, 4)))
327 if (file_format == FF_MAGIC && strncmp (&ghdr.cookie[0], GMON_MAGIC, 4))
612 memcpy (&ghdr.cookie[0], GMON_MAGIC, 4);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
gmon_out.h 33 #define GMON_MAGIC "gmon" /* magic cookie */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
gmon_out.h 33 #define GMON_MAGIC "gmon" /* magic cookie */

Completed in 357 milliseconds