/bionic/libc/bionic/ |
__cxa_pure_virtual.cpp | 20 __libc_fatal("Pure virtual function called. Are you calling virtual methods from a destructor?");
|
__stack_chk_fail.cpp | 35 __libc_fatal("stack corruption detected");
|
assert.cpp | 36 __libc_fatal("%s:%d: assertion \"%s\" failed", file, line, failed_expression); 40 __libc_fatal("%s:%d: %s: assertion \"%s\" failed", file, line, function, failed_expression); 44 __libc_fatal("longjmp botch");
|
new.cpp | 28 __libc_fatal("new failed to allocate %zu bytes", size); 36 __libc_fatal("new[] failed to allocate %zu bytes", size);
|
dlmalloc.c | 39 __libc_fatal("heap corruption detected by %s", function);
|
libc_init_common.cpp | 298 __libc_fatal("error getting old personality value: %s", strerror(errno)); 302 __libc_fatal("error setting PER_LINUX32 personality: %s", strerror(errno));
|
libc_logging.cpp | 616 __libc_fatal("FORTIFY: %s", msg); 619 static void __libc_fatal(const char* format, va_list args) { function 640 __libc_fatal(format, args); 644 void __libc_fatal(const char* format, ...) { function 647 __libc_fatal(format, args);
|
pthread_attr.cpp | 151 __libc_fatal("No [stack] line found in \"%s\"!", path);
|
/external/jemalloc/android/include/ |
libc_logging.h | 33 #define __libc_fatal(format, ...) abort() macro
|
/bionic/linker/ |
linker_sleb128.h | 39 __libc_fatal("sleb128_decoder ran out of bounds");
|
linker_allocator.cpp | 137 __libc_fatal("invalid pointer: %p (block_size=%zd)", ptr, block_size_); 174 __libc_fatal("page record for %p was not found (block_size=%zd)", ptr, block_size_); 195 __libc_fatal("mmap failed"); 243 __libc_fatal("mmap failed"); 280 __libc_fatal("invalid pointer %p (page signature mismatch)", ptr); 305 __libc_fatal("invalid pointer %p (page signature mismatch)", ptr); 333 __libc_fatal("invalid pointer %p (invalid allocator address for the page)", ptr); 342 __libc_fatal("invalid type: %u", type);
|
linker_allocator.h | 83 __libc_fatal("mmap failed");
|
linker.cpp | 793 __libc_fatal("Too many nested calls to dlopen()"); [all...] |
/bionic/libc/private/ |
libc_logging.h | 76 __LIBC_HIDDEN__ __noreturn void __libc_fatal(const char* format, ...) __printflike(1, 2);
|
/bionic/libc/stdio/ |
stdio_ext.cpp | 84 __libc_fatal("Bad type (%d) passed to __fsetlocking", type);
|
/external/jemalloc/include/jemalloc/internal/ |
arena.h | [all...] |