Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dtst-auditmod23.c42 fprintf (stderr, "%s: %d %"PRIxPTR"\n", __func__, flag, (uintptr_t) cookie); in la_activity()
49 fprintf (stderr, "%s: %"PRIxPTR" %s %"PRIxPTR" %ld\n", __func__, in la_objopen()
69 fprintf (stderr, "%s: %"PRIxPTR" %s %"PRIxPTR" %ld\n", __func__, in la_objclose()
Dtst-audit23.c177 FAIL_EXIT1 ("non expected la_objopen: %s %"PRIxPTR" %ld", in do_test()
Dsprof.c468 printf ("load addr: %0#*" PRIxPTR "\n" in load_shobj()
469 "lower bound PC: %0#*" PRIxPTR "\n" in load_shobj()
470 "upper bound PC: %0#*" PRIxPTR "\n", in load_shobj()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-sigcontext-get_pc.c40 printf ("info: address in signal handler: 0x%" PRIxPTR "\n", pc); in handler()
57 printf ("info: call stack entry %d: 0x%" PRIxPTR "%s\n", in handler()
/glibc-2.36/nptl/
Dtst-pthread-getattr.c142 "Expected %#" PRIxPTR ", but got %#" PRIxPTR "\n", in check_stack_top()
/glibc-2.36/malloc/
Dmtrace-impl.c62 sprintf (buf, "(%s%c%" PRIxPTR ")", info->dli_sname, sign, in tr_where()
66 fprintf (mallstream, "@ %s%s%s[0x%" PRIxPTR "] ", in tr_where()
/glibc-2.36/intl/
Dloadmsgcat.c427 #if !defined PRIxPTR || PRI_MACROS_BROKEN
428 # undef PRIxPTR
429 # define PRIxPTR \ macro
724 return PRIxPTR; in get_sysdep_segment_value()
/glibc-2.36/signal/
Dtst-sigset2.c67 printf ("handled at %" PRIxPTR, (uintptr_t) disp); in printDisposition()
/glibc-2.36/stdlib/
Dinttypes.h164 # define PRIxPTR __PRIPTR_PREFIX "x" macro
/glibc-2.36/conform/data/
Dinttypes.h-data167 macro PRIxPTR
/glibc-2.36/ChangeLog.old/
DChangeLog.1874900 [C99-based-standards] (PRIxPTR): Likewise.