Searched refs:PRIx64 (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/malloc_debug/ |
D | UnwindBacktrace.cpp | 46 #define PAD_PTR "016" PRIx64 48 #define PAD_PTR "08" PRIx64 94 line += android::base::StringPrintf("(offset 0x%" PRIx64 ") ", map_info->offset); in UnwindLog() 98 line += android::base::StringPrintf("<anonymous:%" PRIx64 ">", map_info->start); in UnwindLog()
|
D | PointerData.cpp | 596 dprintf(fd, " %" PRIx64, frame.rel_pc); in DumpLiveToFile() 608 dprintf(fd, " \"%s\" %" PRIx64 "}", name, frame.function_offset); in DumpLiveToFile()
|
/bionic/libc/bionic/ |
D | fdsan.cpp | 268 "expected to be owned by %s 0x%" PRIx64 ", actually owned by %s 0x%" PRIx64, in android_fdsan_close_with_tag() 273 "expected to be owned by %s 0x%" PRIx64 ", actually unowned", in android_fdsan_close_with_tag() 278 "expected to be unowned, actually owned by %s 0x%" PRIx64, in android_fdsan_close_with_tag() 317 "owned by %s 0x%" PRIx64 ", was expected to be owned by %s 0x%" PRIx64, in android_fdsan_exchange_owner_tag() 323 "unowned, was expected to be owned by %s 0x%" PRIx64, in android_fdsan_exchange_owner_tag() 328 "owned by %s 0x%" PRIx64 ", was expected to be unowned", in android_fdsan_exchange_owner_tag()
|
/bionic/tests/ |
D | malloc_iterate_test.cpp | 209 "Failed on map anon:<%" PRIx64 "-%" PRIx64 ">: %zu\n", in TEST()
|
/bionic/libfdtrack/ |
D | fdtrack.cpp | 169 async_safe_format_log(ANDROID_LOG_INFO, "fdtrack", "fd %d: (owner = 0x%" PRIx64 ")", fd, in fdtrack_dump()
|
/bionic/libc/include/ |
D | inttypes.h | 127 #define PRIx64 __PRI_64_prefix"x" /* uint64_t */ macro
|
/bionic/linker/ |
D | linker.cpp | 2066 return android::base::StringPrintf("[flags=0x%" PRIx64 "," in android_dlextinfo_to_string() 2071 " library_fd_offset=0x%" PRIx64 "," in android_dlextinfo_to_string() 2117 DL_OPEN_ERR("invalid extended flags to android_dlopen_ext: 0x%" PRIx64, extinfo->flags); in do_dlopen() 2124 "ANDROID_DLEXT_USE_LIBRARY_FD): 0x%" PRIx64, extinfo->flags); in do_dlopen()
|
D | linker_phdr.cpp | 624 " p_offset (%p) + p_filesz (%p) ( = %p) past end of file (0x%" PRIx64 ")", in LoadSegments()
|