Home | History | Annotate | Download | only in gprof

Lines Matching defs:overlap

327    which may overlap one more symbol address ranges.  If a symbol
333 SYM_HIGH_PC) as shown in the following diagram. OVERLAP computes
358 four bytes of text space and never have any overlap (the two end
366 bfd_vma overlap, addr;
412 overlap =
414 if (overlap > 0)
418 "[assign_samples] [0x%lx,0x%lx) %s gets %f ticks %ld overlap\n",
421 symtab->base[j].name, overlap * count_time / hist_scale,
422 (long) overlap));
425 credit = overlap * count_time / hist_scale;