-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsymbolTable.s
289 lines (289 loc) · 5.71 KB
/
symbolTable.s
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
.file "symbolTable.cpp"
.section .rodata
.type _ZStL19piecewise_construct, @object
.size _ZStL19piecewise_construct, 1
_ZStL19piecewise_construct:
.zero 1
.local _ZStL8__ioinit
.comm _ZStL8__ioinit,1,1
.text
.align 2
.globl _ZN7StudentC2Ev
.type _ZN7StudentC2Ev, @function
_ZN7StudentC2Ev:
.LFB1197:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq %rdi, -8(%rbp)
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1197:
.size _ZN7StudentC2Ev, .-_ZN7StudentC2Ev
.globl _ZN7StudentC1Ev
.set _ZN7StudentC1Ev,_ZN7StudentC2Ev
.align 2
.globl _ZN7StudentC2Eid
.type _ZN7StudentC2Eid, @function
_ZN7StudentC2Eid:
.LFB1200:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movsd %xmm0, -24(%rbp)
movq -8(%rbp), %rax
movl -12(%rbp), %edx
movl %edx, (%rax)
movq -8(%rbp), %rdx
movq -24(%rbp), %rax
movq %rax, 8(%rdx)
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1200:
.size _ZN7StudentC2Eid, .-_ZN7StudentC2Eid
.globl _ZN7StudentC1Eid
.set _ZN7StudentC1Eid,_ZN7StudentC2Eid
.align 2
.globl _ZNK7Student4fun8Eid
.type _ZNK7Student4fun8Eid, @function
_ZNK7Student4fun8Eid:
.LFB1202:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movsd %xmm0, -24(%rbp)
movl -12(%rbp), %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1202:
.size _ZNK7Student4fun8Eid, .-_ZNK7Student4fun8Eid
.align 2
.globl _ZN7Student4fun1Eid
.type _ZN7Student4fun1Eid, @function
_ZN7Student4fun1Eid:
.LFB1203:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movsd %xmm0, -24(%rbp)
movl -12(%rbp), %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1203:
.size _ZN7Student4fun1Eid, .-_ZN7Student4fun1Eid
.align 2
.globl _ZNK7Student4fun7Eid
.type _ZNK7Student4fun7Eid, @function
_ZNK7Student4fun7Eid:
.LFB1204:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movsd %xmm0, -24(%rbp)
movl -12(%rbp), %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1204:
.size _ZNK7Student4fun7Eid, .-_ZNK7Student4fun7Eid
.align 2
.globl _ZN7Student4fun2Efb
.type _ZN7Student4fun2Efb, @function
_ZN7Student4fun2Efb:
.LFB1205:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq %rdi, -8(%rbp)
movss %xmm0, -12(%rbp)
movl %esi, %eax
movb %al, -16(%rbp)
movl $1, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1205:
.size _ZN7Student4fun2Efb, .-_ZN7Student4fun2Efb
.align 2
.globl _ZNK7Student4fun6Eid
.type _ZNK7Student4fun6Eid, @function
_ZNK7Student4fun6Eid:
.LFB1206:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movsd %xmm0, -24(%rbp)
movl -12(%rbp), %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1206:
.size _ZNK7Student4fun6Eid, .-_ZNK7Student4fun6Eid
.globl _Z4fun3id
.type _Z4fun3id, @function
_Z4fun3id:
.LFB1207:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl %edi, -4(%rbp)
movsd %xmm0, -16(%rbp)
movq -16(%rbp), %rax
movq %rax, -24(%rbp)
movsd -24(%rbp), %xmm0
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1207:
.size _Z4fun3id, .-_Z4fun3id
.globl _Z4fun4id
.type _Z4fun4id, @function
_Z4fun4id:
.LFB1208:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl %edi, -4(%rbp)
movsd %xmm0, -16(%rbp)
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1208:
.size _Z4fun4id, .-_Z4fun4id
.globl _Z4fun5v
.type _Z4fun5v, @function
_Z4fun5v:
.LFB1209:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $1, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1209:
.size _Z4fun5v, .-_Z4fun5v
.globl main
.type main, @function
main:
.LFB1210:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $0, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1210:
.size main, .-main
.type _Z41__static_initialization_and_destruction_0ii, @function
_Z41__static_initialization_and_destruction_0ii:
.LFB1357:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
subq $16, %rsp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
cmpl $1, -4(%rbp)
jne .L20
cmpl $65535, -8(%rbp)
jne .L20
movl $_ZStL8__ioinit, %edi
call _ZNSt8ios_base4InitC1Ev
movl $__dso_handle, %edx
movl $_ZStL8__ioinit, %esi
movl $_ZNSt8ios_base4InitD1Ev, %edi
call __cxa_atexit
.L20:
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1357:
.size _Z41__static_initialization_and_destruction_0ii, .-_Z41__static_initialization_and_destruction_0ii
.type _GLOBAL__sub_I__ZN7StudentC2Ev, @function
_GLOBAL__sub_I__ZN7StudentC2Ev:
.LFB1358:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $65535, %esi
movl $1, %edi
call _Z41__static_initialization_and_destruction_0ii
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE1358:
.size _GLOBAL__sub_I__ZN7StudentC2Ev, .-_GLOBAL__sub_I__ZN7StudentC2Ev
.section .init_array,"aw"
.align 8
.quad _GLOBAL__sub_I__ZN7StudentC2Ev
.hidden __dso_handle
.ident "GCC: (GNU) 4.8.5 20150623 (Red Hat 4.8.5-39)"
.section .note.GNU-stack,"",@progbits