Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gprof/
Dgmon_io.c303 if ((file_format == FF_MAGIC) in gmon_out_read()
306 if (file_format == FF_MAGIC && strncmp (&ghdr.cookie[0], GMON_MAGIC, 4)) in gmon_out_read()
587 if (file_format == FF_AUTO || file_format == FF_MAGIC) in gmon_out_write()
Dgprof.h101 FF_AUTO = 0, FF_MAGIC, FF_BSD, FF_BSD44, FF_PROF enumerator
Dgprof.c328 file_format = FF_MAGIC; in main()