OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STYLE_FUNCTION_ORDER
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gprof/
gprof.h
77
#define
STYLE_FUNCTION_ORDER
(1<<6)
gprof.c
375
output_style |=
STYLE_FUNCTION_ORDER
;
376
user_specified |=
STYLE_FUNCTION_ORDER
;
485
if ((user_specified &
STYLE_FUNCTION_ORDER
)
634
if (output_style &
STYLE_FUNCTION_ORDER
)
Completed in 52 milliseconds