summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/StackCheckLibNull/X64/StackCheckFunctionsMsvc.nasm
blob: f4639a03d2ea385b9729f38c73badb8db1f506b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
;------------------------------------------------------------------------------
; 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