HomeSort by relevance Sort by last modified time
    Searched full:high_pc (Results 1 - 16 of 16) 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/llvm/test/DebugInfo/Inputs/
dwarfdump-inl-test.cc 18 // $ gcc dwarfdump-inl-test.cc -o dwarfdump-inl-test.high_pc.elf-x86-64 -g -O2 -fPIC -shared
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAranges.h 47 dw_addr_t high_pc);
DWARFDebugAranges.cpp 129 DWARFDebugAranges::AppendRange (dw_offset_t offset, dw_addr_t low_pc, dw_addr_t high_pc)
131 if (high_pc > low_pc)
132 m_aranges.Append(RangeToDIE::Entry (low_pc, high_pc - low_pc, offset));
  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.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
  /art/compiler/
oat_writer.h 100 DebugInfo(const std::string& method_name, uint32_t low_pc, uint32_t high_pc)
101 : method_name_(method_name), low_pc_(low_pc), high_pc_(high_pc) {
elf_writer_quick.cc 1062 uint32_t high_pc = 0; local
    [all...]
  /external/llvm/test/DebugInfo/X86/
debug-dead-local-var.ll 15 ; going to emit a low/high_pc for foo.
  /external/llvm/test/DebugInfo/
llvm-symbolizer.test 12 RUN: echo "%p/Inputs/dwarfdump-inl-test.high_pc.elf-x86-64 0x568" >> %t.input
  /external/elfutils/0.153/src/
nm.c 682 decl_line, low_pc, and high_pc. */
    [all...]
readelf.c     [all...]
  /prebuilts/sdk/tools/linux/
arm-linux-androideabi-ld 
i686-linux-android-ld 

Completed in 429 milliseconds