Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dreadelf.c213 static int do_debugging; variable
4394 do_debugging = 1; in parse_args()
4399 do_debugging = 0; in parse_args()
4406 do_debugging = 1; in parse_args()
4409 do_debugging = 0; in parse_args()
4458 && !do_histogram && !do_debugging && !do_arch && !do_notes in parse_args()
5811 else if ((do_debugging || do_debug_info || do_debug_abbrevs in process_section_headers()
5824 if (do_debugging in process_section_headers()
5848 else if ((do_debugging || do_debug_info) in process_section_headers()
5856 else if ((do_debugging || do_trace_info || do_trace_abbrevs in process_section_headers()
[all …]
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dreadelf.c255 static bfd_boolean do_debugging = FALSE; variable
4732 do_debugging = TRUE; in parse_args()
4737 do_debugging = FALSE; in parse_args()
4744 do_debugging = TRUE; in parse_args()
4747 do_debugging = FALSE; in parse_args()
4809 && !do_histogram && !do_debugging && !do_arch && !do_notes in parse_args()
6294 else if ((do_debugging || do_debug_info || do_debug_abbrevs in process_section_headers()
6307 if (do_debugging in process_section_headers()
6333 else if ((do_debugging || do_debug_info) in process_section_headers()
6342 else if ((do_debugging || do_trace_info || do_trace_abbrevs in process_section_headers()
[all …]