HomeSort by relevance Sort by last modified time
    Searched full:sym_low_pc (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
hist.c 332 with respect to the symbol's address range [SYM_LOW_PC,
336 SYM_LOW_PC.
338 sym_low_pc sym_high_pc
365 bfd_vma sym_low_pc, sym_high_pc;
398 sym_low_pc = symtab.base[j].hist.scaled_addr;
403 if (bin_high_pc < sym_low_pc)
412 MIN (bin_high_pc, sym_high_pc) - MAX (bin_low_pc, sym_low_pc);
364 bfd_vma sym_low_pc, sym_high_pc; local

Completed in 243 milliseconds