Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gprof/
Dhist.c702 bfd_vma common_low, common_high; in hist_clip_symbol_address() local
704 common_high = min (histograms[i].highpc, *p_highpc); in hist_clip_symbol_address()
706 if (common_low < common_high) in hist_clip_symbol_address()
719 *p_highpc = common_high; in hist_clip_symbol_address()