Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DUnwindBacktrace.cpp47 #define PAD_PTR "016" PRIx64
49 #define PAD_PTR "08" PRIx64
93 line += android::base::StringPrintf("(offset 0x%" PRIx64 ") ", map_info->offset); in UnwindLog()
97 line += android::base::StringPrintf("<anonymous:%" PRIx64 ">", map_info->start); in UnwindLog()
DPointerData.cpp595 fprintf(fp, " %" PRIx64, frame.rel_pc); in DumpLiveToFile()
599 …fprintf(fp, " \"%s\" %" PRIx64 "}", demangle(frame.function_name.c_str()).c_str(), frame.function_… in DumpLiveToFile()
/bionic/libc/bionic/
Dfdsan.cpp284 "expected to be owned by %s 0x%" PRIx64 ", actually owned by %s 0x%" PRIx64, in android_fdsan_close_with_tag()
289 "expected to be owned by %s 0x%" PRIx64 ", actually unowned", in android_fdsan_close_with_tag()
294 "expected to be unowned, actually owned by %s 0x%" PRIx64, in android_fdsan_close_with_tag()
329 "owned by %s 0x%" PRIx64 ", was expected to be owned by %s 0x%" PRIx64, in android_fdsan_exchange_owner_tag()
335 "unowned, was expected to be owned by %s 0x%" PRIx64, in android_fdsan_exchange_owner_tag()
340 "owned by %s 0x%" PRIx64 ", was expected to be unowned", in android_fdsan_exchange_owner_tag()
/bionic/libc/include/
Dinttypes.h127 #define PRIx64 __PRI_64_prefix"x" /* uint64_t */ macro
/bionic/linker/
Dlinker_phdr.cpp627 " p_offset (%p) + p_filesz (%p) ( = %p) past end of file (0x%" PRIx64 ")", in LoadSegments()
Dlinker.cpp2158 return android::base::StringPrintf("[flags=0x%" PRIx64 "," in android_dlextinfo_to_string()
2163 " library_fd_offset=0x%" PRIx64 "," in android_dlextinfo_to_string()
2209 DL_ERR("invalid extended flags to android_dlopen_ext: 0x%" PRIx64, extinfo->flags); in do_dlopen()
2216 "ANDROID_DLEXT_USE_LIBRARY_FD): 0x%" PRIx64, extinfo->flags); in do_dlopen()