Searched refs:FF_MAGIC (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dgprof.h101 FF_AUTO = 0, FF_MAGIC, FF_BSD, FF_BSD44, FF_PROF enumerator in enum:__anon486
H A Dgmon_io.c304 if ((file_format == FF_MAGIC)
307 if (file_format == FF_MAGIC && strncmp (&ghdr.cookie[0], GMON_MAGIC, 4))
588 if (file_format == FF_AUTO || file_format == FF_MAGIC)
H A Dgprof.c328 file_format = FF_MAGIC;
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dgprof.h103 FF_AUTO = 0, FF_MAGIC, FF_BSD, FF_BSD44, FF_PROF enumerator in enum:__anon1734
H A Dgmon_io.c324 if ((file_format == FF_MAGIC)
327 if (file_format == FF_MAGIC && strncmp (&ghdr.cookie[0], GMON_MAGIC, 4))
608 if (file_format == FF_AUTO || file_format == FF_MAGIC)
H A Dgprof.c328 file_format = FF_MAGIC;
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dgprof.h101 FF_AUTO = 0, FF_MAGIC, FF_BSD, FF_BSD44, FF_PROF enumerator in enum:__anon628
H A Dgmon_io.c304 if ((file_format == FF_MAGIC)
307 if (file_format == FF_MAGIC && strncmp (&ghdr.cookie[0], GMON_MAGIC, 4))
588 if (file_format == FF_AUTO || file_format == FF_MAGIC)
H A Dgprof.c328 file_format = FF_MAGIC;

Completed in 120 milliseconds