Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libunwind/src/
HDUnwindLevel1.c137 "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 …]
HDUnwind-EHABI.cpp500 "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()
HDUnwind-sjlj.c430 _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()
HDUnwind-seh.cpp267 "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()
HDUnwindLevel1-gcc-ext.c195 " _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()
HDlibunwind.cpp115 _LIBUNWIND_TRACE_API("__unw_set_reg(cursor=%p, regNum=%d, value=0x%" PRIxPTR in _LIBUNWIND_WEAK_ALIAS()
/freebsd-head/sys/powerpc/powerpc/
HDtrap.c587 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/
HDmalloc_io.h31 # define FMTxPTR PRIxPTR
/freebsd-head/sys/arm/include/
HD_inttypes.h118 #define PRIxPTR "x" /* uintptr_t */ macro
/freebsd-head/sys/riscv/include/
HD_inttypes.h116 #define PRIxPTR "lx" /* uintptr_t */ macro
/freebsd-head/sys/arm64/include/
HD_inttypes.h120 #define PRIxPTR "lx" /* uintptr_t */ macro
/freebsd-head/sys/powerpc/include/
HD_inttypes.h126 #define PRIxPTR __PRIptr"x" /* uintptr_t */ macro
/freebsd-head/sys/x86/include/
HD_inttypes.h126 #define PRIxPTR __PRIptr"x" /* uintptr_t */ macro
/freebsd-head/contrib/llvm-project/lldb/source/Expression/
HDIRMemoryMap.cpp356 "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/
HDSymbolicFile.h48 OS << "(" << format("0x%08" PRIxPTR, D.p) << " (" << format("0x%08x", D.d.a)
/freebsd-head/contrib/llvm-project/libcxx/include/
HDcinttypes110 PRIxPTR
/freebsd-head/contrib/ncurses/ncurses/trace/
HDlib_trace.c263 fprintf(fp, "%#" PRIxPTR ":", in _nc_va_tracef()
/freebsd-head/contrib/dma/
HDspool.c247 if (asprintf(&it->queueid, "%s.%"PRIxPTR, queue->id, (uintptr_t)it) <= 0) in linkspool()
/freebsd-head/contrib/netbsd-tests/include/
HDt_inttypes.c147 PRINT(PRIxPTR, uip); in ATF_TC_BODY()
/freebsd-head/contrib/ncurses/ncurses/
HDcurses.priv.h129 # 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/
HDcomp_parse.c227 PRIxPTR ")"), in _nc_read_entry_source()
/freebsd-head/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSpecialSymbolMap.inc570 SYMBOL(PRIxPTR, None, <cinttypes>)
571 SYMBOL(PRIxPTR, None, <inttypes.h>)
/freebsd-head/sys/powerpc/booke/
HDpmap.c2823 printf("mapped size 0x%"PRIxPTR" (wasted space 0x%"PRIxPTR")\n", in tlb1_mapin_region()
/freebsd-head/stand/efi/loader/
HDmain.c1133 sprintf(buf, "0x%016"PRIxPTR, (uintptr_t)rsdp); in acpi_detect()
/freebsd-head/sys/powerpc/aim/
HDmmu_oea64.c2239 KASSERT(pvo != NULL, ("moea64_kextract: no addr found for %#" PRIxPTR, in moea64_kextract()