OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_non_functions
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gprof/
gprof.h
128
extern bfd_boolean
ignore_non_functions
; /* Ignore non-function symbols. */
gprof.c
70
bfd_boolean
ignore_non_functions
= FALSE;
variable
258
ignore_non_functions
= TRUE;
corefile.c
448
if (
ignore_non_functions
&& (sym->flags & BSF_FUNCTION) == 0)
Completed in 581 milliseconds