Home
last modified time | relevance | path

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

/trueos/contrib/binutils/binutils/
HDreadelf.c199 static int do_histogram; variable
2890 do_histogram++; in parse_args()
2935 do_histogram++; in parse_args()
3124 && !do_histogram && !do_debugging && !do_arch && !do_notes in parse_args()
7047 if (! do_syms && !do_histogram) in process_symbol_table()
7051 || do_histogram)) in process_symbol_table()
7361 if (do_histogram && buckets != NULL) in process_symbol_table()
7425 if (do_histogram && dynamic_info_DT_GNU_HASH) in process_symbol_table()
HDChangeLog-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.