Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dgprof.c67 bool ignore_static_funcs = false; variable
214 ignore_static_funcs = true; in main()
H A Dgprof.h121 extern bool ignore_static_funcs; /* suppress static functions */
H A Dcorefile.c359 if (ignore_static_funcs && (sym->flags & BSF_LOCAL)) in core_sym_class()
386 if (ignore_static_funcs) in core_sym_class()
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dgprof.c67 bool ignore_static_funcs = false; variable
214 ignore_static_funcs = true; in main()
H A Dgprof.h121 extern bool ignore_static_funcs; /* suppress static functions */
H A Dcorefile.c359 if (ignore_static_funcs && (sym->flags & BSF_LOCAL)) in core_sym_class()
386 if (ignore_static_funcs) in core_sym_class()