Home
last modified time | relevance | path

Searched refs:ignore_static_funcs (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gprof/
H A Dgprof.h126 extern bfd_boolean ignore_static_funcs; /* suppress static functions */
H A Dgprof.c65 bfd_boolean ignore_static_funcs = FALSE; variable
215 ignore_static_funcs = TRUE;
H A Dcorefile.c303 if (ignore_static_funcs && (sym->flags & BSF_LOCAL))
330 if (ignore_static_funcs)
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dgprof.h126 extern bfd_boolean ignore_static_funcs; /* suppress static functions */
H A Dgprof.c64 bfd_boolean ignore_static_funcs = FALSE; variable
210 ignore_static_funcs = TRUE; in main()
H A Dcorefile.c318 if (ignore_static_funcs && (sym->flags & BSF_LOCAL)) in core_sym_class()
345 if (ignore_static_funcs) in core_sym_class()