Searched refs:do_debugging (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | readelf.c | 235 static bool do_debugging = false; variable 5532 do_debugging = true; in parse_args() 5539 do_debugging = false; in parse_args() 5551 do_debugging = true; in parse_args() 5557 do_debugging = false; in parse_args() 5697 && !do_histogram && !do_debugging && !do_arch && !do_notes in parse_args() 5706 do_histogram = do_debugging = do_arch = do_notes = true; in parse_args() 7306 if ((do_debugging || do_debug_info || do_debug_abbrevs in process_section_headers() 7320 if (do_debugging in process_section_headers() 7348 else if ((do_debugging || do_debug_info) in process_section_headers() [all …]
|
H A D | ChangeLog-2017 | 1481 (do_version, do_histogram, do_debugging, do_arch, do_notes,
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | readelf.c | 238 static bool do_debugging = false; variable 6000 do_debugging = true; in parse_args() 6007 do_debugging = false; in parse_args() 6019 do_debugging = true; in parse_args() 6025 do_debugging = false; in parse_args() 6185 && !do_histogram && !do_debugging && !do_arch && !do_notes in parse_args() 6194 do_histogram = do_debugging = do_arch = do_notes = true; in parse_args() 7851 if ((do_debugging || do_debug_info || do_debug_abbrevs in process_section_headers() 7865 if (do_debugging in process_section_headers() 7893 else if ((do_debugging || do_debug_info) in process_section_headers() [all …]
|
H A D | ChangeLog-2017 | 1481 (do_version, do_histogram, do_debugging, do_arch, do_notes,
|