HomeSort by relevance Sort by last modified time
    Searched refs:__libc_fatal (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
__stack_chk_fail.cpp 35 __libc_fatal("stack corruption detected");
assert.cpp 36 __libc_fatal("%s:%d: assertion \"%s\" failed", file, line, failed_expression);
41 __libc_fatal("%s:%d: %s: assertion \"%s\" failed", file, line, function, failed_expression);
dlmalloc.c 41 __libc_fatal("heap corruption detected by %s", function);
libc_logging.cpp 486 __libc_fatal("FORTIFY_SOURCE: %s. Calling abort().", msg);
489 static void __libc_fatal(const char* format, va_list args) { function
505 __libc_fatal(format, args);
509 void __libc_fatal(const char* format, ...) { function
512 __libc_fatal(format, args);
  /bionic/libc/private/
libc_logging.h 66 __LIBC_HIDDEN__ __noreturn void __libc_fatal(const char* format, ...)

Completed in 26 milliseconds