OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FF_MAGIC
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.27/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 54 milliseconds