|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
Go to the source code of this file.
Functions | |
| __attribute__ ((noreturn, used, visibility("default"), section(".export"))) | |
| static void | stacktrace (void) |
Variables | |
| uintptr_t | __stack_chk_guard = 0x595e9fbd94fda766 |
| stackframe_t | |
| __attribute__ | ( | (noreturn, used, visibility("default"), section(".export")) | ) |
Definition at line 8 of file sanitizer.c.
References used.
|
static |
Definition at line 16 of file sanitizer.c.
References serial2_printf(), and stackframe_t.
| uintptr_t __stack_chk_guard = 0x595e9fbd94fda766 |
Definition at line 6 of file sanitizer.c.
Referenced by __attribute__(), and setup_gdt().
| stackframe_t |
Definition at line 14 of file sanitizer.c.
Referenced by stacktrace().