Searched refs:do_histogram (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | ChangeLog-9899 | 1164 (do_histogram): New variable. 1165 (options): New long option histogram. Set do_histogram if this 1169 do_histogram for -a. 1170 (process_symbol_table): Read hash table also if only do_histogram.
|
H A D | readelf.c | 237 static bool do_histogram = false; variable 5920 do_histogram = true; in parse_args() 5969 do_histogram = true; 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() 11563 if (!do_histogram && (!do_using_dynamic || do_dyn_syms)) in get_num_dynamic_syms() 11817 if (filedata->dynamic_symbols == NULL || do_histogram) in process_dynamic_section() 14112 if (!do_syms && !do_dyn_syms && !do_histogram) in process_symbol_table() 14233 if (do_histogram && filedata->buckets != NULL) in process_symbol_table() 14313 if (do_histogram && filedata->gnubuckets != NULL) in process_symbol_table() [all …]
|
H A D | ChangeLog-2017 | 1481 (do_version, do_histogram, do_debugging, do_arch, do_notes,
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | ChangeLog-9899 | 1164 (do_histogram): New variable. 1165 (options): New long option histogram. Set do_histogram if this 1169 do_histogram for -a. 1170 (process_symbol_table): Read hash table also if only do_histogram.
|
H A D | readelf.c | 234 static bool do_histogram = false; variable 5452 do_histogram = true; in parse_args() 5501 do_histogram = true; 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() 11018 if (!do_histogram && (!do_using_dynamic || do_dyn_syms)) in get_num_dynamic_syms() 11271 if (filedata->dynamic_symbols == NULL || do_histogram) in process_dynamic_section() 13526 if (!do_syms && !do_dyn_syms && !do_histogram) in process_symbol_table() 13644 if (do_histogram && filedata->buckets != NULL) in process_symbol_table() 13725 if (do_histogram && filedata->gnubuckets != NULL) in process_symbol_table() [all …]
|
H A D | ChangeLog-2017 | 1481 (do_version, do_histogram, do_debugging, do_arch, do_notes,
|