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

  /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/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 ||
  /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...]

Completed in 847 milliseconds