|
PatchworkOS
|
Go to the source code of this file.
Macros | |
| #define | STACK_CHK_GUARD 0xe2dee396 |
Functions | |
| _NORETURN void | __stack_chk_fail (void) |
Variables | |
| uintptr_t | __stack_chk_guard = STACK_CHK_GUARD |
| #define STACK_CHK_GUARD 0xe2dee396 |
Definition at line 5 of file stack_chk.c.
| _NORETURN void __stack_chk_fail | ( | void | ) |
Definition at line 12 of file stack_chk.c.
References abort().
| uintptr_t __stack_chk_guard = STACK_CHK_GUARD |
Definition at line 10 of file stack_chk.c.