/bionic/linker/ |
D | linker_libcxx_support.cpp | 32 async_safe_fatal("__find_icu_symbol should not be called in the linker"); in __find_icu_symbol() 36 async_safe_fatal("__cxa_type_match is not implemented in the linker"); in __cxa_type_match() 40 async_safe_fatal("posix_memalign is not implemented in the linker"); in posix_memalign()
|
D | linker_memory.cpp | 52 async_safe_fatal("attempted to disable unused fallback allocator"); in __linker_disable_fallback_allocator() 54 async_safe_fatal("attempted to disable fallback allocator in use by another thread (%d)", in __linker_disable_fallback_allocator()
|
D | linker_block_allocator.cpp | 112 async_safe_fatal("mprotect(%p, %zu, %d) failed: %m", page, kAllocateSize, prot); in protect_all() 150 async_safe_fatal("couldn't find page for %p", block); in find_page()
|
D | linker_sleb128.h | 54 async_safe_fatal("sleb128_decoder ran out of bounds"); in pop_front()
|
D | linker_reloc_iterators.h | 82 async_safe_fatal("unexpected r_addend in android.rel section"); in for_all_packed_relocs()
|
/bionic/libc/bionic/ |
D | pthread_internal.cpp | 117 async_safe_fatal("invalid pthread_t %p passed to %s", thread, caller); in __pthread_internal_find() 126 async_safe_fatal("couldn't open /proc/self/stat: %m"); in __get_main_stack_startstack() 131 async_safe_fatal("couldn't read /proc/self/stat: %m"); in __get_main_stack_startstack() 149 async_safe_fatal("couldn't parse /proc/self/stat"); in __get_main_stack_startstack() 162 async_safe_fatal("couldn't open /proc/self/maps: %m"); in __find_main_stack_limits() 176 async_safe_fatal("stack not found in /proc/self/maps"); in __find_main_stack_limits() 190 async_safe_fatal("error: failed to set PROT_MTE on main thread"); in __pthread_internal_remap_stack_with_mte() 198 async_safe_fatal("error: failed to set PROT_MTE on thread: %d", t->tid); in __pthread_internal_remap_stack_with_mte()
|
D | setjmp_cookie.cpp | 52 async_safe_fatal("unexpected sigflag value: %ld", sigflag); in __bionic_setjmp_cookie_get() 61 async_safe_fatal("setjmp cookie mismatch"); in __bionic_setjmp_cookie_check() 68 async_safe_fatal("setjmp checksum mismatch"); in __bionic_setjmp_checksum_mismatch()
|
D | assert.cpp | 36 async_safe_fatal("%s:%d: assertion \"%s\" failed", file, line, failed_expression); in __assert() 40 async_safe_fatal("%s:%d: %s: assertion \"%s\" failed", file, line, function, failed_expression); in __assert2()
|
D | bionic_allocator.cpp | 167 async_safe_fatal("invalid pointer: %p (block_size=%zd)", ptr, block_size_); in free() 195 async_safe_fatal("mmap failed: %m"); in alloc_page() 269 async_safe_fatal("overflow trying to alloc %zu bytes", size); in alloc_mmap() 276 async_safe_fatal("mmap failed: %m"); in alloc_mmap() 333 async_safe_fatal("invalid pointer %p (page signature %04x instead of %04x)", ptr, in get_page_info() 405 async_safe_fatal("invalid type: %u", type); in get_small_object_allocator_unchecked() 415 async_safe_fatal("invalid pointer %p (invalid allocator address for the page)", ptr); in get_small_object_allocator()
|
D | new.cpp | 30 async_safe_fatal("new failed to allocate %zu bytes", size); in operator new() 37 async_safe_fatal("new[] failed to allocate %zu bytes", size); in operator new[]()
|
D | malloc_tagged_pointers.h | 76 async_safe_fatal("Attempting to tag a pointer (%p) on non-aarch64.", ptr); in TagPointer() 102 async_safe_fatal( in MaybeUntagAndCheckPointer()
|
D | libc_init_common.cpp | 80 async_safe_fatal("Limited by the size of pthread_mutex_t, 32 bit bionic libc only accepts " in __check_max_thread_id() 344 async_safe_fatal("error getting old personality value: %m"); in __initialize_personality() 348 async_safe_fatal("error setting PER_LINUX32 personality: %m"); in __initialize_personality()
|
D | fdsan.cpp | 90 async_safe_fatal("fdsan: mmap failed: %m"); in at() 184 async_safe_fatal("invalid android_fdsan_owner_type value: %x", type); in android_fdsan_create_owner_tag() 279 async_safe_fatal("fdsan atomic_compare_exchange_strong failed unexpectedly while closing"); in android_fdsan_close_with_tag() 329 async_safe_fatal( in android_fdsan_exchange_owner_tag()
|
D | __stack_chk_fail.cpp | 36 async_safe_fatal("stack corruption detected (-fstack-protector)"); in __stack_chk_fail()
|
D | __cxa_pure_virtual.cpp | 20 …async_safe_fatal("Pure virtual function called. Are you calling virtual methods from a destructor?… in __cxa_pure_virtual()
|
D | bionic_arc4random.cpp | 50 async_safe_fatal("ran out of AT_RANDOM bytes, have %zu, requested %zu", in __libc_safe_arc4random_buf()
|
D | libc_init_static.cpp | 142 async_safe_fatal("error: TLS segment alignment in \"%s\" is not a power of 2: %zu\n", in layout_static_tls() 173 async_safe_fatal("unrecognized android.memtag note: n_descsz = %d, expected >= 4", in __get_memtag_level_from_note() 369 async_safe_fatal("error: failed to set PROT_MTE on main thread stack: %m"); in __libc_init_mte()
|
D | recvmsg.cpp | 57 async_safe_fatal("invalid cmsg length: %zu", data_length); in track_fds()
|
D | __libc_init_main_thread.cpp | 153 async_safe_fatal("failed to mmap main thread static TLS: %m"); in __libc_init_main_thread_final()
|
D | heap_tagging.cpp | 226 async_safe_fatal( in memtag_handle_longjmp()
|
/bionic/libc/async_safe/include/async_safe/ |
D | CHECK.h | 42 async_safe_fatal("%s:%d: %s CHECK '%s' failed", __FILE__, __LINE__, __FUNCTION__, \
|
D | log.h | 49 #define async_safe_fatal(...) \ macro
|
/bionic/libc/upstream-openbsd/android/include/ |
D | arc4random.h | 40 async_safe_fatal("getentropy failed: %s", strerror(errno)); in _getentropy_fail()
|
/bionic/libc/private/ |
D | WriteProtected.h | 93 async_safe_fatal("WriteProtected mprotect %x failed: %s", prot, strerror(errno)); in set_protection()
|
/bionic/libc/stdio/ |
D | stdio_ext.cpp | 93 async_safe_fatal("Bad type (%d) passed to __fsetlocking", type); in __fsetlocking()
|