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

1 23 4 5 6 7 8 91011>>

  /external/lldb/source/Symbol/
Block.cpp 92 s->Printf(", parent = {0x%8.8" PRIx64 "}", parent_block->GetID());
197 s->Printf(", Block{0x%8.8" PRIx64 "}", GetID());
411 log->Printf ("warning: %s:%u block {0x%8.8" PRIx64 "} has range[%u] [0x%" PRIx64 " - 0x%" PRIx64 ") which is not contained in parent block {0x%8.8" PRIx64 "} in function {0x%8.8" PRIx64 "} from %s",
424 log->Printf ("warning: block {0x%8.8" PRIx64 "} has range[%u] [0x%" PRIx64 " - 0x%" PRIx64 ") which is not contained in parent block {0x%8.8" PRIx64 "} in function {0x%8.8" PRIx64 "} from % (…)
    [all...]
Symbol.cpp 219 s->Printf (", value = 0x%16.16" PRIx64, m_addr_range.GetBaseAddress().GetOffset());
226 s->Printf (", value = 0x%16.16" PRIx64, m_addr_range.GetBaseAddress().GetOffset());
264 " 0x%16.16" PRIx64 " 0x%8.8x %s\n";
273 "0x%16.16" PRIx64 " Sibling -> [%5llu] 0x%8.8x %s\n":
274 "0x%16.16" PRIx64 " 0x%16.16" PRIx64 " 0x%8.8x %s\n";
  /external/lldb/source/Target/
ThreadPlanStepThrough.cpp 69 log->Printf ("Setting backstop breakpoint %d at address: 0x%" PRIx64, m_backstop_bkpt_id, m_backstop_addr);
107 log->Printf ("Found step through plan from 0x%" PRIx64 ": %s", current_address, s.GetData());
111 log->Printf ("Couldn't find step through plan from address 0x%" PRIx64 ".", current_address);
SectionLoadList.cpp 67 log->Printf ("SectionLoadList::%s (section = %p (%s.%s), load_addr = 0x%16.16" PRIx64 ")",
113 module_sp->ReportWarning ("address 0x%16.16" PRIx64 " maps to more than one section: %s.%s and %s.%s",
174 log->Printf ("SectionLoadList::%s (section = %p (%s.%s), load_addr = 0x%16.16" PRIx64 ")",
253 s.Printf("addr = 0x%16.16" PRIx64 ", section = %p: ", pos->first, pos->second.get());
Memory.cpp 134 error.SetErrorStringWithFormat("memory read failed for 0x%" PRIx64, curr_addr);
334 log->Printf ("AllocatedBlock::ReserveBlock (size = %u (0x%x)) => 0x%16.16" PRIx64, size, size, (uint64_t)addr);
351 log->Printf ("AllocatedBlock::FreeBlock (addr = 0x%16.16" PRIx64 ") => %i", (uint64_t)addr, success);
398 log->Printf ("Process::DoAllocateMemory (byte_size = 0x%8.8zx, permissions = %s) => 0x%16.16" PRIx64,
436 log->Printf ("AllocatedMemoryCache::AllocateMemory (byte_size = 0x%8.8zx, permissions = %s) => 0x%16.16" PRIx64, byte_size, GetPermissionsAsCString(permissions), (uint64_t)addr);
457 log->Printf("AllocatedMemoryCache::DeallocateMemory (addr = 0x%16.16" PRIx64 ") => %i", (uint64_t)addr, success);
  /external/elfutils/0.153/src/
readelf.c 791 printf (gettext (" Entry point address: %#" PRIx64 "\n"),
891 There are %d section headers, starting at offset %#" PRIx64 ":\n\
951 printf ("[%2zu] %-20s %-12s %0*" PRIx64 " %0*" PRIx64 " %0*" PRIx64
1002 printf (" %-14s 0x%06" PRIx64 " 0x%0*" PRIx64 " 0x%0*" PRIx64
1003 " 0x%06" PRIx64 " 0x%06" PRIx64 " %c%c%c 0x%" PRIx64 "\n"
    [all...]
  /external/vixl/test/
test-simulator-a64.cc 239 printf(" 0x%0*" PRIx64 ",\n",
253 printf("%s 0x%0*" PRIx64 " (%s %g):\n",
256 printf(" Expected: 0x%0*" PRIx64 " (%g)\n",
259 printf(" Found: 0x%0*" PRIx64 " (%g)\n",
350 printf(" 0x%0*" PRIx64 ",\n",
365 printf("%s 0x%0*" PRIx64 ", 0x%0*" PRIx64 " (%s %g %g):\n",
372 printf(" Expected: 0x%0*" PRIx64 " (%g)\n",
375 printf(" Found: 0x%0*" PRIx64 " (%g)\n",
477 printf(" 0x%0*" PRIx64 ",\n"
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAranges.cpp 121 log->Printf ("0x%8.8x: [0x%" PRIx64 " - 0x%" PRIx64 ")",
  /external/llvm/lib/DebugInfo/
DWARFFormValue.cpp 369 case DW_FORM_addr: OS << format("0x%016" PRIx64, uvalue); break;
374 OS << format("0x%016" PRIx64, Address);
385 case DW_FORM_data8: OS << format("0x%016" PRIx64, uvalue); break;
399 case DW_FORM_block: OS << format("<0x%" PRIx64 "> ", uvalue); break;
443 OS << format("0x%016" PRIx64, uvalue);
459 OS << format("cu + 0x%8.8" PRIx64, uvalue);
463 OS << format("cu + 0x%" PRIx64, uvalue);
483 OS << format(" => {0x%8.8" PRIx64 "}", uvalue + (cu ? cu->getOffset() : 0));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_print_pop.h 28 #undef PRIx64
32 #undef PRIX64
90 #define PRIx64 "llx"
94 #define PRIX64 "llX"
_mingw_print_push.h 28 #undef PRIx64
32 #undef PRIX64
89 #define PRIx64 "llx"
93 #define PRIX64 "llX"
  /external/lldb/source/Plugins/ABI/SysV-x86_64/
ABISysV_x86_64.cpp 318 s.Printf("ABISysV_x86_64::PrepareTrivialCall (tid = 0x%" PRIx64 ", sp = 0x%" PRIx64 ", func_addr = 0x%" PRIx64 ", return_addr = 0x%" PRIx64,
326 s.Printf (", arg1 = 0x%" PRIx64, (uint64_t)*arg1_ptr);
329 s.Printf (", arg2 = 0x%" PRIx64, (uint64_t)*arg2_ptr);
332 s.Printf (", arg3 = 0x%" PRIx64, (uint64_t)*arg3_ptr);
335 s.Printf (", arg4 = 0x%" PRIx64, (uint64_t)*arg4_ptr);
338 s.Printf (", arg5 = 0x%" PRIx64, (uint64_t)*arg5_ptr);
340 s.Printf (", arg6 = 0x%" PRIx64, (uint64_t)*arg6_ptr)
    [all...]
  /external/elfutils/0.153/libebl/
ebldynamictagname.c 126 snprintf (buf, len, gettext ("<unknown>: %#" PRIx64), tag);
  /external/f2fs-tools/mkfs/
f2fs_format.c 376 DBG(1, "\tFilling sit area at offset 0x%08"PRIx64"\n", sit_seg_addr);
412 DBG(1, "\tFilling nat area at offset 0x%08"PRIx64"\n", nat_seg_addr);
520 DBG(1, "\tWriting main segments, ckp at offset 0x%08"PRIx64"\n", cp_seg_blk_offset);
543 DBG(1, "\tWriting segment summary for data, ckp at offset 0x%08"PRIx64"\n", cp_seg_blk_offset);
554 DBG(1, "\tWriting segment summary, ckp at offset 0x%08"PRIx64"\n", cp_seg_blk_offset);
584 DBG(1, "\tWriting data sit for root, at offset 0x%08"PRIx64"\n", cp_seg_blk_offset);
598 DBG(1, "\tWriting Segment summary for node blocks, at offset 0x%08"PRIx64"\n", cp_seg_blk_offset);
609 DBG(1, "\tWriting Segment summary for data block (1/2), at offset 0x%08"PRIx64"\n", cp_seg_blk_offset);
619 DBG(1, "\tWriting Segment summary for data block (2/2), at offset 0x%08"PRIx64"\n", cp_seg_blk_offset);
627 DBG(1, "\tWriting cp page2, at offset 0x%08"PRIx64"\n", cp_seg_blk_offset)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
sample-parsing.c 218 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n",
238 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n",
245 pr_debug("parsing failed for sample_type %#"PRIx64"\n",
254 pr_debug("read_format %#"PRIx64"\n", read_format);
  /external/lldb/source/Commands/
CommandObjectMemory.cpp 645 result.AppendErrorWithFormat("end address (0x%" PRIx64 ") must be greater that the start address (0x%" PRIx64 ").\n", end_addr, addr);
651 result.AppendErrorWithFormat("specify either the end address (0x%" PRIx64 ") or the count (--count %lu), not both.\n", end_addr, item_count);
701 result.AppendErrorWithFormat("failed to read memory from 0x%" PRIx64 ".\n", addr);
708 result.AppendWarningWithFormat("Not all bytes (%lu/%lu) were able to be read from 0x%" PRIx64 ".\n", bytes_read, total_byte_size, addr);
722 result.AppendErrorWithFormat ("can't allocate 0x%" PRIx64 " bytes for the memory read buffer, specify a smaller size to read", (uint64_t)((item_byte_size+1) * item_count));
738 result.AppendErrorWithFormat("failed to read memory from 0x%" PRIx64 ".\n", addr);
744 result.AppendWarningWithFormat("unable to find a NULL terminated string at 0x%" PRIx64 ".Consider increasing the maximum read length.\n", data_addr);
826 name_strm.Printf ("0x%" PRIx64, item_addr);
    [all...]
  /external/lldb/source/Core/
AddressResolverFileLine.cpp 80 log->Printf ("error: Unable to resolve address at file address 0x%" PRIx64 " for %s:%d\n",
Value.cpp 488 error.SetErrorStringWithFormat ("unable to resolve the module for file address 0x%" PRIx64 " for variable '%s' in %s",
493 error.SetErrorStringWithFormat ("unable to resolve the module for file address 0x%" PRIx64 " in %s",
500 error.SetErrorStringWithFormat ("unable to resolve the module for file address 0x%" PRIx64 " for variable '%s'",
504 error.SetErrorStringWithFormat ("unable to resolve the module for file address 0x%" PRIx64, address);
583 error.SetErrorStringWithFormat("read memory from 0x%" PRIx64 " failed", (uint64_t)address);
598 error.SetErrorStringWithFormat("read memory from 0x%" PRIx64 " failed (%u of %u bytes read)",
605 error.SetErrorStringWithFormat("read memory from 0x%" PRIx64 " failed (invalid process)", (uint64_t)address);
  /external/lldb/source/Expression/
ClangUtilityFunction.cpp 144 logfile.Printf ("0x%16.16" PRIx64 ": func = %s, source =\n%s\n",
  /external/netperf/
netcpu_pstatnew.c 108 "\tidle[%d] = 0x%"PRIx64" ",
117 "user[%d] = 0x%"PRIx64" ",
126 "kern[%d] = 0x%"PRIx64" ",
135 "intr[%d] = 0x%"PRIx64"\n",
  /external/tcpdump/
print-mptcp.c 72 printf(" {0x%" PRIx64, EXTRACT_64BITS(mpc->sender_key));
74 printf(",0x%" PRIx64, EXTRACT_64BITS(mpc->receiver_key));
101 printf(" hmac 0x%" PRIx64 " nonce 0x%x",
264 printf(" key 0x%" PRIx64, EXTRACT_64BITS(opt + 4));
  /external/valgrind/main/none/tests/s390x/
cksm.c 133 printf("FAIL: addr: by-hand %"PRIx64" by-insn %"PRIx64"\n",
139 printf("FAIL: len: by-hand %"PRIx64" by-insn %"PRIx64"\n",
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 51 DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::MachThread ( process = %p, tid = 0x%8.8" PRIx64 ", seq_id = %u )", &m_process, m_unique_id, m_seq_id);
56 DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::~MachThread() for tid = 0x%8.8" PRIx64 " (%u)", m_unique_id, m_seq_id);
199 snprintf(g_basic_info_string, sizeof(g_basic_info_string), "Thread 0x%8.8" PRIx64 ": user=%f system=%f cpu=%d sleep_time=%d",
363 DNBLogThreaded("[%3u] #%3u tid: 0x%8.8" PRIx64 ", pc: 0x%16.16" PRIx64 ", sp: 0x%16.16" PRIx64 ", user: %d.%6.6d, system: %d.%6.6d, cpu: %2d, policy: %2d, run_state: %2d (%s), flags: %2d, suspend_count: %2d (current %2d), sleep_time: %d",
531 DNBLogThreadedIf(LOG_THREAD, "MachThread::SetState ( %s ) for tid = 0x%8.8" PRIx64 "", DNBStateAsString(state), m_unique_id);
  /external/qemu/target-i386/
helper.c 607 cpu_fprintf(f, "%-3s=%04x %016" PRIx64 " %08x %08x", name,
676 "RAX=%016" PRIx64 " RBX=%016" PRIx64 " RCX=%016" PRIx64 " RDX=%016" PRIx64 "\n"
677 "RSI=%016" PRIx64 " RDI=%016" PRIx64 " RBP=%016" PRIx64 " RSP=%016" PRIx64 "\n"
678 "R8 =%016" PRIx64 " R9 =%016" PRIx64 " R10=%016" PRIx64 " R11=%016" PRIx64 "\n
    [all...]
  /external/bison/lib/
inttypes.in.h 216 # if !defined PRIx64 || @PRI_MACROS_BROKEN@
217 # undef PRIx64
218 # define PRIx64 _PRIu64_PREFIX "x"
220 # if !defined PRIX64 || @PRI_MACROS_BROKEN@
221 # undef PRIX64
222 # define PRIX64 _PRIu64_PREFIX "X"
319 # define PRIxLEAST64 PRIx64
323 # define PRIXLEAST64 PRIX64
362 # define PRIxFAST8 PRIx64
370 # define PRIXFAST8 PRIX64
    [all...]

Completed in 579 milliseconds

1 23 4 5 6 7 8 91011>>