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

  /toolchain/binutils/binutils-2.25/gprof/
gprof.h 103 FF_AUTO = 0, FF_MAGIC, FF_BSD, FF_BSD44, FF_PROF
gmon_io.c 324 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)
gprof.c 322 file_format = FF_MAGIC;

Completed in 1512 milliseconds