Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c206 static int do_histogram; variable
3914 do_histogram++; in parse_args()
3959 do_histogram++; in parse_args()
4044 && !do_histogram && !do_debugging && !do_arch && !do_notes in parse_args()
9881 if (!do_syms && !do_dyn_syms && !do_histogram) in process_symbol_table()
9885 && (do_histogram in process_symbol_table()
9943 && (do_histogram in process_symbol_table()
10353 if (do_histogram && buckets != NULL) in process_symbol_table()
10428 if (do_histogram && gnubuckets != NULL) in process_symbol_table()
15180 && !do_histogram && !do_debugging && !do_arch && !do_notes in process_archive()
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.