Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/malloc_debug/
DUnwindBacktrace.cpp46 #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()
DPointerData.cpp596 dprintf(fd, " %" PRIx64, frame.rel_pc); in DumpLiveToFile()
608 dprintf(fd, " \"%s\" %" PRIx64 "}", name, frame.function_offset); in DumpLiveToFile()
/bionic/libc/bionic/
Dfdsan.cpp268 "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/
Dmalloc_iterate_test.cpp209 "Failed on map anon:<%" PRIx64 "-%" PRIx64 ">: %zu\n", in TEST()
/bionic/libfdtrack/
Dfdtrack.cpp169 async_safe_format_log(ANDROID_LOG_INFO, "fdtrack", "fd %d: (owner = 0x%" PRIx64 ")", fd, in fdtrack_dump()
/bionic/libc/include/
Dinttypes.h127 #define PRIx64 __PRI_64_prefix"x" /* uint64_t */ macro
/bionic/linker/
Dlinker.cpp2066 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()
Dlinker_phdr.cpp624 " p_offset (%p) + p_filesz (%p) ( = %p) past end of file (0x%" PRIx64 ")", in LoadSegments()