Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.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 …]
H A DUnwind-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()
H A DUnwind-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()
H A DUnwindLevel1-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()
H A Dlibunwind.cpp115 _LIBUNWIND_TRACE_API("__unw_set_reg(cursor=%p, regNum=%d, value=0x%" PRIxPTR in _LIBUNWIND_WEAK_ALIAS()
/freebsd/sys/powerpc/powerpc/
H A Dtrap.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/contrib/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h31 # define FMTxPTR PRIxPTR
/freebsd/sys/arm64/include/
H A D_inttypes.h120 #define PRIxPTR "lx" /* uintptr_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h118 #define PRIxPTR "x" /* uintptr_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h116 #define PRIxPTR "lx" /* uintptr_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h126 #define PRIxPTR __PRIptr"x" /* uintptr_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h126 #define PRIxPTR __PRIptr"x" /* uintptr_t */ macro
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.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/contrib/llvm-project/llvm/include/llvm/Object/
H A DSymbolicFile.h48 OS << "(" << format("0x%08" PRIxPTR, D.p) << " (" << format("0x%08x", D.d.a)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes110 PRIxPTR
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c263 fprintf(fp, "%#" PRIxPTR ":", in _nc_va_tracef()
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c147 PRINT(PRIxPTR, uip); in ATF_TC_BODY()
/freebsd/contrib/dma/
H A Dspool.c247 if (asprintf(&it->queueid, "%s.%"PRIxPTR, queue->id, (uintptr_t)it) <= 0) in linkspool()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h129 # undef PRIxPTR /* gcc bug fixed in 12.x */
130 # define PRIxPTR "lX" macro
136 #ifndef PRIxPTR
137 # define PRIxPTR "lx" macro
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c227 PRIxPTR ")"), in _nc_read_entry_source()
/freebsd/stand/efi/loader/
H A Dmain.c1133 sprintf(buf, "0x%016"PRIxPTR, (uintptr_t)rsdp); in acpi_detect()
/freebsd/sys/powerpc/aim/
H A Dmmu_oea64.c2234 KASSERT(pvo != NULL, ("moea64_kextract: no addr found for %#" PRIxPTR, in moea64_kextract()