Searched refs:__libc_fatal (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/bionic/ |
D | assert.cpp | 36 __libc_fatal("%s:%d: assertion \"%s\" failed", file, line, failed_expression); in __assert() 40 __libc_fatal("%s:%d: %s: assertion \"%s\" failed", file, line, function, failed_expression); in __assert2() 44 __libc_fatal("longjmp botch"); in longjmperror()
|
D | __stack_chk_fail.cpp | 35 __libc_fatal("stack corruption detected"); in __stack_chk_fail()
|
D | __cxa_pure_virtual.cpp | 20 __libc_fatal("Pure virtual function called. Are you calling virtual methods from a destructor?"); in __cxa_pure_virtual()
|
D | new.cpp | 28 __libc_fatal("new failed to allocate %zu bytes", size); in operator new() 36 __libc_fatal("new[] failed to allocate %zu bytes", size); in operator new[]()
|
D | dlmalloc.c | 39 __libc_fatal("heap corruption detected by %s", function); in __bionic_heap_corruption_error()
|
D | libc_init_common.cpp | 298 __libc_fatal("error getting old personality value: %s", strerror(errno)); in __initialize_personality() 302 __libc_fatal("error setting PER_LINUX32 personality: %s", strerror(errno)); in __initialize_personality()
|
D | libc_logging.cpp | 616 __libc_fatal("FORTIFY: %s", msg); in __fortify_chk_fail() 619 static void __libc_fatal(const char* format, va_list args) { in __libc_fatal() function 640 __libc_fatal(format, args); in __libc_fatal_no_abort() 644 void __libc_fatal(const char* format, ...) { in __libc_fatal() function 647 __libc_fatal(format, args); in __libc_fatal()
|
D | pthread_attr.cpp | 151 __libc_fatal("No [stack] line found in \"%s\"!", path); in __pthread_attr_getstack_main_thread()
|
/bionic/linker/ |
D | linker_allocator.cpp | 137 __libc_fatal("invalid pointer: %p (block_size=%zd)", ptr, block_size_); in free() 174 __libc_fatal("page record for %p was not found (block_size=%zd)", ptr, block_size_); in find_page_record() 195 __libc_fatal("mmap failed"); in alloc_page() 243 __libc_fatal("mmap failed"); in alloc_mmap() 280 __libc_fatal("invalid pointer %p (page signature mismatch)", ptr); in get_page_info() 305 __libc_fatal("invalid pointer %p (page signature mismatch)", ptr); in realloc() 333 __libc_fatal("invalid pointer %p (invalid allocator address for the page)", ptr); in free() 342 __libc_fatal("invalid type: %u", type); in get_small_object_allocator()
|
D | linker_sleb128.h | 39 __libc_fatal("sleb128_decoder ran out of bounds"); in pop_front()
|
D | linker_allocator.h | 83 __libc_fatal("mmap failed");
|
D | linker.cpp | 793 __libc_fatal("Too many nested calls to dlopen()"); in ~ProtectedDataGuard() 1598 __libc_fatal("soinfo for \"%s\"@%p has no version", si->get_realpath(), si); in soinfo_unload() 1655 __libc_fatal("android_get_LD_LIBRARY_PATH failed, buffer too small: " in do_android_get_LD_LIBRARY_PATH() 2432 __libc_fatal("%s: strtab out of bounds error; STRSZ=%zd, name=%d", in get_string() 3371 __libc_fatal("This is %s, the helper program for shared library executables.\n", args.argv[0]);
|
/bionic/libc/private/ |
D | libc_logging.h | 76 __LIBC_HIDDEN__ __noreturn void __libc_fatal(const char* format, ...) __printflike(1, 2);
|
/bionic/libc/stdio/ |
D | stdio_ext.cpp | 84 __libc_fatal("Bad type (%d) passed to __fsetlocking", type); in __fsetlocking()
|