TianoCore EDK2 master
|
#include <Uefi.h>
Go to the source code of this file.
Functions | |
VOID EFIAPI | __stack_chk_fail (VOID) |
Variables | |
VOID * | __stack_chk_guard = (VOID *)(UINTN)0x0 |
Defines the stack cookie variable for GCC and Clang compilers.
Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file StackCheckLibNullGcc.c.
VOID EFIAPI __stack_chk_fail | ( | VOID | ) |
This function gets called when a gcc/clang generated stack cookie fails. This implementation does nothing when a stack cookie failure occurs.
Definition at line 19 of file StackCheckLibNullGcc.c.
VOID* __stack_chk_guard = (VOID *)(UINTN)0x0 |
Definition at line 10 of file StackCheckLibNullGcc.c.