HomeSort by relevance Sort by last modified time
    Searched refs:PRIx64 (Results 76 - 100 of 410) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/lldb/source/Expression/
Materializer.cpp 98 log->Printf("Allocated %s (0x%" PRIx64 ") sucessfully", m_persistent_variable_sp->GetName().GetCString(), mem);
157 log->Printf("EntityPersistentVariable::Materialize [address = 0x%" PRIx64 ", m_name = %s, m_flags = 0x%hx]",
207 log->Printf("EntityPersistentVariable::Dematerialize [address = 0x%" PRIx64 ", m_name = %s, m_flags = 0x%hx]",
273 log->Printf("Dematerializing %s from 0x%" PRIx64 " (size = %llu)", m_persistent_variable_sp->GetName().GetCString(), (uint64_t)mem, (unsigned long long)m_persistent_variable_sp->GetByteSize());
330 dump_stream.Printf("0x%" PRIx64 ": EntityPersistentVariable (%s)\n", load_addr, m_persistent_variable_sp->GetName().AsCString());
428 log->Printf("EntityVariable::Materialize [address = 0x%" PRIx64 ", m_variable_sp = %s]",
554 log->Printf("EntityVariable::Dematerialize [address = 0x%" PRIx64 ", m_variable_sp = %s]",
616 dump_stream.Printf("0x%" PRIx64 ": EntityVariable\n", load_addr);
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextLLDB.cpp 215 UnwindLogMsg ("cfa_regval = 0x%16.16" PRIx64 " (cfa_regval = 0x%16.16" PRIx64 ", cfa_offset = %i)", m_cfa, cfa_regval, cfa_offset);
216 UnwindLogMsg ("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64 " using %s UnwindPlan",
256 UnwindLogMsg ("pc = 0x%16.16" PRIx64, pc);
259 UnwindLogMsg ("fp = 0x%16.16" PRIx64, reg_val);
261 UnwindLogMsg ("sp = 0x%16.16" PRIx64, reg_val);
299 UnwindLogMsg ("had a pc of 0x%" PRIx64 " which is not in executable memory but on frame 1 -- allowing it once.",
365 UnwindLogMsg ("initialized frame cfa is 0x%" PRIx64, (uint64_t) m_cfa);
512 UnwindLogMsg ("cfa_regval = 0x%16.16" PRIx64 " (cfa_regval = 0x%16.16" PRIx64 ", cfa_offset = %i)", m_cfa, cfa_regval, cfa_offset)
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 393 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " :
394 "\t\t\t%08" PRIx64 ": ";
518 outs() << format("%8" PRIx64 ":", SectionAddr + Index);
562 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 :
563 "%08" PRIx64;
616 outs() << format("%3d %-13s %08" PRIx64 " %016" PRIx64 " %s\n", i,
640 outs() << format("<skipping contents of bss section at [%04" PRIx64
641 ", %04" PRIx64 ")>\n", BaseAddr,
648 outs() << format(" %04" PRIx64 " ", BaseAddr + addr)
    [all...]
  /external/valgrind/main/memcheck/tests/vbit-test/
util.c 57 case 64: fprintf(fp, "%016"PRIx64, val.u64); break;
60 fprintf(fp, "%016"PRIx64, val.u128[1]);
61 fprintf(fp, "%016"PRIx64, val.u128[0]);
63 fprintf(fp, "%016"PRIx64, val.u128[0]);
64 fprintf(fp, "%016"PRIx64, val.u128[1]);
69 fprintf(fp, "%016"PRIx64, val.u256[3]);
70 fprintf(fp, "%016"PRIx64, val.u256[2]);
71 fprintf(fp, "%016"PRIx64, val.u256[1]);
72 fprintf(fp, "%016"PRIx64, val.u256[0]);
74 fprintf(fp, "%016"PRIx64, val.u256[0])
    [all...]
vbits.c 44 case 64: fprintf(fp, "%016"PRIx64, v.bits.u64); break;
47 fprintf(fp, "%016"PRIx64, v.bits.u128[1]);
48 fprintf(fp, "%016"PRIx64, v.bits.u128[0]);
50 fprintf(fp, "%016"PRIx64, v.bits.u128[0]);
51 fprintf(fp, "%016"PRIx64, v.bits.u128[1]);
56 fprintf(fp, "%016"PRIx64, v.bits.u256[3]);
57 fprintf(fp, "%016"PRIx64, v.bits.u256[2]);
58 fprintf(fp, "%016"PRIx64, v.bits.u256[1]);
59 fprintf(fp, "%016"PRIx64, v.bits.u256[0]);
61 fprintf(fp, "%016"PRIx64, v.bits.u256[0])
    [all...]
  /external/chromium_org/base/debug/
trace_event_android.cc 33 base::StringAppendF(&out, "-%" PRIx64, static_cast<uint64>(id));
165 StringAppendF(&out, "-%" PRIx64, static_cast<uint64>(id_));
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 91 #ifndef PRIx64
92 #define PRIx64 "llx"
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 91 #ifndef PRIx64
92 #define PRIx64 "llx"
  /external/elfutils/0.153/src/
size.c 454 fmtstr = "%-*s %*" PRIx64 " %*" PRIx64 "\n";
480 printf ("%-*s %*" PRIx64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
503 fmtstr = "%" PRIx64 "(%s)";
533 printf (" = %#" PRIx64 "\n", total);
581 PRIx64 " %s",
646 printf (radix == radix_hex ? "%" PRIx64 "(%c%c%c)"
658 printf (" = %#" PRIx64 "\n", total);
  /external/lldb/source/Breakpoint/
BreakpointResolverFileLine.cpp 208 log->Printf ("Breakpoint at file address 0x%" PRIx64 " for %s:%d didn't pass the filter.\n",
217 log->Printf ("error: Unable to set breakpoint at file address 0x%" PRIx64 " for %s:%d\n",
BreakpointSite.cpp 85 s->Printf("BreakpointSite %u: addr = 0x%8.8" PRIx64 " type = %s breakpoint hw_index = %i hit_count = %-4u",
97 s->Printf ("breakpoint site: %d at 0x%8.8" PRIx64, GetID(), GetLoadAddress());
  /external/lldb/source/Core/
AddressRange.cpp 199 s->Printf("%p: AddressRange section = %p, offset = 0x%16.16" PRIx64 ", byte_size = 0x%16.16" PRIx64 "\n", this, m_base_addr.GetSection().get(), m_base_addr.GetOffset(), GetByteSize());
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 102 #define PRIx64 "I64x"
103 #define PRIX64 "I64X"
DataTypes.h.in 102 #define PRIx64 "I64x"
103 #define PRIX64 "I64X"
  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.cpp 25 OS << "Beginning address offset: " << format("0x%016" PRIx64, E.Begin)
28 << format("0x%016" PRIx64, E.End) << '\n';
DWARFDebugAbbrev.cpp 96 OS << format("Abbrev table for offset: 0x%8.8" PRIx64 "\n", I.first);
  /external/qemu/android/utils/
system.h 166 #ifndef PRIx64
167 # define PRIx64 "llx"
  /build/tools/fs_config/
fs_config.c 149 printf(" capabilities=0x%" PRIx64, capabilities);
  /external/f2fs-tools/mkfs/
f2fs_format_main.c 106 MSG(0, "\ttotal_sectors=%08"PRIx64" (%s bytes)\n",
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 496 "warning: unable to find and load segment named '%s' at 0x%" PRIx64 " in '%s' in macosx dynamic loader plug-in.\n",
    [all...]
  /external/lldb/source/Target/
ThreadPlanStepOverBreakpoint.cpp 52 s->Printf("Single stepping past breakpoint site %" PRIu64 " at 0x%" PRIx64, m_breakpoint_site_id, (uint64_t)m_breakpoint_addr);
ThreadSpec.cpp 143 s->Printf("tid: 0x%" PRIx64 " ", GetTID());
  /external/elfutils/0.153/libdwfl/
linux-proc-maps.c 175 if (sscanf (line, "%" PRIx64 "-%" PRIx64 " %*s %" PRIx64
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
session.c 720 printf("..... %2d: %016" PRIx64 "\n",
731 printf("..... %2"PRIu64": %016" PRIx64 " -> %016" PRIx64 "\n",
743 printf(".... %-5s 0x%" PRIx64 "\n",
753 printf("... user regs: mask 0x%" PRIx64 "\n", mask);
788 printf("...... time enabled %016" PRIx64 "\n",
792 printf("...... time running %016" PRIx64 "\n",
804 printf("..... id %016" PRIx64
805 ", value %016" PRIx64 "\n",
809 printf("..... id %016" PRIx64 ", value %016" PRIx64 "\n"
    [all...]
  /external/qemu/target-i386/
int_helper.c 325 printf("div: 0x%016" PRIx64 "%016" PRIx64 " / 0x%016" PRIx64 ": q=0x%016" PRIx64 " r=0x%016" PRIx64 "\n",

Completed in 730 milliseconds

1 2 34 5 6 7 8 91011>>