/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_sleb128.h | 54 async_safe_fatal("sleb128_decoder ran out of bounds"); in pop_front()
|
D | linker_block_allocator.cpp | 114 async_safe_fatal("mprotect(%p, %zu, %d) failed: %m", page, kAllocateSize, prot); in protect_all() 152 async_safe_fatal("couldn't find page for %p", block); in find_page()
|
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 | 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 | new.cpp | 29 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 | bionic_allocator.cpp | 170 async_safe_fatal("invalid pointer: %p (block_size=%zd)", ptr, block_size_); in free() 198 async_safe_fatal("mmap failed: %s", strerror(errno)); in alloc_page() 273 async_safe_fatal("overflow trying to alloc %zu bytes", size); in alloc_mmap() 280 async_safe_fatal("mmap failed: %s", strerror(errno)); in alloc_mmap() 337 async_safe_fatal("invalid pointer %p (page signature mismatch)", ptr); in get_page_info() 362 async_safe_fatal("invalid pointer %p (page signature mismatch)", ptr); in realloc() 390 async_safe_fatal("invalid pointer %p (invalid allocator address for the page)", ptr); in free() 419 async_safe_fatal("invalid type: %u", type); in get_small_object_allocator()
|
D | pthread_attr.cpp | 160 async_safe_fatal("couldn't open /proc/self/stat: %s", strerror(errno)); in __get_main_stack_startstack() 165 async_safe_fatal("couldn't read /proc/self/stat: %s", strerror(errno)); in __get_main_stack_startstack() 181 async_safe_fatal("couldn't parse /proc/self/stat"); in __get_main_stack_startstack() 207 async_safe_fatal("couldn't open /proc/self/maps: %s", strerror(errno)); in __pthread_attr_getstack_main_thread() 221 async_safe_fatal("Stack not found in /proc/self/maps"); in __pthread_attr_getstack_main_thread()
|
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 | __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 | libc_init_common.cpp | 78 async_safe_fatal("Limited by the size of pthread_mutex_t, 32 bit bionic libc only accepts " in __check_max_thread_id() 321 async_safe_fatal("error getting old personality value: %s", strerror(errno)); in __initialize_personality() 325 async_safe_fatal("error setting PER_LINUX32 personality: %s", strerror(errno)); in __initialize_personality()
|
D | bionic_arc4random.cpp | 50 async_safe_fatal("ran out of AT_RANDOM bytes, have %zu, requested %zu", in __libc_safe_arc4random_buf()
|
D | fdsan.cpp | 89 async_safe_fatal("fdsan: mmap failed: %s", strerror(errno)); in at() 183 async_safe_fatal("invalid android_fdsan_owner_type value: %x", type); in android_fdsan_create_owner_tag() 274 async_safe_fatal("fdsan atomic_compare_exchange_strong failed unexpectedly while closing"); in android_fdsan_close_with_tag() 324 async_safe_fatal( in android_fdsan_exchange_owner_tag()
|
D | libc_init_static.cpp | 148 async_safe_fatal("error: TLS segment alignment in \"%s\" is not a power of 2: %zu\n", in layout_static_tls() 200 async_safe_fatal("unrecognized android.memtag note: n_descsz = %d, expected 4", note->n_descsz); in __read_memtag_note() 286 async_safe_fatal("unrecognized android.memtag note: desc = %d", note_val); in __get_heap_tagging_level() 299 async_safe_fatal("unrecognized android.memtag note: level = %d", memtag_level); in __get_heap_tagging_level()
|
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: %s", strerror(errno)); in __libc_init_main_thread_final()
|
D | pthread_internal.cpp | 116 async_safe_fatal("invalid pthread_t %p passed to %s", thread, caller); in __pthread_internal_find()
|
/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 | 84 async_safe_fatal("WriteProtected mprotect %x failed: %s", prot, strerror(errno)); in set_protection()
|
/bionic/libc/stdio/ |
D | stdio_ext.cpp | 87 async_safe_fatal("Bad type (%d) passed to __fsetlocking", type); in __fsetlocking()
|