/bionic/linker/ |
linker_libcxx_support.cpp | 32 async_safe_fatal("__find_icu_symbol should not be called in the linker"); 36 async_safe_fatal("__cxa_type_match is not implemented in the linker"); 40 async_safe_fatal("posix_memalign is not implemented in the linker");
|
linker_memory.cpp | 52 async_safe_fatal("attempted to disable unused fallback allocator"); 54 async_safe_fatal("attempted to disable fallback allocator in use by another thread (%d)",
|
linker_sleb128.h | 54 async_safe_fatal("sleb128_decoder ran out of bounds");
|
linker_allocator.cpp | 154 async_safe_fatal("invalid pointer: %p (block_size=%zd)", ptr, block_size_); 185 async_safe_fatal("page record for %p was not found (block_size=%zd)", ptr, block_size_); 206 async_safe_fatal("mmap failed: %s", strerror(errno)); 251 async_safe_fatal("mmap failed: %s", strerror(errno)); 286 async_safe_fatal("invalid pointer %p (page signature mismatch)", ptr); 311 async_safe_fatal("invalid pointer %p (page signature mismatch)", ptr); 339 async_safe_fatal("invalid pointer %p (invalid allocator address for the page)", ptr); 348 async_safe_fatal("invalid type: %u", type);
|
linker_allocator.h | 96 async_safe_fatal("mmap failed: %s", strerror(errno));
|
linker_main.cpp | 203 async_safe_fatal("readlink('/proc/self/exe') failed: %s", strerror(errno)); 297 async_safe_fatal("unable to stat \"/proc/self/exe\": %s", strerror(errno)); 335 async_safe_fatal("Could not find a PHDR: broken executable?"); 344 // We don't use async_safe_fatal here because we don't want a tombstone:
|
linker.cpp | 300 async_safe_fatal("library name \"%s\" too long", name); 335 async_safe_fatal("soinfo=%p is not in soinfo_list (double unload?)", si); 509 async_safe_fatal("Too many nested calls to dlopen()"); [all...] |
linker_soinfo.cpp | 649 async_safe_fatal("%s: strtab out of bounds error; STRSZ=%zd, name=%d",
|
/bionic/libc/bionic/ |
__cxa_pure_virtual.cpp | 20 async_safe_fatal("Pure virtual function called. Are you calling virtual methods from a destructor?");
|
__stack_chk_fail.cpp | 36 async_safe_fatal("stack corruption detected (-fstack-protector)");
|
assert.cpp | 36 async_safe_fatal("%s:%d: assertion \"%s\" failed", file, line, failed_expression); 40 async_safe_fatal("%s:%d: %s: assertion \"%s\" failed", file, line, function, failed_expression);
|
setjmp_cookie.cpp | 53 async_safe_fatal("unexpected sigflag value: %ld", sigflag); 62 async_safe_fatal("setjmp cookie mismatch"); 69 async_safe_fatal("setjmp checksum mismatch");
|
new.cpp | 29 async_safe_fatal("new failed to allocate %zu bytes", size); 37 async_safe_fatal("new[] failed to allocate %zu bytes", size);
|
bionic_arc4random.cpp | 52 async_safe_fatal("ran out of AT_RANDOM bytes, have %zu, requested %zu",
|
__libc_init_main_thread.cpp | 75 if (!__init_tls(&main_thread)) async_safe_fatal("failed to initialize TLS: %s", strerror(errno));
|
pthread_attr.cpp | 160 async_safe_fatal("couldn't open /proc/self/stat: %s", strerror(errno)); 165 async_safe_fatal("couldn't read /proc/self/stat: %s", strerror(errno)); 181 async_safe_fatal("couldn't parse /proc/self/stat"); 206 async_safe_fatal("couldn't open /proc/self/maps: %s", strerror(errno)); 220 async_safe_fatal("Stack not found in /proc/self/maps");
|
libc_init_common.cpp | 100 async_safe_fatal("Limited by the size of pthread_mutex_t, 32 bit bionic libc only accepts " 313 async_safe_fatal("error getting old personality value: %s", strerror(errno)); 317 async_safe_fatal("error setting PER_LINUX32 personality: %s", strerror(errno));
|
pthread_internal.cpp | 126 async_safe_fatal("invalid pthread_t %p passed to libc", thread);
|
/external/jemalloc/android/include/ |
log.h | 33 #define async_safe_fatal(format, ...) abort() macro
|
/bionic/libc/private/ |
WriteProtected.h | 61 async_safe_fatal("failed to make WriteProtected nonwritable in initialize"); 76 async_safe_fatal("failed to make WriteProtected writable in mutate: %s", 81 async_safe_fatal("failed to make WriteProtected nonwritable in mutate: %s",
|
/system/core/libmemunreachable/ |
log.h | 42 #define MEM_LOG_ALWAYS_FATAL(...) async_safe_fatal(__VA_ARGS__)
|
/bionic/libc/async_safe/include/async_safe/ |
log.h | 68 // Implemented as a macro so that async_safe_fatal isn't on the stack when we crash: 71 #define async_safe_fatal(...) \ macro 100 async_safe_fatal("%s:%d: %s CHECK '" #predicate "' failed", \
|
/bionic/libc/upstream-openbsd/android/include/ |
arc4random.h | 49 async_safe_fatal("getentropy failed: %s", strerror(errno));
|
/bionic/libc/stdio/ |
stdio_ext.cpp | 87 async_safe_fatal("Bad type (%d) passed to __fsetlocking", type);
|
/external/jemalloc/include/jemalloc/internal/ |
arena.h | [all...] |