HomeSort by: relevance | last modified time | path
    Searched defs:__fail (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/misc/
stack_protector.c 53 static void __fail(const char *) __attribute__((__noreturn__));
79 __fail(const char *msg) function in typeref:typename:void
111 __fail("stack overflow detected; terminated");
117 __fail("buffer overflow detected; terminated");
stack_protector.c 53 static void __fail(const char *) __attribute__((__noreturn__));
79 __fail(const char *msg) function in typeref:typename:void
111 __fail("stack overflow detected; terminated");
117 __fail("buffer overflow detected; terminated");

Completed in 21 milliseconds