Searched refs:PRIxPTR (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/elf/ |
D | tst-auditmod23.c | 42 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()
|
D | tst-audit23.c | 177 FAIL_EXIT1 ("non expected la_objopen: %s %"PRIxPTR" %ld", in do_test()
|
D | sprof.c | 468 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/ |
D | tst-sigcontext-get_pc.c | 40 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/ |
D | tst-pthread-getattr.c | 142 "Expected %#" PRIxPTR ", but got %#" PRIxPTR "\n", in check_stack_top()
|
/glibc-2.36/malloc/ |
D | mtrace-impl.c | 62 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/ |
D | loadmsgcat.c | 427 #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/ |
D | tst-sigset2.c | 67 printf ("handled at %" PRIxPTR, (uintptr_t) disp); in printDisposition()
|
/glibc-2.36/stdlib/ |
D | inttypes.h | 164 # define PRIxPTR __PRIPTR_PREFIX "x" macro
|
/glibc-2.36/conform/data/ |
D | inttypes.h-data | 167 macro PRIxPTR
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 74900 [C99-based-standards] (PRIxPTR): Likewise.
|