summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/crtend.s
blob: 87eee98a4c6d69aa428d169f3c7d75852d747d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
############################################################################
##  mmglue: midipix architecture- and target-specific bits for musl libc  ##
##  Copyright (C) 2013--2023  SysDeer Technologies, LLC                   ##
##  Released under GPLv2 and GPLv3; see COPYING.MMGLUE.                   ##
############################################################################

	.file	"crtend.s"

	.cfi_sections	.debug_frame

	# C
	.section .dsosyms$__gcc_personality_seh0
	.linkonce discard
	.balign 8

	.weak	__imp___gcc_personality_seh0
	.quad   0
	.long   0
	.long   0

	.text
	.def    .__gcc_personality_seh0; .scl 2; .type 32; .endef
	.global .__gcc_personality_seh0

	.cfi_startproc
.__gcc_personality_seh0:
	movq        __imp___gcc_personality_seh0(%rip), %rax
        rex.W jmp   *%rax
	.cfi_endproc



	# C++
	.section .dsosyms$__gxx_personality_seh0
	.linkonce discard
	.balign 8

	.weak	__imp___gxx_personality_seh0
	.quad   0
	.long   0
	.long   0

	.text
	.def    .__gxx_personality_seh0; .scl 2; .type 32; .endef
	.global .__gxx_personality_seh0

	.cfi_startproc
.__gxx_personality_seh0:
	movq        __imp___gxx_personality_seh0(%rip), %rax
        rex.W jmp   *%rax
	.cfi_endproc



	# OBJC
	.section .dsosyms$__gnu_objc_personality_seh0
	.linkonce discard
	.balign 8

	.weak	__imp___gnu_objc_personality_seh0
	.quad   0
	.long   0
	.long   0

	.text
	.def    .__gnu_objc_personality_seh0; .scl 2; .type 32; .endef
	.global .__gnu_objc_personality_seh0

	.cfi_startproc
.__gnu_objc_personality_seh0:
	movq        __imp___gnu_objc_personality_seh0(%rip), %rax
        rex.W jmp   *%rax
	.cfi_endproc

	# DSO REFERENCE COUNTING
	.data
	.global __dso_handle
__dso_handle:
	.long	0

	.section .midipix
	.global  __imp___dso_handle
__imp___dso_handle:
	.quad    __dso_handle