HomeSort by relevance Sort by last modified time
    Searched defs:high_pc (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
gmon_out.h 64 char high_pc[sizeof (char *)]; /* max pc address of sampled buffer */ member in struct:gmon_hist_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
gmon_out.h 64 char high_pc[sizeof (char *)]; /* max pc address of sampled buffer */ member in struct:gmon_hist_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
gmon_out.h 64 char high_pc[sizeof (char *)]; /* max pc address of sampled buffer */ member in struct:gmon_hist_hdr
  /art/compiler/debug/
elf_debug_loc_writer.h 78 uint32_t high_pc; // Relative to compilation unit. member in struct:art::debug::VariableLocation
129 const uint32_t high_pc = next_it != stack_maps.end() local
132 DCHECK_LE(low_pc, high_pc);
133 if (low_pc == high_pc) {
162 variable_locations.back().high_pc == low_pc) {
164 variable_locations.back().high_pc = high_pc;
166 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi});
265 debug_loc.PushUint64(variable_location.high_pc);
268 debug_loc.PushUint32(variable_location.high_pc);
292 uint32_t high_pc = variable_locations[i].high_pc; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf1.c 72 unsigned long high_pc; member in struct:dwarf1_unit
105 unsigned long high_pc; member in struct:dwarf1_func
114 unsigned long high_pc; member in struct:die_info
242 aDieInfo->high_pc = bfd_get_32 (abfd, (bfd_byte *) xptr);
371 aFunc->high_pc = eachDieInfo.high_pc;
398 if (aUnit->low_pc <= addr && addr < aUnit->high_pc)
434 && addr < eachFunc->high_pc)
511 if (eachUnit->low_pc <= addr && addr < eachUnit->high_pc)
534 aUnit->high_pc = aDieInfo.high_pc
    [all...]
dwarf2.c 1720 bfd_vma high_pc = 0; local
2251 bfd_vma high_pc; local
2303 bfd_vma high_pc = 0; local
2556 bfd_vma high_pc = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
gmon_io.c 383 bfd_vma high_pc;
411 || gmon_io_read_vma (ifp, &tmp.high_pc)
485 || tmp.high_pc != histograms->highpc
498 histograms->highpc = tmp.high_pc;
500 hist_scale = (double)((tmp.high_pc - tmp.low_pc) / sizeof (UNIT))
509 (unsigned long) tmp.low_pc, (unsigned long) tmp.high_pc,
382 bfd_vma high_pc; member in struct:hdr
  /external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc 219 // low_pc/high_pc attributes.
447 Module::Address high_pc = size; local
449 high_pc += address;
453 high_pc);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.cc 834 off_t high_pc = die->address_attribute(elfcpp::DW_AT_high_pc, &shndx2); local
835 if (high_pc == -1)
837 high_pc = die->uint_attribute(elfcpp::DW_AT_high_pc);
838 high_pc += low_pc;
841 if ((low_pc != 0 || high_pc != 0) && low_pc != -1)
845 gold_warning(_("%s: DWARF info may be corrupt; low_pc and high_pc "
853 ranges->add(shndx, low_pc, high_pc);
    [all...]

Completed in 1756 milliseconds