Home | History | Annotate | Download | only in gprof

Lines Matching full: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;
411 overlap =
413 if (overlap > 0)
417 "[assign_samples] [0x%lx,0x%lx) %s gets %f ticks %ld overlap\n",
420 symtab.base[j].name, overlap * count_time / hist_scale,
421 (long) overlap));
424 credit = overlap * count_time / hist_scale;