Home
last modified time | relevance | path

Searched refs:async_safe_fatal (Results 1 – 25 of 31) sorted by relevance

12

/bionic/linker/
Dlinker_libcxx_support.cpp32 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()
Dlinker_memory.cpp52 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()
Dlinker_sleb128.h54 async_safe_fatal("sleb128_decoder ran out of bounds"); in pop_front()
Dlinker_block_allocator.cpp114 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()
Dlinker_reloc_iterators.h82 async_safe_fatal("unexpected r_addend in android.rel section"); in for_all_packed_relocs()
/bionic/libc/bionic/
Dsetjmp_cookie.cpp52 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()
Dassert.cpp36 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()
Dnew.cpp29 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[]()
Dbionic_allocator.cpp170 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()
Dpthread_attr.cpp160 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()
Dmalloc_tagged_pointers.h76 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.cpp36 async_safe_fatal("stack corruption detected (-fstack-protector)"); in __stack_chk_fail()
D__cxa_pure_virtual.cpp20async_safe_fatal("Pure virtual function called. Are you calling virtual methods from a destructor?… in __cxa_pure_virtual()
Dlibc_init_common.cpp78 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()
Dbionic_arc4random.cpp50 async_safe_fatal("ran out of AT_RANDOM bytes, have %zu, requested %zu", in __libc_safe_arc4random_buf()
Dfdsan.cpp89 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()
Dlibc_init_static.cpp148 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()
Drecvmsg.cpp57 async_safe_fatal("invalid cmsg length: %zu", data_length); in track_fds()
D__libc_init_main_thread.cpp153 async_safe_fatal("failed to mmap main thread static TLS: %s", strerror(errno)); in __libc_init_main_thread_final()
Dpthread_internal.cpp116 async_safe_fatal("invalid pthread_t %p passed to %s", thread, caller); in __pthread_internal_find()
/bionic/libc/async_safe/include/async_safe/
DCHECK.h42 async_safe_fatal("%s:%d: %s CHECK '%s' failed", __FILE__, __LINE__, __FUNCTION__, \
Dlog.h49 #define async_safe_fatal(...) \ macro
/bionic/libc/upstream-openbsd/android/include/
Darc4random.h40 async_safe_fatal("getentropy failed: %s", strerror(errno)); in _getentropy_fail()
/bionic/libc/private/
DWriteProtected.h84 async_safe_fatal("WriteProtected mprotect %x failed: %s", prot, strerror(errno)); in set_protection()
/bionic/libc/stdio/
Dstdio_ext.cpp87 async_safe_fatal("Bad type (%d) passed to __fsetlocking", type); in __fsetlocking()

12