Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gprof/
Dhist.c173 histogram *record, *existing_record; in hist_read_rec() local
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec()
181 if (existing_record) in hist_read_rec()
183 record = existing_record; in hist_read_rec()