Searched refs:__libc_fatal (Results 1 – 9 of 9) 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 | 38 __libc_fatal("heap corruption detected by %s", function); in __bionic_heap_corruption_error()
|
D | libc_logging.cpp | 615 __libc_fatal("FORTIFY_SOURCE: %s. Calling abort().", msg); in __fortify_chk_fail() 618 static void __libc_fatal(const char* format, va_list args) { in __libc_fatal() function 639 __libc_fatal(format, args); in __libc_fatal_no_abort() 643 void __libc_fatal(const char* format, ...) { in __libc_fatal() function 646 __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/libc/private/ |
D | libc_logging.h | 76 __LIBC_HIDDEN__ __noreturn void __libc_fatal(const char* format, ...) __printflike(1, 2);
|
/bionic/linker/ |
D | linker.cpp | 168 __libc_fatal("ERROR: " #name " called from the dynamic linker!\n"); \ 443 __libc_fatal("ERROR: Unexpected ST_BIND value: %d for '%s' in '%s'", in ElfW() 1027 …__libc_fatal("android_get_LD_LIBRARY_PATH failed, buffer too small: buffer len %zu, required len %… in do_android_get_LD_LIBRARY_PATH() 1791 __libc_fatal("%s: strtab out of bounds error; STRSZ=%zd, name=%d", name, strtab_size, index); in get_string() 2563 __libc_fatal("This is %s, the helper program for shared library executables.\n", args.argv[0]);
|