HomeSort by relevance Sort by last modified time
    Searched refs:highpc (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
hist.h 29 bfd_vma highpc;
28 bfd_vma highpc; member in struct:histogram
hist.c 48 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
101 || gmon_io_read_vma (ifp, &record->highpc)
113 n_hist_scale = (double)((record->highpc - record->lowpc) / sizeof (UNIT))
172 bfd_vma lowpc, highpc;
181 existing_record = find_histogram (n_record.lowpc, n_record.highpc);
191 highpc = n_record.highpc;
192 hist_clip_symbol_address (&lowpc, &highpc);
193 if (lowpc != highpc)
221 (unsigned long) record->lowpc, (unsigned long) record->highpc,
171 bfd_vma lowpc, highpc; local
    [all...]
gmon_io.c 409 are the same: lowpc, highpc, ncnt */
485 || tmp.high_pc != histograms->highpc
498 histograms->highpc = tmp.high_pc;
508 printf ("[gmon_out_read] lowpc 0x%lx highpc 0x%lx ncnt %d\n",
515 if (samp_bytes < 0 || histograms->lowpc > histograms->highpc)
686 || gmon_io_write_vma (ofp, histograms->highpc)
  /external/elfutils/tests/
low_high_pc.c 61 Dwarf_Addr highpc = 0; local
64 if (dwarf_highpc (die, &highpc) != 0 && dwarf_hasattr (die, DW_AT_high_pc))
67 /* GCC < 4.7 had a bug where no code CUs got a highpc == lowpc.
71 && highpc <= lowpc
72 && ! (dwarf_tag (die) == DW_TAG_compile_unit && highpc == lowpc))
74 printf("lowpc: %" PRIx64 ", highpc: %" PRIx64 "lx\n", lowpc, highpc);
75 fail (off, name, "highpc <= lowpc");
addrscopes.c 121 Dwarf_Addr lowpc, highpc; local
123 && dwarf_highpc (die, &highpc) == 0)
126 highpc += cubias;
128 Dwfl_Line *hiline = dwfl_getsrc (dwfl, highpc - 1);
130 if (highpc != lowpc)
131 paddr (" .. ", highpc - 1, hiline == loline ? NULL : hiline);
funcscopes.c 149 Dwarf_Addr lowpc, highpc; local
151 && dwarf_highpc (die, &highpc) == 0)
154 highpc += a->dwbias;
156 Dwfl_Line *hiline = dwfl_getsrc (a->dwfl, highpc - 1);
158 if (highpc != lowpc)
159 paddr (" .. ", highpc - 1, hiline == loline ? NULL : hiline);
  /external/elfutils/libdw/
dwarf_entry_breakpoints.c 138 Dwarf_Addr highpc = (Dwarf_Addr) -1l; local
149 highpc = end;
160 : search_range (lowpc, highpc, false, true,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
gmon.h 167 u_long highpc; member in struct:gmonparam
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
gmon.h 167 u_long highpc; member in struct:gmonparam
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
gmon.h 167 u_long highpc; member in struct:gmonparam
  /external/elfutils/src/
nm.c 569 Dwarf_Addr highpc; member in struct:local_name
583 if (g1->lowpc <= g2->lowpc && g1->highpc >= g2->highpc)
587 g2->highpc = g1->highpc;
590 else if (g2->lowpc <= g1->lowpc && g2->highpc >= g1->highpc)
594 g1->highpc = g2->highpc;
606 get_var_range (Dwarf_Die *die, Dwarf_Word *lowpc, Dwarf_Word *highpc)
690 Dwarf_Addr highpc; local
1383 Dwarf_Addr highpc; local
    [all...]
readelf.c 6068 Dwarf_Addr highpc; local
    [all...]
  /external/google-breakpad/src/common/dwarf/
functioninfo.cc 131 current_function_info_->lowpc = current_function_info_->highpc = 0;
179 current_function_info_->highpc = data;
functioninfo.h 60 uint64 highpc; member in struct:dwarf2reader::FunctionInfo

Completed in 511 milliseconds