Home
last modified time | relevance | path

Searched refs:do_debug_info (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.h96 extern int do_debug_info;
H A Dreadelf.c2963 do_debug_info = 1; in parse_args()
3037 { "info", & do_debug_info }, in parse_args()
4160 else if ((do_debugging || do_debug_info || do_debug_abbrevs in process_section_headers()
4169 || (do_debug_info && streq (name, "info")) in process_section_headers()
4183 else if ((do_debugging || do_debug_info) in process_section_headers()
H A Dobjdump.c3202 do_debug_info = 1; in main()
H A Ddwarf.c41 int do_debug_info; variable