| /freebsd-12-stable/contrib/llvm-project/libunwind/src/ |
| D | UnwindLevel1.c | 83 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR in unwind_phase1() 84 ", func=%s, lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR "", in unwind_phase1() 179 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIxPTR in unwind_phase2() 180 ", func=%s, sp=0x%" PRIxPTR ", lsda=0x%" PRIxPTR in unwind_phase2() 181 ", personality=0x%" PRIxPTR, in unwind_phase2() 222 "user code with ip=0x%" PRIxPTR in unwind_phase2() 223 ", sp=0x%" PRIxPTR, in unwind_phase2() 271 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIxPTR in unwind_phase2_forced() 272 ", func=%s, lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR, in unwind_phase2_forced() 433 "_Unwind_GetLanguageSpecificData(context=%p) => 0x%" PRIxPTR, in _Unwind_GetLanguageSpecificData() [all …]
|
| D | Unwind-EHABI.cpp | 478 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR ", func=%s, " in unwind_phase1() 479 "lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR, in unwind_phase1() 595 "unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIxPTR ", func=%s, sp=0x%" PRIxPTR ", " in unwind_phase2() 596 "lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR "", in unwind_phase2() 638 "user code with ip=0x%" PRIxPTR ", sp=0x%" PRIxPTR, in unwind_phase2()
|
| D | UnwindLevel1-gcc-ext.c | 170 " _backtrace: start_ip=0x%" PRIxPTR ", func=%s, lsda=0x%" PRIxPTR ", context=%p", in _Unwind_Backtrace() 216 _LIBUNWIND_TRACE_API("_Unwind_GetCFA(context=%p) => 0x%" PRIxPTR, in _Unwind_GetCFA()
|
| D | Unwind-seh.cpp | 423 "_Unwind_GetLanguageSpecificData(context=%p) => 0x%" PRIxPTR, in _Unwind_GetLanguageSpecificData() 434 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%" PRIxPTR, in _Unwind_GetRegionStart()
|
| D | libunwind.cpp | 109 _LIBUNWIND_TRACE_API("__unw_set_reg(cursor=%p, regNum=%d, value=0x%" PRIxPTR in _LIBUNWIND_WEAK_ALIAS()
|
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | trap.c | 519 printf(" virtual address = 0x%" PRIxPTR "\n", frame->dar); in printtrap() 524 printf(" virtual address = 0x%" PRIxPTR "\n", frame->srr0); in printtrap() 530 printf(" srr0 = 0x%" PRIxPTR " (0x%" PRIxPTR ")\n", in printtrap() 533 printf(" current msr = 0x%" PRIxPTR "\n", mfmsr()); in printtrap() 534 printf(" lr = 0x%" PRIxPTR " (0x%" PRIxPTR ")\n", in printtrap()
|
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/ |
| D | malloc_io.h | 31 # define FMTxPTR PRIxPTR
|
| /freebsd-12-stable/sys/sparc64/include/ |
| D | _inttypes.h | 119 #define PRIxPTR "lx" /* uintptr_t */ macro
|
| /freebsd-12-stable/sys/arm64/include/ |
| D | _inttypes.h | 117 #define PRIxPTR "lx" /* uintptr_t */ macro
|
| /freebsd-12-stable/sys/riscv/include/ |
| D | _inttypes.h | 117 #define PRIxPTR "lx" /* uintptr_t */ macro
|
| /freebsd-12-stable/sys/arm/include/ |
| D | _inttypes.h | 119 #define PRIxPTR "x" /* uintptr_t */ macro
|
| /freebsd-12-stable/sys/mips/include/ |
| D | _inttypes.h | 128 #define PRIxPTR __PRIptr"x" /* uintptr_t */ macro
|
| /freebsd-12-stable/sys/x86/include/ |
| D | _inttypes.h | 127 #define PRIxPTR __PRIptr"x" /* uintptr_t */ macro
|
| /freebsd-12-stable/sys/powerpc/include/ |
| D | _inttypes.h | 127 #define PRIxPTR __PRIptr"x" /* uintptr_t */ macro
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | IRMemoryMap.cpp | 331 "IRMemoryMap::%s process_sp=0x%" PRIxPTR in Malloc() 580 "IRMemoryMap::WriteMemory (0x%" PRIx64 ", 0x%" PRIxPTR in WriteMemory() 711 "IRMemoryMap::ReadMemory (0x%" PRIx64 ", 0x%" PRIxPTR in ReadMemory()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| D | SymbolicFile.h | 46 OS << "(" << format("0x%08" PRIxPTR, D.p) << " (" << format("0x%08x", D.d.a)
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | cinttypes | 110 PRIxPTR
|
| /freebsd-12-stable/contrib/netbsd-tests/include/ |
| D | t_inttypes.c | 147 PRINT(PRIxPTR, uip); in ATF_TC_BODY()
|
| /freebsd-12-stable/contrib/dma/ |
| D | spool.c | 247 if (asprintf(&it->queueid, "%s.%"PRIxPTR, queue->id, (uintptr_t)it) <= 0) in linkspool()
|
| /freebsd-12-stable/sys/powerpc/booke/ |
| D | pmap.c | 4149 printf("mapped size 0x%"PRIxPTR" (wasted space 0x%"PRIxPTR")\n", in tlb1_mapin_region()
|
| /freebsd-12-stable/sys/powerpc/aim/ |
| D | mmu_oea64.c | 1885 KASSERT(pvo != NULL, ("moea64_kextract: no addr found for %#" PRIxPTR, in moea64_kextract()
|