HomeSort by: relevance | last modified time | path
    Searched refs:FF_AUTO (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_io.h 33 FF_AUTO = 0, FF_MAGIC, FF_BSD, FF_BSD44, FF_PROF
gmon_io.cc 196 || (file_format == FF_AUTO && !strncmp (&ghdr.cookie[0], GMON_MAGIC, 4)))
gp-gmon.cc 664 if (gmon_out_read (gmon_name, FF_AUTO, whoami) < 0)
  /src/external/gpl3/binutils/dist/gprof/
gprof.h 101 FF_AUTO = 0, FF_MAGIC, FF_BSD, FF_BSD44, FF_PROF
gmon_io.c 308 || (file_format == FF_AUTO && !strncmp (&ghdr.cookie[0], GMON_MAGIC, 4)))
363 else if (file_format == FF_AUTO
598 if (file_format == FF_AUTO || file_format == FF_MAGIC)
gprof.c 74 File_Format file_format = FF_AUTO;
325 file_format = FF_AUTO;
  /src/external/gpl3/binutils.old/dist/gprof/
gprof.h 101 FF_AUTO = 0, FF_MAGIC, FF_BSD, FF_BSD44, FF_PROF
gmon_io.c 308 || (file_format == FF_AUTO && !strncmp (&ghdr.cookie[0], GMON_MAGIC, 4)))
363 else if (file_format == FF_AUTO
598 if (file_format == FF_AUTO || file_format == FF_MAGIC)
gprof.c 74 File_Format file_format = FF_AUTO;
325 file_format = FF_AUTO;

Completed in 56 milliseconds