| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindLevel1.c | 140 "unwind_phase1(ex_obj=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR in unwind_phase1() 141 ", func=%s, lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR "", in unwind_phase1() 253 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_obj=%p): start_ip=0x%" PRIxPTR in unwind_phase2() 254 ", func=%s, sp=0x%" PRIxPTR ", lsda=0x%" PRIxPTR in unwind_phase2() 255 ", personality=0x%" PRIxPTR, in unwind_phase2() 312 "user code with ip=0x%" PRIxPTR in unwind_phase2() 313 ", sp=0x%" PRIxPTR, in unwind_phase2() 371 "unwind_phase2_forced(ex_obj=%p): start_ip=0x%" PRIxPTR in unwind_phase2_forced() 372 ", func=%s, lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR, in unwind_phase2_forced() 534 "_Unwind_GetLanguageSpecificData(context=%p) => 0x%" PRIxPTR, in _Unwind_GetLanguageSpecificData() [all …]
|
| H A D | Unwind-EHABI.cpp | 500 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR ", func=%s, " in unwind_phase1() 501 "lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR, in unwind_phase1() 619 "unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIxPTR ", func=%s, sp=0x%" PRIxPTR ", " in unwind_phase2() 620 "lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR "", in unwind_phase2() 663 "user code with ip=0x%" PRIxPTR ", sp=0x%" PRIxPTR, in unwind_phase2() 729 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIxPTR in unwind_phase2_forced() 730 ", func=%s, lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR, in unwind_phase2_forced()
|
| H A D | Unwind-sjlj.c | 411 "=> 0x%" PRIxPTR, in _Unwind_GetLanguageSpecificData() 430 _LIBUNWIND_TRACE_API("_Unwind_SetGR(context=%p, reg=%d, value=0x%" PRIxPTR in _Unwind_SetGR() 441 _LIBUNWIND_TRACE_API("_Unwind_GetIP(context=%p) => 0x%" PRIxPTR, in _Unwind_GetIP() 454 _LIBUNWIND_TRACE_API("_Unwind_GetIPInfo(context=%p, %p) => 0x%" PRIxPTR, in _Unwind_GetIPInfo() 464 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%" PRIxPTR ")", in _Unwind_SetIP()
|
| H A D | Unwind-seh.cpp | 309 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIxPTR in unwind_phase2_forced() 310 ", func=%s, lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR, in unwind_phase2_forced() 484 "_Unwind_GetLanguageSpecificData(context=%p) => 0x%" PRIxPTR, in _Unwind_GetLanguageSpecificData() 495 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%" PRIxPTR, in _Unwind_GetRegionStart()
|
| H A D | UnwindLevel1-gcc-ext.c | 195 " _backtrace: start_ip=0x%" PRIxPTR ", func=%s, lsda=0x%" PRIxPTR ", context=%p", in _Unwind_Backtrace() 241 _LIBUNWIND_TRACE_API("_Unwind_GetCFA(context=%p) => 0x%" PRIxPTR, in _Unwind_GetCFA()
|
| H A D | libunwind.cpp | 115 _LIBUNWIND_TRACE_API("__unw_set_reg(cursor=%p, regNum=%d, value=0x%" PRIxPTR in _LIBUNWIND_WEAK_ALIAS()
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | trap.c | 587 printf(" virtual address = 0x%" PRIxPTR "\n", frame->dar); in printtrap() 592 printf(" virtual address = 0x%" PRIxPTR "\n", frame->srr0); in printtrap() 596 printf(" srr0 = 0x%" PRIxPTR " (0x%" PRIxPTR ")\n", in printtrap() 599 printf(" current msr = 0x%" PRIxPTR "\n", mfmsr()); in printtrap() 600 printf(" lr = 0x%" PRIxPTR " (0x%" PRIxPTR ")\n", in printtrap()
|
| /freebsd/stand/efi/acpica/ |
| H A D | acpi_detect.c | 50 sprintf(buf, "0x%016"PRIxPTR, (uintptr_t)rsdp); in acpi_detect()
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | malloc_io.h | 33 # define FMTxPTR PRIxPTR
|
| /freebsd/sys/arm64/include/ |
| H A D | _inttypes.h | 120 #define PRIxPTR "lx" /* uintptr_t */ macro
|
| /freebsd/sys/arm/include/ |
| H A D | _inttypes.h | 118 #define PRIxPTR "x" /* uintptr_t */ macro
|
| /freebsd/sys/riscv/include/ |
| H A D | _inttypes.h | 116 #define PRIxPTR "lx" /* uintptr_t */ macro
|
| /freebsd/sys/powerpc/include/ |
| H A D | _inttypes.h | 126 #define PRIxPTR __PRIptr"x" /* uintptr_t */ macro
|
| /freebsd/sys/x86/include/ |
| H A D | _inttypes.h | 126 #define PRIxPTR __PRIptr"x" /* uintptr_t */ macro
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 362 "IRMemoryMap::%s process_sp=0x%" PRIxPTR in Malloc() 607 "IRMemoryMap::WriteMemory (0x%" PRIx64 ", 0x%" PRIxPTR in WriteMemory() 731 "IRMemoryMap::ReadMemory (0x%" PRIx64 ", 0x%" PRIxPTR in ReadMemory()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | SymbolicFile.h | 49 OS << "(" << format("0x%08" PRIxPTR, D.p) << " (" << format("0x%08x", D.d.a)
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cinttypes | 110 PRIxPTR
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cinttypes | 110 PRIxPTR
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_trace.c | 263 fprintf(fp, "%#" PRIxPTR ":", in _nc_va_tracef()
|
| /freebsd/contrib/netbsd-tests/include/ |
| H A D | t_inttypes.c | 147 PRINT(PRIxPTR, uip); in ATF_TC_BODY()
|
| /freebsd/contrib/dma/ |
| H A D | spool.c | 247 if (asprintf(&it->queueid, "%s.%"PRIxPTR, queue->id, (uintptr_t)it) <= 0) in linkspool()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | inttypes-macros.h | 281 #define PRIxPTR __UINTPTR_FMTx__ macro
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 138 # undef PRIxPTR /* gcc bug fixed in 12.x */ 139 # define PRIxPTR "lX" macro 145 #ifndef PRIxPTR 146 # define PRIxPTR "lx" macro
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | comp_parse.c | 229 PRIxPTR ")"), in _nc_read_entry_source()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSpecialSymbolMap.inc | 657 SYMBOL(PRIxPTR, None, <cinttypes>) 658 SYMBOL(PRIxPTR, None, <inttypes.h>)
|