edk2/MdePkg/Library/StackCheckLibNull/X64/StackCheckFunctionsMsvc.nasm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
580 B
NASM
Raw Permalink Normal View History

;------------------------------------------------------------------------------
; X64/StackCheckFunctionsMsvc.nasm
;
; Copyright (c) Microsoft Corporation.
; SPDX-License-Identifier: BSD-2-Clause-Patent
;------------------------------------------------------------------------------
DEFAULT REL
SECTION .text
global ASM_PFX(__report_rangecheckfailure)
ASM_PFX(__report_rangecheckfailure):
ret
global ASM_PFX(__GSHandlerCheck)
ASM_PFX(__GSHandlerCheck):
ret
global ASM_PFX(__security_check_cookie)
ASM_PFX(__security_check_cookie):
ret