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

  /external/elfutils/tests/
run-show-ciefde.sh 38 FDE[0]: low_pc = 0x804842c, length = 41
73 FDE[0]: low_pc = 0x80493fc, length = 154
77 FDE[1]: low_pc = 0x8049498, length = 49
81 FDE[2]: low_pc = 0x80494d4, length = 23
85 FDE[3]: low_pc = 0x80494f0, length = 26
89 FDE[4]: low_pc = 0x8049560, length = 85
93 FDE[5]: low_pc = 0x80495c0, length = 66
97 FDE[6]: low_pc = 0x8049610, length = 28
101 FDE[7]: low_pc = 0x8049630, length = 31
105 FDE[8]: low_pc = 0x80496e0, length = 7
    [all...]
run-show-die-info.sh 38 Attrs : name stmt_list low_pc high_pc language comp_dir producer
48 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
62 Attrs : name stmt_list low_pc high_pc language comp_dir producer
72 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
86 Attrs : name stmt_list low_pc high_pc language comp_dir producer
96 Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type
136 Attrs : name stmt_list low_pc high_pc language comp_dir producer
146 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
gmon_out.h 63 char low_pc[sizeof (char *)]; /* base pc address of sample buffer */ member in struct:gmon_hist_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon_out.h 63 char low_pc[sizeof (char *)]; /* base pc address of sample buffer */ member in struct:gmon_hist_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon_out.h 63 char low_pc[sizeof (char *)]; /* base pc address of sample buffer */ member in struct:gmon_hist_hdr
  /external/oprofile/pp/
opgprof.cpp 141 bfd_vma low_pc; local
151 get_vma_range(low_pc, high_pc, samples);
153 cverb << vdebug << "low_pc: " << hex << low_pc << " " << "high_pc: "
156 // round-down low_pc to ensure bin number is correct in the inner loop
157 low_pc = (low_pc / multiplier) * multiplier;
161 cverb << vdebug << "low_pc: " << hex << low_pc << " " << "high_pc: "
164 size_t histsize = (high_pc - low_pc) / multiplier
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.h 74 void appendRange(uint32_t cu_offset, uint64_t low_pc, uint64_t high_pc);
DWARFDebugAranges.cpp 120 void DWARFDebugAranges::appendRange(uint32_t offset, uint64_t low_pc,
123 if (Aranges.back().Offset == offset && Aranges.back().HiPC() == low_pc) {
128 Aranges.push_back(Range(low_pc, high_pc, offset));
  /external/qemu/elff/
dwarf_die.cc 149 /* This DIE doesn't have ranges. Lets see if it has low_pc and high_pc
151 DIEAttrib low_pc; local
153 if (!get_attrib(DW_AT_low_pc, &low_pc) ||
155 address < low_pc.value()->u64 ||
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 151 /* This DIE doesn't have ranges. Lets see if it has low_pc and high_pc
153 DIEAttrib low_pc; local
155 if (!get_attrib(DW_AT_low_pc, &low_pc) ||
157 address < low_pc.value()->u64 ||

Completed in 721 milliseconds