Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/external/google-breakpad/src/processor/
Ddump_context.cc41 #define PRIx64 "llx" macro
361 printf(" float_save.fpregs[%2d] = 0x%" PRIx64 "\n", in Print()
381 printf(" context_flags = 0x%" PRIx64 "\n", in Print()
383 printf(" srr0 = 0x%" PRIx64 "\n", in Print()
385 printf(" srr1 = 0x%" PRIx64 "\n", in Print()
390 printf(" gpr[%2d] = 0x%" PRIx64 "\n", in Print()
393 printf(" cr = 0x%" PRIx64 "\n", context_ppc64->cr); in Print()
394 printf(" xer = 0x%" PRIx64 "\n", in Print()
396 printf(" lr = 0x%" PRIx64 "\n", context_ppc64->lr); in Print()
397 printf(" ctr = 0x%" PRIx64 "\n", in Print()
[all …]
/external/lldb/source/Target/
DThreadPlan.cpp162 …f("%s Thread #%u (0x%p): tid = 0x%4.4" PRIx64 ", pc = 0x%8.8" PRIx64 ", sp = 0x%8.8" PRIx64 ", fp … in WillResume()
242 …, "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in ValidatePlan()
249 …g->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in ValidatePlan()
261 …, "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in ShouldStop()
268 …g->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in ShouldStop()
280 …, "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in WillStop()
287 …g->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in WillStop()
299 …, "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in DoPlanExplainsStop()
306 …g->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in DoPlanExplainsStop()
320 …, "error: %s called on thread that has been destroyed (tid = 0x%" PRIx64 ", ptid = 0x%" PRIx64 ")", in MischiefManaged()
[all …]
/external/vboot_reference/futility/
Dvb1_helper.c69 Debug(" config file size=0x%" PRIx64 "\n", *config_size); in ReadConfigFile()
172 Debug(" kernel16_start=0x%" PRIx64 "\n", 0); in PickApartVmlinuz()
173 Debug(" kernel16_size=0x%" PRIx64 "\n", kernel32_start); in PickApartVmlinuz()
204 Debug(" kernel32_start=0x%" PRIx64 "\n", kernel32_start); in PickApartVmlinuz()
205 Debug(" kernel32_size=0x%" PRIx64 "\n", kernel32_size); in PickApartVmlinuz()
242 Debug("vmlinuz_header_size = 0x%" PRIx64 "\n", in UnpackKernelBlob()
244 Debug("vmlinuz_header_ofs = 0x%" PRIx64 "\n", now); in UnpackKernelBlob()
255 Debug("bootloader_size = 0x%" PRIx64 "\n", g_bootloader_size); in UnpackKernelBlob()
256 Debug("bootloader_ofs = 0x%" PRIx64 "\n", now); in UnpackKernelBlob()
262 Debug("param_ofs = 0x%" PRIx64 "\n", now); in UnpackKernelBlob()
[all …]
/external/llvm/lib/MC/
DMCInstPrinter.cpp80 return format("-0x%" PRIx64, -Value); in formatHex()
82 return format("0x%" PRIx64, Value); in formatHex()
86 return format("-0%" PRIx64 "h", -Value); in formatHex()
88 return format("-%" PRIx64 "h", -Value); in formatHex()
91 return format("0%" PRIx64 "h", Value); in formatHex()
93 return format("%" PRIx64 "h", Value); in formatHex()
102 return format("0x%" PRIx64, Value); in formatHex()
105 return format("0%" PRIx64 "h", Value); in formatHex()
107 return format("%" PRIx64 "h", Value); in formatHex()
/external/vixl/examples/
Dswap4.cc71 "x0 = 0x%" PRIx64 "\n" in main()
72 "x1 = 0x%" PRIx64 "\n" in main()
73 "x2 = 0x%" PRIx64 "\n" in main()
74 "x3 = 0x%" PRIx64 "\n", in main()
81 "x0 = 0x%" PRIx64 "\n" in main()
82 "x1 = 0x%" PRIx64 "\n" in main()
83 "x2 = 0x%" PRIx64 "\n" in main()
84 "x3 = 0x%" PRIx64 "\n", in main()
/external/libcxxabi/src/Unwind/
DUnwindLevel1.c73 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIx64 ", start_ip=0x%" PRIx64 in unwind_phase1()
74 ", func=%s, lsda=0x%" PRIx64 ", personality=0x%" PRIx64 "\n", in unwind_phase1()
168 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIx64 in unwind_phase2()
169 ", func=%s, sp=0x%" PRIx64 ", lsda=0x%" PRIx64 in unwind_phase2()
170 ", personality=0x%" PRIx64 "\n", in unwind_phase2()
211 "user code with ip=0x%" PRIx64 in unwind_phase2()
212 ", sp=0x%" PRIx64 "\n", in unwind_phase2()
261 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIx64 in unwind_phase2_forced()
262 ", func=%s, lsda=0x%" PRIx64 ", personality=0x%" PRIx64 "\n", in unwind_phase2_forced()
465 _LIBUNWIND_TRACE_API("_Unwind_GetGR(context=%p, reg=%d) => 0x%" PRIx64 "\n", in _Unwind_GetGR()
[all …]
DDwarfInstructions.hpp235 fprintf(stderr, "sp[] = 0x%" PRIx64 "\n", (uint64_t)(*t)); in evaluateExpression()
249 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
257 fprintf(stderr, "dereference 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
266 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
275 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression()
284 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
293 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression()
302 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
311 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression()
320 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
[all …]
/external/lldb/source/Host/common/
DMutex.cpp275 …DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p)...\n", Host::GetCurrentProcess… in Lock()
291 …DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p) => %i\n", Host::GetCurrentProc… in Lock()
311 …DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_trylock (%p) => %i\n", Host::GetCurrentP… in TryLock()
340 …DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_unlock (%p) => %i\n", Host::GetCurrentPr… in Unlock()
360 …printf("locking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID()… in Lock()
370 …printf("unlocking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID… in Unlock()
380 …printf("trylocking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessI… in TryLock()
/external/linux-tools-perf/src/tools/perf/tests/
Dvmlinux-kallsyms.c150 pr_debug("%#" PRIx64 ": diff end addr for %s v: %#" PRIx64 " k: %#" PRIx64 "\n", in test__vmlinux_matches_kallsyms()
182 pr_debug("%#" PRIx64 ": diff name v: %s k: %s\n", in test__vmlinux_matches_kallsyms()
186 pr_debug("%#" PRIx64 ": %s not on kallsyms\n", in test__vmlinux_matches_kallsyms()
229 pr_info(" %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as", in test__vmlinux_matches_kallsyms()
232 pr_info(":\n*%" PRIx64 "-%" PRIx64 " %" PRIx64, in test__vmlinux_matches_kallsyms()
/external/elfutils/src/tests/
Ddwflmodtest.c96 printf (" %#" PRIx64 "..%#" PRIx64, lo, hi); in print_instance()
98 printf (" => %#" PRIx64 "\n", entry); in print_instance()
148 printf (" %#" PRIx64 "..%#" PRIx64 " => %#" PRIx64 "\n", in print_func()
171 printf ("module: %30s %08" PRIx64 "..%08" PRIx64 " %s %s\n", in list_module()
183 printf ("module: %30s %08" PRIx64 " %s %" PRIx64 " (%s)\n", in print_module()
Dvarlocs.c55 printf ("%*s[%" PRIx64 "] %s '%s'@%" PRIx64 "\n", indent * 2, "", in print_die()
58 printf ("%*s[%" PRIx64 "] %s '%s'\n", indent * 2, "", in print_die()
99 printf ("{%s,%s,%" PRIu64 "@[%" PRIx64 "]}", in print_base_type()
145 printf (" [%" PRIx64 ",%" PRIx64 ") ", begin, end); in print_expr_block_addrs()
226 error (EXIT_FAILURE, 0, "dwarf_cfi_addrframe 0x%" PRIx64 ": %s", in print_expr()
232 error (EXIT_FAILURE, 0, "dwarf_frame_cfa 0x%" PRIx64 ": %s", in print_expr()
251 printf ("%s(0x%" PRIx64 ")", opname, (Dwarf_Addr) expr->number); in print_expr()
294 printf ("%s([%" PRIx64 "]) ", opname, dwarf_dieoffset (&call_die)); in print_expr()
394 printf ("%s([%" PRIx64 "],%" PRId64 ") ", opname, in print_expr()
412 "dwarf_getlocation_addr attrval at addr 0x%" PRIx64 in print_expr()
[all …]
Dsectiondump.c95 "flags = %" PRIx64 "\n" in handle_section()
96 "addr = %" PRIx64 "\n" in handle_section()
97 "offset = %" PRIx64 "\n" in handle_section()
101 "addralign = %" PRIx64 "\n" in handle_section()
175 printf ("%5Zu: %*" PRIx64 " %6" PRIx64 " %4d\n", in print_symtab()
Daddrscopes.c42 printf ("%s%#" PRIx64 " (%s:%d:%d)", in paddr()
45 printf ("%s%#" PRIx64 " (%s:%d)", in paddr()
49 printf ("%s%#" PRIx64, prefix, addr); in paddr()
62 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "", in print_vars()
107 printf ("%#" PRIx64 ": not in any scope\n", pc); in handle_address()
110 printf ("%#" PRIx64 ":\n", pc); in handle_address()
Dfuncscopes.c43 printf ("%s%#" PRIx64 " (%s:%d:%d)", in paddr()
46 printf ("%s%#" PRIx64 " (%s:%d)", in paddr()
50 printf ("%s%#" PRIx64, prefix, addr); in paddr()
64 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "", in print_vars()
137 printf ("%s: %#" PRIx64 " .. %#" PRIx64 "\n", modname, start, end); in handle_function()
/external/vixl/test/
Dtest-utils-a64.cc65 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in Equal64()
75 printf("Expected 0x%016" PRIx64 "%016" PRIx64 "\t " in Equal128()
76 "Found 0x%016" PRIx64 "%016" PRIx64 "\n", in Equal128()
108 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualFP64()
111 printf("Expected %.17f (0x%016" PRIx64 ")\t " in EqualFP64()
112 "Found %.17f (0x%016" PRIx64 ")\n", in EqualFP64()
126 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n", in Equal32()
161 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n", in EqualFP32()
225 printf("x%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
235 printf("d%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp117 …tf ("Stepping to implementation of ObjC method - obj: 0x%llx, isa: 0x%" PRIx64 ", sel: 0x%" PRIx64, in GetDescription()
187 …log->Printf ("Implementation lookup returned msgForward function: 0x%" PRIx64 ", stopping.", targe… in ShouldStop()
203 log->Printf("Running to ObjC method implementation: 0x%" PRIx64, target_addr); in ShouldStop()
209 …log->Printf("Adding {isa-addr=0x%" PRIx64 ", sel-addr=0x%" PRIx64 "} = addr=0x%" PRIx64 " to cache… in ShouldStop()
/external/strace/
Dmtd.c83 tprintf(", padding=%#" PRIx64 "}", in mtd_ioctl()
102 tprintf(", {start=%#" PRIx64 ", length=%#" PRIx64 "}", in mtd_ioctl()
120 tprintf(", {start=%#" PRIx64 ", length=%#" PRIx64 ", ptr=...}", in mtd_ioctl()
207 tprintf(", {start=%#" PRIx64 ", len=%#" PRIx64, in mtd_ioctl()
209 tprintf(", ooblen=%#" PRIx64 ", usr_data=%#" PRIx64, in mtd_ioctl()
211 tprintf(", usr_oob=%#" PRIx64 ", mode=", in mtd_ioctl()
354 tprintf(", value=%#" PRIx64 "}", (uint64_t)prop.value); in ubi_ioctl()
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.cpp311 log->Printf(" Address: %" PRIx64, GetRendezvousAddress()); in DumpToLog()
313 log->Printf(" Link : %" PRIx64, GetLinkMapAddress()); in DumpToLog()
314 log->Printf(" Break : %" PRIx64, GetBreakAddress()); in DumpToLog()
315 log->Printf(" LDBase : %" PRIx64, GetLDBase()); in DumpToLog()
330 log->Printf(" Base : %" PRIx64, I->base_addr); in DumpToLog()
331 log->Printf(" Path : %" PRIx64, I->path_addr); in DumpToLog()
332 log->Printf(" Dyn : %" PRIx64, I->dyn_addr); in DumpToLog()
333 log->Printf(" Next : %" PRIx64, I->next); in DumpToLog()
334 log->Printf(" Prev : %" PRIx64, I->prev); in DumpToLog()
/external/lldb/source/Expression/
DIRMemoryMap.cpp343 … log->Printf("IRMemoryMap::Malloc (%" PRIu64 ", 0x%" PRIx64 ", 0x%" PRIx64 ", %s) -> 0x%" PRIx64, in Malloc()
414 log->Printf("IRMemoryMap::Free (0x%" PRIx64 ") freed [0x%" PRIx64 "..0x%" PRIx64 ")", in Free()
495 …Printf("IRMemoryMap::WriteMemory (0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRId64 ") went to [0x%" PRIx6… in WriteMemory()
628 …Printf("IRMemoryMap::ReadMemory (0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRId64 ") came from [0x%" PRIx… in ReadMemory()
702 …rorStringWithFormat("Couldn't find an allocation containing [0x%" PRIx64 "..0x%" PRIx64 ")", proce… in GetMemoryData()
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp113 … log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has vtable symbol '%s'\n", in GetDynamicTypeAndAddress()
151 log->Printf("0x%16.16" PRIx64 ": is not dynamic\n", original_ptr); in GetDynamicTypeAndAddress()
158 …log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has dynamic type: uid={0x%" PRIx64 "}, type-n… in GetDynamicTypeAndAddress()
177 …log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types: uid={0x%… in GetDynamicTypeAndAddress()
194 …log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types, picking … in GetDynamicTypeAndAddress()
208 …log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types, didn't f… in GetDynamicTypeAndAddress()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp50 ? "%08x %08" PRIx64 " %08" PRIx64 "\n" in dump()
51 : "%08x %016" PRIx64 " %016" PRIx64 "\n"); in dump()
/external/v8/test/cctest/
Dtest-utils-arm64.cc53 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in Equal64()
85 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualFP64()
88 printf("Expected %.17f (0x%016" PRIx64 ")\t " in EqualFP64()
89 "Found %.17f (0x%016" PRIx64 ")\n", in EqualFP64()
103 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n", in Equal32()
129 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n", in EqualFP32()
193 printf("x%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
203 printf("d%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
/external/tcpdump/win32/Include/
Dbittypes.h73 #ifndef PRIx64
75 #define PRIx64 "I64x" macro
77 #define PRIx64 "llx" macro
/external/libpcap/Win32/Include/
Dbittypes.h73 #ifndef PRIx64
75 #define PRIx64 "I64x" macro
77 #define PRIx64 "llx" macro
/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp332 …ython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ", 0x%" PRIx64 ", reg_data_addr = 0x%" PR… in CreateRegisterContextForThread()
343 …OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ", 0x%" PRIx64 ") fetchin… in CreateRegisterContextForThread()
367 …log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ") forcing … in CreateRegisterContextForThread()
389 …og->Printf ("OperatingSystemPython::CreateThread (tid = 0x%" PRIx64 ", context = 0x%" PRIx64 ") fe… in CreateThread()

12345678910>>...13