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

  /external/oprofile/pp/
opgprof.cpp 142 bfd_vma high_pc; local
151 get_vma_range(low_pc, high_pc, samples);
153 cverb << vdebug << "low_pc: " << hex << low_pc << " " << "high_pc: "
154 << high_pc << dec << endl;
158 // round-up high_pc to ensure a correct histsize calculus
159 high_pc = ((high_pc + multiplier - 1) / multiplier) * multiplier;
161 cverb << vdebug << "low_pc: " << hex << low_pc << " " << "high_pc: "
162 << high_pc << dec << endl;
164 size_t histsize = (high_pc - low_pc) / multiplier
    [all...]
  /external/qemu/elff/
dwarf_die.cc 149 /* This DIE doesn't have ranges. Lets see if it has low_pc and high_pc
152 DIEAttrib high_pc; local
154 !get_attrib(DW_AT_high_pc, &high_pc) ||
156 address >= high_pc.value()->u64) {
dwarf_die.h 104 * True, if this DIE address ranges (including low_pc, high_pc attributes)
  /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
154 DIEAttrib high_pc; local
156 !get_attrib(DW_AT_high_pc, &high_pc) ||
158 address >= high_pc.value()->u64) {
dwarf_die.h 104 * True, if this DIE address ranges (including low_pc, high_pc attributes)
  /external/elfutils/tests/
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...]
show-die-info.c 119 { DW_AT_high_pc, "high_pc" },
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 121 uint64_t high_pc) {
124 Aranges.back().setHiPC(high_pc);
128 Aranges.push_back(Range(low_pc, high_pc, offset));
DWARFDebugAranges.h 74 void appendRange(uint32_t cu_offset, uint64_t low_pc, uint64_t high_pc);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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
  /external/elfutils/src/
nm.c 656 decl_line, low_pc, and high_pc. */
    [all...]
readelf.c     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 546 // For now, use the first instruction range and emit low_pc/high_pc pair and
    [all...]
  /prebuilts/sdk/tools/linux/
arm-linux-androideabi-ld 
i686-linux-android-ld 

Completed in 450 milliseconds