Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjdump.c104 static bool with_source_code; /* -S */ variable
2132 if (! with_line_numbers && ! with_source_code) in show_line()
2277 if (with_source_code in show_line()
3334 if (with_line_numbers || with_source_code) in disassemble_bytes()
5544 || dump_dwarf_section_info || with_source_code) in might_need_separate_debug_info()
6119 with_source_code = true; in main()
6124 with_source_code = true; in main()
6271 || with_source_code); in main()
H A DChangeLog432 * objcopy.c (might_need_separate_debug_info): Add with_source_code to
434 (main.c): Add with_source_code to the options that enable
H A DChangeLog-91972701 * objdump.c (with_source_code): New global variable.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjdump.c100 static bool with_source_code; /* -S */ variable
1948 if (! with_line_numbers && ! with_source_code) in show_line()
2051 if (with_source_code in show_line()
3084 if (with_line_numbers || with_source_code) in disassemble_bytes()
5767 with_source_code = true; in main()
5772 with_source_code = true; in main()
H A DChangeLog-91972701 * objdump.c (with_source_code): New global variable.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git103730 Add with_source_code to the command line options that trigger