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

  /external/elfutils/tests/
run-dwarf-ranges.sh 20 testfiles debug-ranges-no-lowpc.o
22 testrun_compare ${abs_builddir}/dwarf-ranges debug-ranges-no-lowpc.o 0xb <<\EOF
low_high_pc.c 60 Dwarf_Addr lowpc = 0; local
62 if (dwarf_lowpc (die, &lowpc) != 0 && dwarf_hasattr (die, DW_AT_low_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
122 if (dwarf_lowpc (die, &lowpc) == 0
125 lowpc += cubias;
127 Dwfl_Line *loline = dwfl_getsrc (dwfl, lowpc);
129 paddr (": ", lowpc, loline);
130 if (highpc != lowpc)
funcscopes.c 149 Dwarf_Addr lowpc, highpc; local
150 if (dwarf_lowpc (die, &lowpc) == 0
153 lowpc += a->dwbias;
155 Dwfl_Line *loline = dwfl_getsrc (a->dwfl, lowpc);
157 paddr (": ", lowpc, loline);
158 if (highpc != lowpc)
Makefile.am 180 run-dwarf-ranges.sh debug-ranges-no-lowpc.o.bz2 \
  /toolchain/binutils/binutils-2.25/gprof/
hist.h 28 bfd_vma lowpc;
27 bfd_vma lowpc; member in struct:histogram
hist.c 48 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
100 if (gmon_io_read_vma (ifp, &record->lowpc)
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);
190 lowpc = n_record.lowpc;
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
370 bfd_vma lowpc = r->lowpc \/ sizeof (UNIT); local
    [all...]
gmon_io.c 409 are the same: lowpc, highpc, ncnt */
484 if (histograms && (tmp.low_pc != histograms->lowpc
497 histograms->lowpc = tmp.low_pc;
508 printf ("[gmon_out_read] lowpc 0x%lx highpc 0x%lx ncnt %d\n",
515 if (samp_bytes < 0 || histograms->lowpc > histograms->highpc)
685 if (gmon_io_write_vma (ofp, histograms->lowpc)
  /external/google-breakpad/src/common/dwarf/
functioninfo.cc 61 s.lowpc = ULLONG_MAX;
82 s.lowpc = ULLONG_MAX;
104 if (address < files_->at(file_num).lowpc) {
105 files_->at(file_num).lowpc = address;
131 current_function_info_->lowpc = current_function_info_->highpc = 0;
176 current_function_info_->lowpc = data;
226 if (current_function_info_ && current_function_info_->lowpc)
227 address_to_funcinfo_->insert(std::make_pair(current_function_info_->lowpc,
functioninfo.h 58 uint64 lowpc; member in struct:dwarf2reader::FunctionInfo
67 uint64 lowpc; member in struct:dwarf2reader::SourceFileInfo
  /external/elfutils/libdw/
dwarf_entry_breakpoints.c 54 /* Fallback result, break at the entrypc/lowpc value. */
137 Dwarf_Addr lowpc = (Dwarf_Addr) -1l;
146 if (begin < lowpc)
148 lowpc = begin;
159 ?: (lowpc == (Dwarf_Addr) -1l ? 0
160 : search_range (lowpc, highpc, false, true,
  /external/elfutils/src/
nm.c 568 Dwarf_Addr lowpc; member in struct:local_name
583 if (g1->lowpc <= g2->lowpc && g1->highpc >= g2->highpc)
586 g2->lowpc = g1->lowpc;
590 else if (g2->lowpc <= g1->lowpc && g2->highpc >= g1->highpc)
593 g1->lowpc = g2->lowpc;
598 result = g1->lowpc < g2->lowpc ? -1 : 1
689 Dwarf_Addr lowpc; local
1382 Dwarf_Addr lowpc; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
gmon.h 166 u_long lowpc; 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 166 u_long lowpc; 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 166 u_long lowpc; member in struct:gmonparam

Completed in 547 milliseconds