Home
last modified time | relevance | path

Searched refs:do_histogram (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
DChangeLog-98991164 (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.
Dreadelf.c237 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 …]
DChangeLog-20171481 (do_version, do_histogram, do_debugging, do_arch, do_notes,