Home
last modified time | relevance | path

Searched refs:__libc_fatal (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/bionic/
Dassert.cpp36 __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.cpp35 __libc_fatal("stack corruption detected"); in __stack_chk_fail()
D__cxa_pure_virtual.cpp20 __libc_fatal("Pure virtual function called. Are you calling virtual methods from a destructor?"); in __cxa_pure_virtual()
Dnew.cpp28 __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[]()
Ddlmalloc.c38 __libc_fatal("heap corruption detected by %s", function); in __bionic_heap_corruption_error()
Dlibc_logging.cpp615 __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()
Dpthread_attr.cpp151 __libc_fatal("No [stack] line found in \"%s\"!", path); in __pthread_attr_getstack_main_thread()
/bionic/libc/private/
Dlibc_logging.h76 __LIBC_HIDDEN__ __noreturn void __libc_fatal(const char* format, ...) __printflike(1, 2);
/bionic/linker/
Dlinker.cpp168 __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]);