Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Dobjdump.c93 static bfd_boolean with_source_code; /* -S */ variable
1164 if (! with_line_numbers && ! with_source_code) in show_line()
1186 if (with_source_code in show_line()
1405 if (with_line_numbers || with_source_code) in disassemble_bytes()
3186 with_source_code = TRUE; in main()
H A DChangeLog-91972701 * objdump.c (with_source_code): New global variable.