/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...] |
/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,
|
/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/google-breakpad/src/common/dwarf/ |
functioninfo.h | 60 uint64 highpc; member in struct:dwarf2reader::FunctionInfo
|
/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...] |