OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_static_funcs
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.27/gprof/
gprof.h
123
extern bfd_boolean
ignore_static_funcs
; /* suppress static functions */
gprof.c
65
bfd_boolean
ignore_static_funcs
= FALSE;
variable
214
ignore_static_funcs
= TRUE;
corefile.c
356
don't qualify if
ignore_static_funcs
set. */
357
if (
ignore_static_funcs
&& (sym->flags & BSF_LOCAL))
384
if (
ignore_static_funcs
)
Completed in 66 milliseconds