| /freebsd-head/contrib/llvm-project/libunwind/src/ |
| HD | UnwindLevel1.c | 137 "unwind_phase1(ex_obj=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR in unwind_phase1() 138 ", func=%s, lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR "", in unwind_phase1() 249 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_obj=%p): start_ip=0x%" PRIxPTR in unwind_phase2() 250 ", func=%s, sp=0x%" PRIxPTR ", lsda=0x%" PRIxPTR in unwind_phase2() 251 ", personality=0x%" PRIxPTR, in unwind_phase2() 308 "user code with ip=0x%" PRIxPTR in unwind_phase2() 309 ", sp=0x%" PRIxPTR, in unwind_phase2() 367 "unwind_phase2_forced(ex_obj=%p): start_ip=0x%" PRIxPTR in unwind_phase2_forced() 368 ", func=%s, lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR, in unwind_phase2_forced() 531 "_Unwind_GetLanguageSpecificData(context=%p) => 0x%" PRIxPTR, in _Unwind_GetLanguageSpecificData() [all …]
|
| HD | 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()
|
| HD | Unwind-sjlj.c | 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()
|
| HD | Unwind-seh.cpp | 267 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIxPTR in unwind_phase2_forced() 268 ", func=%s, lsda=0x%" PRIxPTR ", personality=0x%" PRIxPTR, in unwind_phase2_forced() 442 "_Unwind_GetLanguageSpecificData(context=%p) => 0x%" PRIxPTR, in _Unwind_GetLanguageSpecificData() 453 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%" PRIxPTR, in _Unwind_GetRegionStart()
|
| HD | 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()
|
| HD | libunwind.cpp | 115 _LIBUNWIND_TRACE_API("__unw_set_reg(cursor=%p, regNum=%d, value=0x%" PRIxPTR in _LIBUNWIND_WEAK_ALIAS()
|
| /freebsd-head/sys/powerpc/powerpc/ |
| HD | 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-head/contrib/jemalloc/include/jemalloc/internal/ |
| HD | malloc_io.h | 31 # define FMTxPTR PRIxPTR
|
| /freebsd-head/sys/arm/include/ |
| HD | _inttypes.h | 118 #define PRIxPTR "x" /* uintptr_t */ macro
|
| /freebsd-head/sys/riscv/include/ |
| HD | _inttypes.h | 116 #define PRIxPTR "lx" /* uintptr_t */ macro
|
| /freebsd-head/sys/arm64/include/ |
| HD | _inttypes.h | 120 #define PRIxPTR "lx" /* uintptr_t */ macro
|
| /freebsd-head/sys/powerpc/include/ |
| HD | _inttypes.h | 126 #define PRIxPTR __PRIptr"x" /* uintptr_t */ macro
|
| /freebsd-head/sys/x86/include/ |
| HD | _inttypes.h | 126 #define PRIxPTR __PRIptr"x" /* uintptr_t */ macro
|
| /freebsd-head/contrib/llvm-project/lldb/source/Expression/ |
| HD | IRMemoryMap.cpp | 356 "IRMemoryMap::%s process_sp=0x%" PRIxPTR in Malloc() 603 "IRMemoryMap::WriteMemory (0x%" PRIx64 ", 0x%" PRIxPTR in WriteMemory() 732 "IRMemoryMap::ReadMemory (0x%" PRIx64 ", 0x%" PRIxPTR in ReadMemory()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/ |
| HD | SymbolicFile.h | 48 OS << "(" << format("0x%08" PRIxPTR, D.p) << " (" << format("0x%08x", D.d.a)
|
| /freebsd-head/contrib/llvm-project/libcxx/include/ |
| HD | cinttypes | 110 PRIxPTR
|
| /freebsd-head/contrib/ncurses/ncurses/trace/ |
| HD | lib_trace.c | 263 fprintf(fp, "%#" PRIxPTR ":", in _nc_va_tracef()
|
| /freebsd-head/contrib/dma/ |
| HD | spool.c | 247 if (asprintf(&it->queueid, "%s.%"PRIxPTR, queue->id, (uintptr_t)it) <= 0) in linkspool()
|
| /freebsd-head/contrib/netbsd-tests/include/ |
| HD | t_inttypes.c | 147 PRINT(PRIxPTR, uip); in ATF_TC_BODY()
|
| /freebsd-head/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 129 # undef PRIxPTR /* gcc bug fixed in 12.x */ 130 # define PRIxPTR "lX" macro 136 #ifndef PRIxPTR 137 # define PRIxPTR "lx" macro
|
| /freebsd-head/contrib/ncurses/ncurses/tinfo/ |
| HD | comp_parse.c | 227 PRIxPTR ")"), in _nc_read_entry_source()
|
| /freebsd-head/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| HD | StdSpecialSymbolMap.inc | 570 SYMBOL(PRIxPTR, None, <cinttypes>) 571 SYMBOL(PRIxPTR, None, <inttypes.h>)
|
| /freebsd-head/sys/powerpc/booke/ |
| HD | pmap.c | 2823 printf("mapped size 0x%"PRIxPTR" (wasted space 0x%"PRIxPTR")\n", in tlb1_mapin_region()
|
| /freebsd-head/stand/efi/loader/ |
| HD | main.c | 1133 sprintf(buf, "0x%016"PRIxPTR, (uintptr_t)rsdp); in acpi_detect()
|
| /freebsd-head/sys/powerpc/aim/ |
| HD | mmu_oea64.c | 2239 KASSERT(pvo != NULL, ("moea64_kextract: no addr found for %#" PRIxPTR, in moea64_kextract()
|