HomeSort by: relevance | last modified time | path
    Searched refs:sym_low_pc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_hist.cc 303 with respect to the symbol's address range [SYM_LOW_PC,
307 SYM_LOW_PC.
309 sym_low_pc sym_high_pc
336 bfd_vma sym_low_pc, sym_high_pc; local
370 sym_low_pc = symtab->base[j].hist.scaled_addr;
375 if (bin_high_pc < sym_low_pc)
384 MIN (bin_high_pc, sym_high_pc) - MAX (bin_low_pc, sym_low_pc);
  /src/external/gpl3/binutils/dist/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; local
399 sym_low_pc = symtab->base[j].hist.scaled_addr;
404 if (bin_high_pc < sym_low_pc)
413 MIN (bin_high_pc, sym_high_pc) - MAX (bin_low_pc, sym_low_pc);
  /src/external/gpl3/binutils.old/dist/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; local
399 sym_low_pc = symtab->base[j].hist.scaled_addr;
404 if (bin_high_pc < sym_low_pc)
413 MIN (bin_high_pc, sym_high_pc) - MAX (bin_low_pc, sym_low_pc);

Completed in 25 milliseconds