]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/Sec/X64/Gasket.S
2797d84de6c2e97f8a5b38a79fcf49d621cd87a0
[mirror_edk2.git] / UnixPkg / Sec / X64 / Gasket.S
1 #------------------------------------------------------------------------------
2 #
3 # This template was generated from GasketEfiTemplate.c Unix x86_64 ABI
4 #
5 # Efi Prefix means it has been ported to gasket EFIABI to Unix x86_64 ABI
6 #
7 # The EFI_UNIX_THUNK_PROTOCOL member functions call these these generic assembly
8 # routines.
9 #
10 # Some OS X POSIX calls get name mangled in C code and we need to fill in a C global
11 # to get the correct binding (does not work from assembly). So we have 4 functions
12 # that do an indirect call, while the others call POSIX APIs directly
13 #
14 # movq _gUnixRmDir@GOTPCREL(%rip), %rax
15 #
16 #
17 # UNIX Arg passing: RCX, RDX, R8, R9
18 # EFI Arg passing: RDI, RDI, RDX, RCX, R8, R9
19 #
20 # RSI, RDI calle-save on EFI, scatch on UNIX callign
21 #
22 #
23 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
24 # This program and the accompanying materials
25 # are licensed and made available under the terms and conditions of the BSD License
26 # which accompanies this distribution. The full text of the license may be found at
27 # http://opensource.org/licenses/bsd-license.php
28 #
29 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
30 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
31 #
32 #------------------------------------------------------------------------------
33 #ifdef __APPLE__
34 .section __DWARF,__debug_frame,regular,debug
35 Lsection__debug_frame:
36 .section __DWARF,__debug_info,regular,debug
37 Lsection__debug_info:
38 .section __DWARF,__debug_abbrev,regular,debug
39 Lsection__debug_abbrev:
40 .section __DWARF,__debug_aranges,regular,debug
41 Lsection__debug_aranges:
42 .section __DWARF,__debug_macinfo,regular,debug
43 Lsection__debug_macinfo:
44 .section __DWARF,__debug_line,regular,debug
45 Lsection__debug_line:
46 .section __DWARF,__debug_loc,regular,debug
47 Lsection__debug_loc:
48 .section __DWARF,__debug_pubnames,regular,debug
49 Lsection__debug_pubnames:
50 .section __DWARF,__debug_pubtypes,regular,debug
51 Lsection__debug_pubtypes:
52 .section __DWARF,__debug_inlined,regular,debug
53 Lsection__debug_inlined:
54 .section __DWARF,__debug_str,regular,debug
55 Lsection__debug_str:
56 .section __DWARF,__debug_ranges,regular,debug
57 Lsection__debug_ranges:
58 .section __DWARF,__debug_abbrev,regular,debug
59 Ldebug_abbrev0:
60 .section __DWARF,__debug_info,regular,debug
61 Ldebug_info0:
62 .section __DWARF,__debug_line,regular,debug
63 Ldebug_line0:
64 #endif
65
66 .text
67 Ltext0:
68 .globl _Gasketrmdir
69 _Gasketrmdir:
70 LFB16:
71 .file 1 "/Users/fish/work/edk2/UnixPkg/Sec/X64/GasketEfiTemplate.c"
72 .loc 1 35 0
73 pushq %rbp
74 LCFI0:
75 movq %rsp, %rbp
76 LCFI1:
77 subq $16, %rsp
78 LCFI2:
79 movq %rdi, -8(%rbp)
80 .loc 1 36 0
81 movq _gUnixRmDir@GOTPCREL(%rip), %rax
82 movq (%rax), %rax
83 movq -8(%rbp), %rdi
84 call *%rax
85 .loc 1 37 0
86 leave
87 ret
88
89 LFE16:
90 .globl _Gasketopendir
91 _Gasketopendir:
92 LFB17:
93 .loc 1 42 0
94 pushq %rbp
95 LCFI3:
96 movq %rsp, %rbp
97 LCFI4:
98 subq $16, %rsp
99 LCFI5:
100 movq %rdi, -8(%rbp)
101 .loc 1 43 0
102 movq _gUnixOpenDir@GOTPCREL(%rip), %rax
103 movq (%rax), %rax
104 movq -8(%rbp), %rdi
105 call *%rax
106 .loc 1 44 0
107 leave
108 ret
109 LFE17:
110 .globl _Gasketstat
111 _Gasketstat:
112 LFB18:
113 .loc 1 49 0
114 pushq %rbp
115 LCFI6:
116 movq %rsp, %rbp
117 LCFI7:
118 subq $16, %rsp
119 LCFI8:
120 movq %rdi, -8(%rbp)
121 movq %rsi, -16(%rbp)
122 .loc 1 50 0
123 movq _gUnixStat@GOTPCREL(%rip), %rax
124 movq (%rax), %rax
125 movq -16(%rbp), %rsi
126 movq -8(%rbp), %rdi
127 call *%rax
128 .loc 1 51 0
129 leave
130 ret
131 LFE18:
132 .globl _Gasketstatfs
133 _Gasketstatfs:
134 LFB19:
135 .loc 1 56 0
136 pushq %rbp
137 LCFI9:
138 movq %rsp, %rbp
139 LCFI10:
140 subq $16, %rsp
141 LCFI11:
142 movq %rdi, -8(%rbp)
143 movq %rsi, -16(%rbp)
144 .loc 1 57 0
145 movq _gUnixStatFs@GOTPCREL(%rip), %rax
146 movq (%rax), %rax
147 movq -16(%rbp), %rsi
148 movq -8(%rbp), %rdi
149 call *%rax
150 .loc 1 58 0
151 leave
152 ret
153 LFE19:
154 .globl _GasketmsSleep
155 _GasketmsSleep:
156 LFB20:
157 .loc 1 65 0
158 pushq %rbp
159 LCFI12:
160 movq %rsp, %rbp
161 LCFI13:
162 subq $16, %rsp
163 LCFI14:
164 movq %rdi, -8(%rbp)
165 .loc 1 66 0
166 movq -8(%rbp), %rdi
167 call _msSleep
168 .loc 1 68 0
169 leave
170 ret
171 LFE20:
172 .globl _Gasketexit
173 _Gasketexit:
174 LFB21:
175 .loc 1 72 0
176 pushq %rbp
177 LCFI15:
178 movq %rsp, %rbp
179 LCFI16:
180 subq $16, %rsp
181 LCFI17:
182 movl %edi, -4(%rbp)
183 .loc 1 73 0
184 movl -4(%rbp), %edi
185 call _exit
186 LFE21:
187 .globl _GasketSetTimer
188 _GasketSetTimer:
189 LFB22:
190 .loc 1 80 0
191 pushq %rbp
192 LCFI18:
193 movq %rsp, %rbp
194 LCFI19:
195 subq $16, %rsp
196 LCFI20:
197 movq %rdi, -8(%rbp)
198 movq %rsi, -16(%rbp)
199 .loc 1 81 0
200 movq -16(%rbp), %rsi
201 movq -8(%rbp), %rdi
202 call _SetTimer
203 .loc 1 83 0
204 leave
205 ret
206 LFE22:
207 .globl _GasketGetLocalTime
208 _GasketGetLocalTime:
209 LFB23:
210 .loc 1 88 0
211 pushq %rbp
212 LCFI21:
213 movq %rsp, %rbp
214 LCFI22:
215 subq $16, %rsp
216 LCFI23:
217 movq %rdi, -8(%rbp)
218 .loc 1 89 0
219 movq -8(%rbp), %rdi
220 call _GetLocalTime
221 .loc 1 91 0
222 leave
223 ret
224 LFE23:
225 .globl _Gasketgmtime
226 _Gasketgmtime:
227 LFB24:
228 .loc 1 96 0
229 pushq %rbp
230 LCFI24:
231 movq %rsp, %rbp
232 LCFI25:
233 subq $16, %rsp
234 LCFI26:
235 movq %rdi, -8(%rbp)
236 .loc 1 97 0
237 movq -8(%rbp), %rdi
238 call _localtime
239 .loc 1 98 0
240 leave
241 ret
242 LFE24:
243 .globl _GasketGetTimeZone
244 _GasketGetTimeZone:
245 LFB25:
246 .loc 1 103 0
247 pushq %rbp
248 LCFI27:
249 movq %rsp, %rbp
250 LCFI28:
251 .loc 1 104 0
252 call _GetTimeZone
253 .loc 1 105 0
254 leave
255 ret
256 LFE25:
257 .globl _GasketGetDayLight
258 _GasketGetDayLight:
259 LFB26:
260 .loc 1 110 0
261 pushq %rbp
262 LCFI29:
263 movq %rsp, %rbp
264 LCFI30:
265 .loc 1 111 0
266 call _GetDayLight
267 .loc 1 112 0
268 leave
269 ret
270 LFE26:
271 .globl _Gasketpoll
272 _Gasketpoll:
273 LFB27:
274 .loc 1 117 0
275 pushq %rbp
276 LCFI31:
277 movq %rsp, %rbp
278 LCFI32:
279 subq $16, %rsp
280 LCFI33:
281 movq %rdi, -8(%rbp)
282 movl %esi, -12(%rbp)
283 movl %edx, -16(%rbp)
284 .loc 1 118 0
285 movl -16(%rbp), %edx
286 movl -12(%rbp), %esi
287 movq -8(%rbp), %rdi
288 call _poll
289 .loc 1 119 0
290 leave
291 ret
292 LFE27:
293 .globl _Gasketread
294 _Gasketread:
295 LFB28:
296 .loc 1 124 0
297 pushq %rbp
298 LCFI34:
299 movq %rsp, %rbp
300 LCFI35:
301 subq $32, %rsp
302 LCFI36:
303 movl %edi, -4(%rbp)
304 movq %rsi, -16(%rbp)
305 movl %edx, -20(%rbp)
306 .loc 1 125 0
307 movl -20(%rbp), %eax
308 movslq %eax,%rdx
309 movq -16(%rbp), %rsi
310 movl -4(%rbp), %edi
311 call _read
312 .loc 1 126 0
313 leave
314 ret
315 LFE28:
316 .globl _Gasketwrite
317 _Gasketwrite:
318 LFB29:
319 .loc 1 131 0
320 pushq %rbp
321 LCFI37:
322 movq %rsp, %rbp
323 LCFI38:
324 subq $32, %rsp
325 LCFI39:
326 movl %edi, -4(%rbp)
327 movq %rsi, -16(%rbp)
328 movl %edx, -20(%rbp)
329 .loc 1 132 0
330 movl -20(%rbp), %eax
331 movslq %eax,%rdx
332 movq -16(%rbp), %rsi
333 movl -4(%rbp), %edi
334 call _write
335 .loc 1 133 0
336 leave
337 ret
338 LFE29:
339 .globl _Gasketgetenv
340 _Gasketgetenv:
341 LFB30:
342 .loc 1 138 0
343 pushq %rbp
344 LCFI40:
345 movq %rsp, %rbp
346 LCFI41:
347 subq $16, %rsp
348 LCFI42:
349 movq %rdi, -8(%rbp)
350 .loc 1 139 0
351 movq -8(%rbp), %rdi
352 call _getenv
353 .loc 1 140 0
354 leave
355 ret
356 LFE30:
357 .globl _Gasketopen
358 _Gasketopen:
359 LFB31:
360 .loc 1 145 0
361 pushq %rbp
362 LCFI43:
363 movq %rsp, %rbp
364 LCFI44:
365 subq $16, %rsp
366 LCFI45:
367 movq %rdi, -8(%rbp)
368 movl %esi, -12(%rbp)
369 movl %edx, -16(%rbp)
370 .loc 1 146 0
371 movl -16(%rbp), %edx
372 movl -12(%rbp), %esi
373 movq -8(%rbp), %rdi
374 movl $0, %eax
375 call _open
376 .loc 1 147 0
377 leave
378 ret
379 LFE31:
380 .globl _Gasketlseek
381 _Gasketlseek:
382 LFB32:
383 .loc 1 152 0
384 pushq %rbp
385 LCFI46:
386 movq %rsp, %rbp
387 LCFI47:
388 subq $32, %rsp
389 LCFI48:
390 movl %edi, -4(%rbp)
391 movq %rsi, -16(%rbp)
392 movl %edx, -20(%rbp)
393 .loc 1 153 0
394 movl -20(%rbp), %edx
395 movq -16(%rbp), %rsi
396 movl -4(%rbp), %edi
397 call _lseek
398 .loc 1 154 0
399 leave
400 ret
401 LFE32:
402 .globl _Gasketftruncate
403 _Gasketftruncate:
404 LFB33:
405 .loc 1 159 0
406 pushq %rbp
407 LCFI49:
408 movq %rsp, %rbp
409 LCFI50:
410 subq $16, %rsp
411 LCFI51:
412 movl %edi, -4(%rbp)
413 movq %rsi, -16(%rbp)
414 .loc 1 160 0
415 movq -16(%rbp), %rsi
416 movl -4(%rbp), %edi
417 call _ftruncate
418 .loc 1 161 0
419 leave
420 ret
421 LFE33:
422 .globl _Gasketclose
423 _Gasketclose:
424 LFB34:
425 .loc 1 166 0
426 pushq %rbp
427 LCFI52:
428 movq %rsp, %rbp
429 LCFI53:
430 subq $16, %rsp
431 LCFI54:
432 movl %edi, -4(%rbp)
433 .loc 1 167 0
434 movl -4(%rbp), %edi
435 call _close
436 .loc 1 168 0
437 leave
438 ret
439 LFE34:
440 .globl _Gasketmkdir
441 _Gasketmkdir:
442 LFB35:
443 .loc 1 173 0
444 pushq %rbp
445 LCFI55:
446 movq %rsp, %rbp
447 LCFI56:
448 subq $16, %rsp
449 LCFI57:
450 movq %rdi, -8(%rbp)
451 movw %si, -12(%rbp)
452 .loc 1 174 0
453 movzwl -12(%rbp), %esi
454 movq -8(%rbp), %rdi
455 call _mkdir
456 .loc 1 175 0
457 leave
458 ret
459 LFE35:
460 .globl _Gasketunlink
461 _Gasketunlink:
462 LFB36:
463 .loc 1 180 0
464 pushq %rbp
465 LCFI58:
466 movq %rsp, %rbp
467 LCFI59:
468 subq $16, %rsp
469 LCFI60:
470 movq %rdi, -8(%rbp)
471 .loc 1 181 0
472 movq -8(%rbp), %rdi
473 call _unlink
474 .loc 1 182 0
475 leave
476 ret
477 LFE36:
478 .globl _GasketGetErrno
479 _GasketGetErrno:
480 LFB37:
481 .loc 1 187 0
482 pushq %rbp
483 LCFI61:
484 movq %rsp, %rbp
485 LCFI62:
486 .loc 1 188 0
487 call _GetErrno
488 .loc 1 189 0
489 leave
490 ret
491 LFE37:
492 .globl _Gasketrewinddir
493 _Gasketrewinddir:
494 LFB38:
495 .loc 1 194 0
496 pushq %rbp
497 LCFI63:
498 movq %rsp, %rbp
499 LCFI64:
500 subq $16, %rsp
501 LCFI65:
502 movq %rdi, -8(%rbp)
503 .loc 1 195 0
504 movq -8(%rbp), %rdi
505 call _rewinddir$INODE64
506 .loc 1 197 0
507 leave
508 ret
509 LFE38:
510 .globl _Gasketreaddir
511 _Gasketreaddir:
512 LFB39:
513 .loc 1 202 0
514 pushq %rbp
515 LCFI66:
516 movq %rsp, %rbp
517 LCFI67:
518 subq $16, %rsp
519 LCFI68:
520 movq %rdi, -8(%rbp)
521 .loc 1 203 0
522 movq -8(%rbp), %rdi
523 call _readdir$INODE64
524 .loc 1 204 0
525 leave
526 ret
527 LFE39:
528 .globl _Gasketclosedir
529 _Gasketclosedir:
530 LFB40:
531 .loc 1 209 0
532 pushq %rbp
533 LCFI69:
534 movq %rsp, %rbp
535 LCFI70:
536 subq $16, %rsp
537 LCFI71:
538 movq %rdi, -8(%rbp)
539 .loc 1 210 0
540 movq -8(%rbp), %rdi
541 call _closedir
542 .loc 1 211 0
543 leave
544 ret
545 LFE40:
546 .globl _Gasketrename
547 _Gasketrename:
548 LFB41:
549 .loc 1 216 0
550 pushq %rbp
551 LCFI72:
552 movq %rsp, %rbp
553 LCFI73:
554 subq $16, %rsp
555 LCFI74:
556 movq %rdi, -8(%rbp)
557 movq %rsi, -16(%rbp)
558 .loc 1 217 0
559 movq -16(%rbp), %rsi
560 movq -8(%rbp), %rdi
561 call _rename
562 .loc 1 218 0
563 leave
564 ret
565 LFE41:
566 .globl _Gasketmktime
567 _Gasketmktime:
568 LFB42:
569 .loc 1 223 0
570 pushq %rbp
571 LCFI75:
572 movq %rsp, %rbp
573 LCFI76:
574 subq $16, %rsp
575 LCFI77:
576 movq %rdi, -8(%rbp)
577 .loc 1 224 0
578 movq -8(%rbp), %rdi
579 call _mktime
580 .loc 1 225 0
581 leave
582 ret
583 LFE42:
584 .globl _Gasketfsync
585 _Gasketfsync:
586 LFB43:
587 .loc 1 230 0
588 pushq %rbp
589 LCFI78:
590 movq %rsp, %rbp
591 LCFI79:
592 subq $16, %rsp
593 LCFI80:
594 movl %edi, -4(%rbp)
595 .loc 1 231 0
596 movl -4(%rbp), %edi
597 call _fsync
598 .loc 1 232 0
599 leave
600 ret
601 LFE43:
602 .globl _Gasketchmod
603 _Gasketchmod:
604 LFB44:
605 .loc 1 237 0
606 pushq %rbp
607 LCFI81:
608 movq %rsp, %rbp
609 LCFI82:
610 subq $16, %rsp
611 LCFI83:
612 movq %rdi, -8(%rbp)
613 movw %si, -12(%rbp)
614 .loc 1 238 0
615 movzwl -12(%rbp), %esi
616 movq -8(%rbp), %rdi
617 call _chmod
618 .loc 1 239 0
619 leave
620 ret
621 LFE44:
622 .globl _Gasketutime
623 _Gasketutime:
624 LFB45:
625 .loc 1 244 0
626 pushq %rbp
627 LCFI84:
628 movq %rsp, %rbp
629 LCFI85:
630 subq $16, %rsp
631 LCFI86:
632 movq %rdi, -8(%rbp)
633 movq %rsi, -16(%rbp)
634 .loc 1 245 0
635 movq -16(%rbp), %rsi
636 movq -8(%rbp), %rdi
637 call _utime
638 .loc 1 246 0
639 leave
640 ret
641 LFE45:
642 .globl _Gaskettcflush
643 _Gaskettcflush:
644 LFB46:
645 .loc 1 251 0
646 pushq %rbp
647 LCFI87:
648 movq %rsp, %rbp
649 LCFI88:
650 subq $16, %rsp
651 LCFI89:
652 movl %edi, -4(%rbp)
653 movl %esi, -8(%rbp)
654 .loc 1 252 0
655 movl -8(%rbp), %esi
656 movl -4(%rbp), %edi
657 call _tcflush
658 .loc 1 253 0
659 leave
660 ret
661 LFE46:
662 .globl _GasketUgaCreate
663 _GasketUgaCreate:
664 LFB47:
665 .loc 1 258 0
666 pushq %rbp
667 LCFI90:
668 movq %rsp, %rbp
669 LCFI91:
670 subq $16, %rsp
671 LCFI92:
672 movq %rdi, -8(%rbp)
673 movq %rsi, -16(%rbp)
674 .loc 1 259 0
675 movq -16(%rbp), %rsi
676 movq -8(%rbp), %rdi
677 call _UgaCreate
678 .loc 1 260 0
679 leave
680 ret
681 LFE47:
682 .globl _Gasketperror
683 _Gasketperror:
684 LFB48:
685 .loc 1 265 0
686 pushq %rbp
687 LCFI93:
688 movq %rsp, %rbp
689 LCFI94:
690 subq $16, %rsp
691 LCFI95:
692 movq %rdi, -8(%rbp)
693 .loc 1 266 0
694 movq -8(%rbp), %rdi
695 call _perror
696 .loc 1 268 0
697 leave
698 ret
699 LFE48:
700 .globl _Gasketioctl
701 _Gasketioctl:
702 LFB49:
703 .loc 1 277 0
704 pushq %rbp
705 LCFI96:
706 movq %rsp, %rbp
707 LCFI97:
708 subq $240, %rsp
709 LCFI98:
710 movl %edi, -212(%rbp)
711 movq %rdx, -160(%rbp)
712 movq %rcx, -152(%rbp)
713 movq %r8, -144(%rbp)
714 movq %r9, -136(%rbp)
715 movzbl %al, %eax
716 movq %rax, -240(%rbp)
717 movq -240(%rbp), %rdx
718 leaq 0(,%rdx,4), %rax
719 leaq L68(%rip), %rdx
720 movq %rdx, -240(%rbp)
721 subq %rax, -240(%rbp)
722 leaq -1(%rbp), %rax
723 movq -240(%rbp), %rdx
724 jmp *%rdx
725 movaps %xmm7, -15(%rax)
726 movaps %xmm6, -31(%rax)
727 movaps %xmm5, -47(%rax)
728 movaps %xmm4, -63(%rax)
729 movaps %xmm3, -79(%rax)
730 movaps %xmm2, -95(%rax)
731 movaps %xmm1, -111(%rax)
732 movaps %xmm0, -127(%rax)
733 L68:
734 movq %rsi, -224(%rbp)
735 .loc 1 280 0
736 leaq -208(%rbp), %rax
737 movl $16, (%rax)
738 leaq -208(%rbp), %rax
739 movl $48, 4(%rax)
740 leaq -208(%rbp), %rax
741 leaq 16(%rbp), %rdx
742 movq %rdx, 8(%rax)
743 leaq -208(%rbp), %rax
744 leaq -176(%rbp), %rdx
745 movq %rdx, 16(%rax)
746 .loc 1 281 0
747 movl -208(%rbp), %eax
748 cmpl $48, %eax
749 jae L69
750 movq -192(%rbp), %rdx
751 movl -208(%rbp), %eax
752 mov %eax, %eax
753 addq %rax, %rdx
754 movq %rdx, -232(%rbp)
755 movl -208(%rbp), %eax
756 addl $8, %eax
757 movl %eax, -208(%rbp)
758 jmp L71
759 L69:
760 movq -200(%rbp), %rax
761 movq %rax, -232(%rbp)
762 addq $8, %rax
763 movq %rax, -200(%rbp)
764 L71:
765 movq -232(%rbp), %rax
766 movq (%rax), %rdx
767 movq -224(%rbp), %rsi
768 movl -212(%rbp), %edi
769 movl $0, %eax
770 call _ioctl
771 .loc 1 282 0
772 leave
773 ret
774 LFE49:
775 .globl _Gasketfcntl
776 _Gasketfcntl:
777 LFB50:
778 .loc 1 287 0
779 pushq %rbp
780 LCFI99:
781 movq %rsp, %rbp
782 LCFI100:
783 subq $240, %rsp
784 LCFI101:
785 movl %edi, -212(%rbp)
786 movq %rdx, -160(%rbp)
787 movq %rcx, -152(%rbp)
788 movq %r8, -144(%rbp)
789 movq %r9, -136(%rbp)
790 movzbl %al, %eax
791 movq %rax, -232(%rbp)
792 movq -232(%rbp), %rdx
793 leaq 0(,%rdx,4), %rax
794 leaq L74(%rip), %rdx
795 movq %rdx, -232(%rbp)
796 subq %rax, -232(%rbp)
797 leaq -1(%rbp), %rax
798 movq -232(%rbp), %rdx
799 jmp *%rdx
800 movaps %xmm7, -15(%rax)
801 movaps %xmm6, -31(%rax)
802 movaps %xmm5, -47(%rax)
803 movaps %xmm4, -63(%rax)
804 movaps %xmm3, -79(%rax)
805 movaps %xmm2, -95(%rax)
806 movaps %xmm1, -111(%rax)
807 movaps %xmm0, -127(%rax)
808 L74:
809 movl %esi, -216(%rbp)
810 .loc 1 290 0
811 leaq -208(%rbp), %rax
812 movl $16, (%rax)
813 leaq -208(%rbp), %rax
814 movl $48, 4(%rax)
815 leaq -208(%rbp), %rax
816 leaq 16(%rbp), %rdx
817 movq %rdx, 8(%rax)
818 leaq -208(%rbp), %rax
819 leaq -176(%rbp), %rdx
820 movq %rdx, 16(%rax)
821 .loc 1 291 0
822 movl -208(%rbp), %eax
823 cmpl $48, %eax
824 jae L75
825 movq -192(%rbp), %rdx
826 movl -208(%rbp), %eax
827 mov %eax, %eax
828 addq %rax, %rdx
829 movq %rdx, -224(%rbp)
830 movl -208(%rbp), %eax
831 addl $8, %eax
832 movl %eax, -208(%rbp)
833 jmp L77
834 L75:
835 movq -200(%rbp), %rax
836 movq %rax, -224(%rbp)
837 addq $8, %rax
838 movq %rax, -200(%rbp)
839 L77:
840 movq -224(%rbp), %rax
841 movq (%rax), %rdx
842 movl -216(%rbp), %esi
843 movl -212(%rbp), %edi
844 movl $0, %eax
845 call _fcntl
846 .loc 1 292 0
847 leave
848 ret
849 LFE50:
850 .globl _Gasketcfsetispeed
851 _Gasketcfsetispeed:
852 LFB51:
853 .loc 1 298 0
854 pushq %rbp
855 LCFI102:
856 movq %rsp, %rbp
857 LCFI103:
858 subq $16, %rsp
859 LCFI104:
860 movq %rdi, -8(%rbp)
861 movq %rsi, -16(%rbp)
862 .loc 1 299 0
863 movq -16(%rbp), %rsi
864 movq -8(%rbp), %rdi
865 call _cfsetispeed
866 .loc 1 300 0
867 leave
868 ret
869 LFE51:
870 .globl _Gasketcfsetospeed
871 _Gasketcfsetospeed:
872 LFB52:
873 .loc 1 305 0
874 pushq %rbp
875 LCFI105:
876 movq %rsp, %rbp
877 LCFI106:
878 subq $16, %rsp
879 LCFI107:
880 movq %rdi, -8(%rbp)
881 movq %rsi, -16(%rbp)
882 .loc 1 306 0
883 movq -16(%rbp), %rsi
884 movq -8(%rbp), %rdi
885 call _cfsetospeed
886 .loc 1 307 0
887 leave
888 ret
889 LFE52:
890 .globl _Gaskettcgetattr
891 _Gaskettcgetattr:
892 LFB53:
893 .loc 1 312 0
894 pushq %rbp
895 LCFI108:
896 movq %rsp, %rbp
897 LCFI109:
898 subq $16, %rsp
899 LCFI110:
900 movl %edi, -4(%rbp)
901 movq %rsi, -16(%rbp)
902 .loc 1 313 0
903 movq -16(%rbp), %rsi
904 movl -4(%rbp), %edi
905 call _tcgetattr
906 .loc 1 314 0
907 leave
908 ret
909 LFE53:
910 .globl _Gaskettcsetattr
911 _Gaskettcsetattr:
912 LFB54:
913 .loc 1 319 0
914 pushq %rbp
915 LCFI111:
916 movq %rsp, %rbp
917 LCFI112:
918 subq $16, %rsp
919 LCFI113:
920 movl %edi, -4(%rbp)
921 movl %esi, -8(%rbp)
922 movq %rdx, -16(%rbp)
923 .loc 1 320 0
924 movq -16(%rbp), %rdx
925 movl -8(%rbp), %esi
926 movl -4(%rbp), %edi
927 call _tcsetattr
928 .loc 1 321 0
929 leave
930 ret
931 LFE54:
932 .globl _GasketUnixPeCoffGetEntryPoint
933 _GasketUnixPeCoffGetEntryPoint:
934 LFB55:
935 .loc 1 331 0
936 pushq %rbp
937 LCFI114:
938 movq %rsp, %rbp
939 LCFI115:
940 subq $16, %rsp
941 LCFI116:
942 movq %rdi, -8(%rbp)
943 movq %rsi, -16(%rbp)
944 .loc 1 332 0
945 movq -16(%rbp), %rsi
946 movq -8(%rbp), %rdi
947 call _SecPeCoffGetEntryPoint
948 .loc 1 333 0
949 leave
950 ret
951 LFE55:
952 .globl _GasketUnixPeCoffRelocateImageExtraAction
953 _GasketUnixPeCoffRelocateImageExtraAction:
954 LFB56:
955 .loc 1 341 0
956 pushq %rbp
957 LCFI117:
958 movq %rsp, %rbp
959 LCFI118:
960 subq $16, %rsp
961 LCFI119:
962 movq %rdi, -8(%rbp)
963 .loc 1 342 0
964 movq -8(%rbp), %rdi
965 call _SecPeCoffRelocateImageExtraAction
966 .loc 1 344 0
967 leave
968 ret
969 LFE56:
970 .globl _GasketUnixPeCoffUnloadImageExtraAction
971 _GasketUnixPeCoffUnloadImageExtraAction:
972 LFB57:
973 .loc 1 352 0
974 pushq %rbp
975 LCFI120:
976 movq %rsp, %rbp
977 LCFI121:
978 subq $16, %rsp
979 LCFI122:
980 movq %rdi, -8(%rbp)
981 .loc 1 353 0
982 movq -8(%rbp), %rdi
983 call _SecPeCoffLoaderUnloadImageExtraAction
984 .loc 1 355 0
985 leave
986 ret
987 LFE57:
988 .globl _GasketUgaClose
989 _GasketUgaClose:
990 LFB58:
991 .loc 1 365 0
992 pushq %rbp
993 LCFI123:
994 movq %rsp, %rbp
995 LCFI124:
996 subq $16, %rsp
997 LCFI125:
998 movq %rdi, -8(%rbp)
999 .loc 1 366 0
1000 movq -8(%rbp), %rdi
1001 call _UgaClose
1002 .loc 1 367 0
1003 leave
1004 ret
1005 LFE58:
1006 .globl _GasketUgaSize
1007 _GasketUgaSize:
1008 LFB59:
1009 .loc 1 372 0
1010 pushq %rbp
1011 LCFI126:
1012 movq %rsp, %rbp
1013 LCFI127:
1014 subq $16, %rsp
1015 LCFI128:
1016 movq %rdi, -8(%rbp)
1017 movl %esi, -12(%rbp)
1018 movl %edx, -16(%rbp)
1019 .loc 1 373 0
1020 movl -16(%rbp), %edx
1021 movl -12(%rbp), %esi
1022 movq -8(%rbp), %rdi
1023 call _UgaSize
1024 .loc 1 374 0
1025 leave
1026 ret
1027 LFE59:
1028 .globl _GasketUgaCheckKey
1029 _GasketUgaCheckKey:
1030 LFB60:
1031 .loc 1 379 0
1032 pushq %rbp
1033 LCFI129:
1034 movq %rsp, %rbp
1035 LCFI130:
1036 subq $16, %rsp
1037 LCFI131:
1038 movq %rdi, -8(%rbp)
1039 .loc 1 380 0
1040 movq -8(%rbp), %rdi
1041 call _UgaCheckKey
1042 .loc 1 381 0
1043 leave
1044 ret
1045 LFE60:
1046 .globl _GasketUgaGetKey
1047 _GasketUgaGetKey:
1048 LFB61:
1049 .loc 1 386 0
1050 pushq %rbp
1051 LCFI132:
1052 movq %rsp, %rbp
1053 LCFI133:
1054 subq $16, %rsp
1055 LCFI134:
1056 movq %rdi, -8(%rbp)
1057 movq %rsi, -16(%rbp)
1058 .loc 1 387 0
1059 movq -16(%rbp), %rsi
1060 movq -8(%rbp), %rdi
1061 call _UgaGetKey
1062 .loc 1 388 0
1063 leave
1064 ret
1065 LFE61:
1066 .globl _GasketUgaBlt
1067 _GasketUgaBlt:
1068 LFB62:
1069 .loc 1 404 0
1070 pushq %rbp
1071 LCFI135:
1072 movq %rsp, %rbp
1073 LCFI136:
1074 subq $80, %rsp
1075 LCFI137:
1076 movq %rdi, -8(%rbp)
1077 movq %rsi, -16(%rbp)
1078 movl %edx, -20(%rbp)
1079 movq %rcx, -32(%rbp)
1080 movq %r8, -40(%rbp)
1081 movq %r9, -48(%rbp)
1082 .loc 1 405 0
1083 movq -48(%rbp), %rdx
1084 movq -40(%rbp), %rcx
1085 movq -32(%rbp), %rsi
1086 movl -20(%rbp), %edi
1087 movq -16(%rbp), %r10
1088 movq -8(%rbp), %r11
1089 movq 40(%rbp), %rax
1090 movq %rax, 24(%rsp)
1091 movq 32(%rbp), %rax
1092 movq %rax, 16(%rsp)
1093 movq 24(%rbp), %rax
1094 movq %rax, 8(%rsp)
1095 movq 16(%rbp), %rax
1096 movq %rax, (%rsp)
1097 movq %rdx, %r9
1098 movq %rcx, %r8
1099 movq %rsi, %rcx
1100 movl %edi, %edx
1101 movq %r10, %rsi
1102 movq %r11, %rdi
1103 call _UgaBlt
1104 .loc 1 406 0
1105 leave
1106 ret
1107 LFE62:
1108
1109 .globl _ReverseGasketUint64
1110 _ReverseGasketUint64:
1111 LFB63:
1112 .loc 1 413 0
1113 pushq %rbp
1114 LCFI138:
1115 movq %rsp, %rbp
1116 LCFI139:
1117 subq $32, %rsp
1118 LCFI140:
1119 movq %rdi, -24(%rbp)
1120 movq %rsi, -32(%rbp)
1121 .loc 1 414 0
1122 movq -24(%rbp), %rax
1123 movq %rax, -8(%rbp)
1124 .loc 1 416 0
1125 movq -32(%rbp), %rdi
1126 movq -8(%rbp), %rax
1127 call *%rax
1128 .loc 1 417 0
1129 movl $0, %eax
1130 .loc 1 418 0
1131 leave
1132 ret
1133
1134 .globl _EfiReverseGasketUint64
1135 _EfiReverseGasketUint64:
1136 pushq %rbp
1137 movq %rsp, %rbp
1138 subq $64, %rsp
1139 movq %rdi, -24(%rbp)
1140 movq %rsi, -32(%rbp)
1141 movq -24(%rbp), %rax
1142 movq %rax, -8(%rbp)
1143 movq -32(%rbp), %rcx
1144 movq -8(%rbp), %rax
1145 call *%rax
1146 leave
1147 ret
1148
1149 #if __APPLE__
1150
1151 LFE63:
1152 .section __DWARF,__debug_frame,regular,debug
1153 Lframe0:
1154 .set L$set$0,LECIE0-LSCIE0
1155 .long L$set$0
1156 LSCIE0:
1157 .long 0xffffffff
1158 .byte 0x1
1159 .ascii "\0"
1160 .byte 0x1
1161 .byte 0x78
1162 .byte 0x10
1163 .byte 0xc
1164 .byte 0x7
1165 .byte 0x8
1166 .byte 0x90
1167 .byte 0x1
1168 .align 3
1169 LECIE0:
1170 LSFDE0:
1171 .set L$set$1,LEFDE0-LASFDE0
1172 .long L$set$1
1173 LASFDE0:
1174 .set L$set$2,Lframe0-Lsection__debug_frame
1175 .long L$set$2
1176 .quad LFB16
1177 .set L$set$3,LFE16-LFB16
1178 .quad L$set$3
1179 .byte 0x4
1180 .set L$set$4,LCFI0-LFB16
1181 .long L$set$4
1182 .byte 0xe
1183 .byte 0x10
1184 .byte 0x86
1185 .byte 0x2
1186 .byte 0x4
1187 .set L$set$5,LCFI1-LCFI0
1188 .long L$set$5
1189 .byte 0xd
1190 .byte 0x6
1191 .align 3
1192 LEFDE0:
1193 LSFDE2:
1194 .set L$set$6,LEFDE2-LASFDE2
1195 .long L$set$6
1196 LASFDE2:
1197 .set L$set$7,Lframe0-Lsection__debug_frame
1198 .long L$set$7
1199 .quad LFB17
1200 .set L$set$8,LFE17-LFB17
1201 .quad L$set$8
1202 .byte 0x4
1203 .set L$set$9,LCFI3-LFB17
1204 .long L$set$9
1205 .byte 0xe
1206 .byte 0x10
1207 .byte 0x86
1208 .byte 0x2
1209 .byte 0x4
1210 .set L$set$10,LCFI4-LCFI3
1211 .long L$set$10
1212 .byte 0xd
1213 .byte 0x6
1214 .align 3
1215 LEFDE2:
1216 LSFDE4:
1217 .set L$set$11,LEFDE4-LASFDE4
1218 .long L$set$11
1219 LASFDE4:
1220 .set L$set$12,Lframe0-Lsection__debug_frame
1221 .long L$set$12
1222 .quad LFB18
1223 .set L$set$13,LFE18-LFB18
1224 .quad L$set$13
1225 .byte 0x4
1226 .set L$set$14,LCFI6-LFB18
1227 .long L$set$14
1228 .byte 0xe
1229 .byte 0x10
1230 .byte 0x86
1231 .byte 0x2
1232 .byte 0x4
1233 .set L$set$15,LCFI7-LCFI6
1234 .long L$set$15
1235 .byte 0xd
1236 .byte 0x6
1237 .align 3
1238 LEFDE4:
1239 LSFDE6:
1240 .set L$set$16,LEFDE6-LASFDE6
1241 .long L$set$16
1242 LASFDE6:
1243 .set L$set$17,Lframe0-Lsection__debug_frame
1244 .long L$set$17
1245 .quad LFB19
1246 .set L$set$18,LFE19-LFB19
1247 .quad L$set$18
1248 .byte 0x4
1249 .set L$set$19,LCFI9-LFB19
1250 .long L$set$19
1251 .byte 0xe
1252 .byte 0x10
1253 .byte 0x86
1254 .byte 0x2
1255 .byte 0x4
1256 .set L$set$20,LCFI10-LCFI9
1257 .long L$set$20
1258 .byte 0xd
1259 .byte 0x6
1260 .align 3
1261 LEFDE6:
1262 LSFDE8:
1263 .set L$set$21,LEFDE8-LASFDE8
1264 .long L$set$21
1265 LASFDE8:
1266 .set L$set$22,Lframe0-Lsection__debug_frame
1267 .long L$set$22
1268 .quad LFB20
1269 .set L$set$23,LFE20-LFB20
1270 .quad L$set$23
1271 .byte 0x4
1272 .set L$set$24,LCFI12-LFB20
1273 .long L$set$24
1274 .byte 0xe
1275 .byte 0x10
1276 .byte 0x86
1277 .byte 0x2
1278 .byte 0x4
1279 .set L$set$25,LCFI13-LCFI12
1280 .long L$set$25
1281 .byte 0xd
1282 .byte 0x6
1283 .align 3
1284 LEFDE8:
1285 LSFDE10:
1286 .set L$set$26,LEFDE10-LASFDE10
1287 .long L$set$26
1288 LASFDE10:
1289 .set L$set$27,Lframe0-Lsection__debug_frame
1290 .long L$set$27
1291 .quad LFB21
1292 .set L$set$28,LFE21-LFB21
1293 .quad L$set$28
1294 .byte 0x4
1295 .set L$set$29,LCFI15-LFB21
1296 .long L$set$29
1297 .byte 0xe
1298 .byte 0x10
1299 .byte 0x86
1300 .byte 0x2
1301 .byte 0x4
1302 .set L$set$30,LCFI16-LCFI15
1303 .long L$set$30
1304 .byte 0xd
1305 .byte 0x6
1306 .align 3
1307 LEFDE10:
1308 LSFDE12:
1309 .set L$set$31,LEFDE12-LASFDE12
1310 .long L$set$31
1311 LASFDE12:
1312 .set L$set$32,Lframe0-Lsection__debug_frame
1313 .long L$set$32
1314 .quad LFB22
1315 .set L$set$33,LFE22-LFB22
1316 .quad L$set$33
1317 .byte 0x4
1318 .set L$set$34,LCFI18-LFB22
1319 .long L$set$34
1320 .byte 0xe
1321 .byte 0x10
1322 .byte 0x86
1323 .byte 0x2
1324 .byte 0x4
1325 .set L$set$35,LCFI19-LCFI18
1326 .long L$set$35
1327 .byte 0xd
1328 .byte 0x6
1329 .align 3
1330 LEFDE12:
1331 LSFDE14:
1332 .set L$set$36,LEFDE14-LASFDE14
1333 .long L$set$36
1334 LASFDE14:
1335 .set L$set$37,Lframe0-Lsection__debug_frame
1336 .long L$set$37
1337 .quad LFB23
1338 .set L$set$38,LFE23-LFB23
1339 .quad L$set$38
1340 .byte 0x4
1341 .set L$set$39,LCFI21-LFB23
1342 .long L$set$39
1343 .byte 0xe
1344 .byte 0x10
1345 .byte 0x86
1346 .byte 0x2
1347 .byte 0x4
1348 .set L$set$40,LCFI22-LCFI21
1349 .long L$set$40
1350 .byte 0xd
1351 .byte 0x6
1352 .align 3
1353 LEFDE14:
1354 LSFDE16:
1355 .set L$set$41,LEFDE16-LASFDE16
1356 .long L$set$41
1357 LASFDE16:
1358 .set L$set$42,Lframe0-Lsection__debug_frame
1359 .long L$set$42
1360 .quad LFB24
1361 .set L$set$43,LFE24-LFB24
1362 .quad L$set$43
1363 .byte 0x4
1364 .set L$set$44,LCFI24-LFB24
1365 .long L$set$44
1366 .byte 0xe
1367 .byte 0x10
1368 .byte 0x86
1369 .byte 0x2
1370 .byte 0x4
1371 .set L$set$45,LCFI25-LCFI24
1372 .long L$set$45
1373 .byte 0xd
1374 .byte 0x6
1375 .align 3
1376 LEFDE16:
1377 LSFDE18:
1378 .set L$set$46,LEFDE18-LASFDE18
1379 .long L$set$46
1380 LASFDE18:
1381 .set L$set$47,Lframe0-Lsection__debug_frame
1382 .long L$set$47
1383 .quad LFB25
1384 .set L$set$48,LFE25-LFB25
1385 .quad L$set$48
1386 .byte 0x4
1387 .set L$set$49,LCFI27-LFB25
1388 .long L$set$49
1389 .byte 0xe
1390 .byte 0x10
1391 .byte 0x86
1392 .byte 0x2
1393 .byte 0x4
1394 .set L$set$50,LCFI28-LCFI27
1395 .long L$set$50
1396 .byte 0xd
1397 .byte 0x6
1398 .align 3
1399 LEFDE18:
1400 LSFDE20:
1401 .set L$set$51,LEFDE20-LASFDE20
1402 .long L$set$51
1403 LASFDE20:
1404 .set L$set$52,Lframe0-Lsection__debug_frame
1405 .long L$set$52
1406 .quad LFB26
1407 .set L$set$53,LFE26-LFB26
1408 .quad L$set$53
1409 .byte 0x4
1410 .set L$set$54,LCFI29-LFB26
1411 .long L$set$54
1412 .byte 0xe
1413 .byte 0x10
1414 .byte 0x86
1415 .byte 0x2
1416 .byte 0x4
1417 .set L$set$55,LCFI30-LCFI29
1418 .long L$set$55
1419 .byte 0xd
1420 .byte 0x6
1421 .align 3
1422 LEFDE20:
1423 LSFDE22:
1424 .set L$set$56,LEFDE22-LASFDE22
1425 .long L$set$56
1426 LASFDE22:
1427 .set L$set$57,Lframe0-Lsection__debug_frame
1428 .long L$set$57
1429 .quad LFB27
1430 .set L$set$58,LFE27-LFB27
1431 .quad L$set$58
1432 .byte 0x4
1433 .set L$set$59,LCFI31-LFB27
1434 .long L$set$59
1435 .byte 0xe
1436 .byte 0x10
1437 .byte 0x86
1438 .byte 0x2
1439 .byte 0x4
1440 .set L$set$60,LCFI32-LCFI31
1441 .long L$set$60
1442 .byte 0xd
1443 .byte 0x6
1444 .align 3
1445 LEFDE22:
1446 LSFDE24:
1447 .set L$set$61,LEFDE24-LASFDE24
1448 .long L$set$61
1449 LASFDE24:
1450 .set L$set$62,Lframe0-Lsection__debug_frame
1451 .long L$set$62
1452 .quad LFB28
1453 .set L$set$63,LFE28-LFB28
1454 .quad L$set$63
1455 .byte 0x4
1456 .set L$set$64,LCFI34-LFB28
1457 .long L$set$64
1458 .byte 0xe
1459 .byte 0x10
1460 .byte 0x86
1461 .byte 0x2
1462 .byte 0x4
1463 .set L$set$65,LCFI35-LCFI34
1464 .long L$set$65
1465 .byte 0xd
1466 .byte 0x6
1467 .align 3
1468 LEFDE24:
1469 LSFDE26:
1470 .set L$set$66,LEFDE26-LASFDE26
1471 .long L$set$66
1472 LASFDE26:
1473 .set L$set$67,Lframe0-Lsection__debug_frame
1474 .long L$set$67
1475 .quad LFB29
1476 .set L$set$68,LFE29-LFB29
1477 .quad L$set$68
1478 .byte 0x4
1479 .set L$set$69,LCFI37-LFB29
1480 .long L$set$69
1481 .byte 0xe
1482 .byte 0x10
1483 .byte 0x86
1484 .byte 0x2
1485 .byte 0x4
1486 .set L$set$70,LCFI38-LCFI37
1487 .long L$set$70
1488 .byte 0xd
1489 .byte 0x6
1490 .align 3
1491 LEFDE26:
1492 LSFDE28:
1493 .set L$set$71,LEFDE28-LASFDE28
1494 .long L$set$71
1495 LASFDE28:
1496 .set L$set$72,Lframe0-Lsection__debug_frame
1497 .long L$set$72
1498 .quad LFB30
1499 .set L$set$73,LFE30-LFB30
1500 .quad L$set$73
1501 .byte 0x4
1502 .set L$set$74,LCFI40-LFB30
1503 .long L$set$74
1504 .byte 0xe
1505 .byte 0x10
1506 .byte 0x86
1507 .byte 0x2
1508 .byte 0x4
1509 .set L$set$75,LCFI41-LCFI40
1510 .long L$set$75
1511 .byte 0xd
1512 .byte 0x6
1513 .align 3
1514 LEFDE28:
1515 LSFDE30:
1516 .set L$set$76,LEFDE30-LASFDE30
1517 .long L$set$76
1518 LASFDE30:
1519 .set L$set$77,Lframe0-Lsection__debug_frame
1520 .long L$set$77
1521 .quad LFB31
1522 .set L$set$78,LFE31-LFB31
1523 .quad L$set$78
1524 .byte 0x4
1525 .set L$set$79,LCFI43-LFB31
1526 .long L$set$79
1527 .byte 0xe
1528 .byte 0x10
1529 .byte 0x86
1530 .byte 0x2
1531 .byte 0x4
1532 .set L$set$80,LCFI44-LCFI43
1533 .long L$set$80
1534 .byte 0xd
1535 .byte 0x6
1536 .align 3
1537 LEFDE30:
1538 LSFDE32:
1539 .set L$set$81,LEFDE32-LASFDE32
1540 .long L$set$81
1541 LASFDE32:
1542 .set L$set$82,Lframe0-Lsection__debug_frame
1543 .long L$set$82
1544 .quad LFB32
1545 .set L$set$83,LFE32-LFB32
1546 .quad L$set$83
1547 .byte 0x4
1548 .set L$set$84,LCFI46-LFB32
1549 .long L$set$84
1550 .byte 0xe
1551 .byte 0x10
1552 .byte 0x86
1553 .byte 0x2
1554 .byte 0x4
1555 .set L$set$85,LCFI47-LCFI46
1556 .long L$set$85
1557 .byte 0xd
1558 .byte 0x6
1559 .align 3
1560 LEFDE32:
1561 LSFDE34:
1562 .set L$set$86,LEFDE34-LASFDE34
1563 .long L$set$86
1564 LASFDE34:
1565 .set L$set$87,Lframe0-Lsection__debug_frame
1566 .long L$set$87
1567 .quad LFB33
1568 .set L$set$88,LFE33-LFB33
1569 .quad L$set$88
1570 .byte 0x4
1571 .set L$set$89,LCFI49-LFB33
1572 .long L$set$89
1573 .byte 0xe
1574 .byte 0x10
1575 .byte 0x86
1576 .byte 0x2
1577 .byte 0x4
1578 .set L$set$90,LCFI50-LCFI49
1579 .long L$set$90
1580 .byte 0xd
1581 .byte 0x6
1582 .align 3
1583 LEFDE34:
1584 LSFDE36:
1585 .set L$set$91,LEFDE36-LASFDE36
1586 .long L$set$91
1587 LASFDE36:
1588 .set L$set$92,Lframe0-Lsection__debug_frame
1589 .long L$set$92
1590 .quad LFB34
1591 .set L$set$93,LFE34-LFB34
1592 .quad L$set$93
1593 .byte 0x4
1594 .set L$set$94,LCFI52-LFB34
1595 .long L$set$94
1596 .byte 0xe
1597 .byte 0x10
1598 .byte 0x86
1599 .byte 0x2
1600 .byte 0x4
1601 .set L$set$95,LCFI53-LCFI52
1602 .long L$set$95
1603 .byte 0xd
1604 .byte 0x6
1605 .align 3
1606 LEFDE36:
1607 LSFDE38:
1608 .set L$set$96,LEFDE38-LASFDE38
1609 .long L$set$96
1610 LASFDE38:
1611 .set L$set$97,Lframe0-Lsection__debug_frame
1612 .long L$set$97
1613 .quad LFB35
1614 .set L$set$98,LFE35-LFB35
1615 .quad L$set$98
1616 .byte 0x4
1617 .set L$set$99,LCFI55-LFB35
1618 .long L$set$99
1619 .byte 0xe
1620 .byte 0x10
1621 .byte 0x86
1622 .byte 0x2
1623 .byte 0x4
1624 .set L$set$100,LCFI56-LCFI55
1625 .long L$set$100
1626 .byte 0xd
1627 .byte 0x6
1628 .align 3
1629 LEFDE38:
1630 LSFDE40:
1631 .set L$set$101,LEFDE40-LASFDE40
1632 .long L$set$101
1633 LASFDE40:
1634 .set L$set$102,Lframe0-Lsection__debug_frame
1635 .long L$set$102
1636 .quad LFB36
1637 .set L$set$103,LFE36-LFB36
1638 .quad L$set$103
1639 .byte 0x4
1640 .set L$set$104,LCFI58-LFB36
1641 .long L$set$104
1642 .byte 0xe
1643 .byte 0x10
1644 .byte 0x86
1645 .byte 0x2
1646 .byte 0x4
1647 .set L$set$105,LCFI59-LCFI58
1648 .long L$set$105
1649 .byte 0xd
1650 .byte 0x6
1651 .align 3
1652 LEFDE40:
1653 LSFDE42:
1654 .set L$set$106,LEFDE42-LASFDE42
1655 .long L$set$106
1656 LASFDE42:
1657 .set L$set$107,Lframe0-Lsection__debug_frame
1658 .long L$set$107
1659 .quad LFB37
1660 .set L$set$108,LFE37-LFB37
1661 .quad L$set$108
1662 .byte 0x4
1663 .set L$set$109,LCFI61-LFB37
1664 .long L$set$109
1665 .byte 0xe
1666 .byte 0x10
1667 .byte 0x86
1668 .byte 0x2
1669 .byte 0x4
1670 .set L$set$110,LCFI62-LCFI61
1671 .long L$set$110
1672 .byte 0xd
1673 .byte 0x6
1674 .align 3
1675 LEFDE42:
1676 LSFDE44:
1677 .set L$set$111,LEFDE44-LASFDE44
1678 .long L$set$111
1679 LASFDE44:
1680 .set L$set$112,Lframe0-Lsection__debug_frame
1681 .long L$set$112
1682 .quad LFB38
1683 .set L$set$113,LFE38-LFB38
1684 .quad L$set$113
1685 .byte 0x4
1686 .set L$set$114,LCFI63-LFB38
1687 .long L$set$114
1688 .byte 0xe
1689 .byte 0x10
1690 .byte 0x86
1691 .byte 0x2
1692 .byte 0x4
1693 .set L$set$115,LCFI64-LCFI63
1694 .long L$set$115
1695 .byte 0xd
1696 .byte 0x6
1697 .align 3
1698 LEFDE44:
1699 LSFDE46:
1700 .set L$set$116,LEFDE46-LASFDE46
1701 .long L$set$116
1702 LASFDE46:
1703 .set L$set$117,Lframe0-Lsection__debug_frame
1704 .long L$set$117
1705 .quad LFB39
1706 .set L$set$118,LFE39-LFB39
1707 .quad L$set$118
1708 .byte 0x4
1709 .set L$set$119,LCFI66-LFB39
1710 .long L$set$119
1711 .byte 0xe
1712 .byte 0x10
1713 .byte 0x86
1714 .byte 0x2
1715 .byte 0x4
1716 .set L$set$120,LCFI67-LCFI66
1717 .long L$set$120
1718 .byte 0xd
1719 .byte 0x6
1720 .align 3
1721 LEFDE46:
1722 LSFDE48:
1723 .set L$set$121,LEFDE48-LASFDE48
1724 .long L$set$121
1725 LASFDE48:
1726 .set L$set$122,Lframe0-Lsection__debug_frame
1727 .long L$set$122
1728 .quad LFB40
1729 .set L$set$123,LFE40-LFB40
1730 .quad L$set$123
1731 .byte 0x4
1732 .set L$set$124,LCFI69-LFB40
1733 .long L$set$124
1734 .byte 0xe
1735 .byte 0x10
1736 .byte 0x86
1737 .byte 0x2
1738 .byte 0x4
1739 .set L$set$125,LCFI70-LCFI69
1740 .long L$set$125
1741 .byte 0xd
1742 .byte 0x6
1743 .align 3
1744 LEFDE48:
1745 LSFDE50:
1746 .set L$set$126,LEFDE50-LASFDE50
1747 .long L$set$126
1748 LASFDE50:
1749 .set L$set$127,Lframe0-Lsection__debug_frame
1750 .long L$set$127
1751 .quad LFB41
1752 .set L$set$128,LFE41-LFB41
1753 .quad L$set$128
1754 .byte 0x4
1755 .set L$set$129,LCFI72-LFB41
1756 .long L$set$129
1757 .byte 0xe
1758 .byte 0x10
1759 .byte 0x86
1760 .byte 0x2
1761 .byte 0x4
1762 .set L$set$130,LCFI73-LCFI72
1763 .long L$set$130
1764 .byte 0xd
1765 .byte 0x6
1766 .align 3
1767 LEFDE50:
1768 LSFDE52:
1769 .set L$set$131,LEFDE52-LASFDE52
1770 .long L$set$131
1771 LASFDE52:
1772 .set L$set$132,Lframe0-Lsection__debug_frame
1773 .long L$set$132
1774 .quad LFB42
1775 .set L$set$133,LFE42-LFB42
1776 .quad L$set$133
1777 .byte 0x4
1778 .set L$set$134,LCFI75-LFB42
1779 .long L$set$134
1780 .byte 0xe
1781 .byte 0x10
1782 .byte 0x86
1783 .byte 0x2
1784 .byte 0x4
1785 .set L$set$135,LCFI76-LCFI75
1786 .long L$set$135
1787 .byte 0xd
1788 .byte 0x6
1789 .align 3
1790 LEFDE52:
1791 LSFDE54:
1792 .set L$set$136,LEFDE54-LASFDE54
1793 .long L$set$136
1794 LASFDE54:
1795 .set L$set$137,Lframe0-Lsection__debug_frame
1796 .long L$set$137
1797 .quad LFB43
1798 .set L$set$138,LFE43-LFB43
1799 .quad L$set$138
1800 .byte 0x4
1801 .set L$set$139,LCFI78-LFB43
1802 .long L$set$139
1803 .byte 0xe
1804 .byte 0x10
1805 .byte 0x86
1806 .byte 0x2
1807 .byte 0x4
1808 .set L$set$140,LCFI79-LCFI78
1809 .long L$set$140
1810 .byte 0xd
1811 .byte 0x6
1812 .align 3
1813 LEFDE54:
1814 LSFDE56:
1815 .set L$set$141,LEFDE56-LASFDE56
1816 .long L$set$141
1817 LASFDE56:
1818 .set L$set$142,Lframe0-Lsection__debug_frame
1819 .long L$set$142
1820 .quad LFB44
1821 .set L$set$143,LFE44-LFB44
1822 .quad L$set$143
1823 .byte 0x4
1824 .set L$set$144,LCFI81-LFB44
1825 .long L$set$144
1826 .byte 0xe
1827 .byte 0x10
1828 .byte 0x86
1829 .byte 0x2
1830 .byte 0x4
1831 .set L$set$145,LCFI82-LCFI81
1832 .long L$set$145
1833 .byte 0xd
1834 .byte 0x6
1835 .align 3
1836 LEFDE56:
1837 LSFDE58:
1838 .set L$set$146,LEFDE58-LASFDE58
1839 .long L$set$146
1840 LASFDE58:
1841 .set L$set$147,Lframe0-Lsection__debug_frame
1842 .long L$set$147
1843 .quad LFB45
1844 .set L$set$148,LFE45-LFB45
1845 .quad L$set$148
1846 .byte 0x4
1847 .set L$set$149,LCFI84-LFB45
1848 .long L$set$149
1849 .byte 0xe
1850 .byte 0x10
1851 .byte 0x86
1852 .byte 0x2
1853 .byte 0x4
1854 .set L$set$150,LCFI85-LCFI84
1855 .long L$set$150
1856 .byte 0xd
1857 .byte 0x6
1858 .align 3
1859 LEFDE58:
1860 LSFDE60:
1861 .set L$set$151,LEFDE60-LASFDE60
1862 .long L$set$151
1863 LASFDE60:
1864 .set L$set$152,Lframe0-Lsection__debug_frame
1865 .long L$set$152
1866 .quad LFB46
1867 .set L$set$153,LFE46-LFB46
1868 .quad L$set$153
1869 .byte 0x4
1870 .set L$set$154,LCFI87-LFB46
1871 .long L$set$154
1872 .byte 0xe
1873 .byte 0x10
1874 .byte 0x86
1875 .byte 0x2
1876 .byte 0x4
1877 .set L$set$155,LCFI88-LCFI87
1878 .long L$set$155
1879 .byte 0xd
1880 .byte 0x6
1881 .align 3
1882 LEFDE60:
1883 LSFDE62:
1884 .set L$set$156,LEFDE62-LASFDE62
1885 .long L$set$156
1886 LASFDE62:
1887 .set L$set$157,Lframe0-Lsection__debug_frame
1888 .long L$set$157
1889 .quad LFB47
1890 .set L$set$158,LFE47-LFB47
1891 .quad L$set$158
1892 .byte 0x4
1893 .set L$set$159,LCFI90-LFB47
1894 .long L$set$159
1895 .byte 0xe
1896 .byte 0x10
1897 .byte 0x86
1898 .byte 0x2
1899 .byte 0x4
1900 .set L$set$160,LCFI91-LCFI90
1901 .long L$set$160
1902 .byte 0xd
1903 .byte 0x6
1904 .align 3
1905 LEFDE62:
1906 LSFDE64:
1907 .set L$set$161,LEFDE64-LASFDE64
1908 .long L$set$161
1909 LASFDE64:
1910 .set L$set$162,Lframe0-Lsection__debug_frame
1911 .long L$set$162
1912 .quad LFB48
1913 .set L$set$163,LFE48-LFB48
1914 .quad L$set$163
1915 .byte 0x4
1916 .set L$set$164,LCFI93-LFB48
1917 .long L$set$164
1918 .byte 0xe
1919 .byte 0x10
1920 .byte 0x86
1921 .byte 0x2
1922 .byte 0x4
1923 .set L$set$165,LCFI94-LCFI93
1924 .long L$set$165
1925 .byte 0xd
1926 .byte 0x6
1927 .align 3
1928 LEFDE64:
1929 LSFDE66:
1930 .set L$set$166,LEFDE66-LASFDE66
1931 .long L$set$166
1932 LASFDE66:
1933 .set L$set$167,Lframe0-Lsection__debug_frame
1934 .long L$set$167
1935 .quad LFB49
1936 .set L$set$168,LFE49-LFB49
1937 .quad L$set$168
1938 .byte 0x4
1939 .set L$set$169,LCFI96-LFB49
1940 .long L$set$169
1941 .byte 0xe
1942 .byte 0x10
1943 .byte 0x86
1944 .byte 0x2
1945 .byte 0x4
1946 .set L$set$170,LCFI97-LCFI96
1947 .long L$set$170
1948 .byte 0xd
1949 .byte 0x6
1950 .align 3
1951 LEFDE66:
1952 LSFDE68:
1953 .set L$set$171,LEFDE68-LASFDE68
1954 .long L$set$171
1955 LASFDE68:
1956 .set L$set$172,Lframe0-Lsection__debug_frame
1957 .long L$set$172
1958 .quad LFB50
1959 .set L$set$173,LFE50-LFB50
1960 .quad L$set$173
1961 .byte 0x4
1962 .set L$set$174,LCFI99-LFB50
1963 .long L$set$174
1964 .byte 0xe
1965 .byte 0x10
1966 .byte 0x86
1967 .byte 0x2
1968 .byte 0x4
1969 .set L$set$175,LCFI100-LCFI99
1970 .long L$set$175
1971 .byte 0xd
1972 .byte 0x6
1973 .align 3
1974 LEFDE68:
1975 LSFDE70:
1976 .set L$set$176,LEFDE70-LASFDE70
1977 .long L$set$176
1978 LASFDE70:
1979 .set L$set$177,Lframe0-Lsection__debug_frame
1980 .long L$set$177
1981 .quad LFB51
1982 .set L$set$178,LFE51-LFB51
1983 .quad L$set$178
1984 .byte 0x4
1985 .set L$set$179,LCFI102-LFB51
1986 .long L$set$179
1987 .byte 0xe
1988 .byte 0x10
1989 .byte 0x86
1990 .byte 0x2
1991 .byte 0x4
1992 .set L$set$180,LCFI103-LCFI102
1993 .long L$set$180
1994 .byte 0xd
1995 .byte 0x6
1996 .align 3
1997 LEFDE70:
1998 LSFDE72:
1999 .set L$set$181,LEFDE72-LASFDE72
2000 .long L$set$181
2001 LASFDE72:
2002 .set L$set$182,Lframe0-Lsection__debug_frame
2003 .long L$set$182
2004 .quad LFB52
2005 .set L$set$183,LFE52-LFB52
2006 .quad L$set$183
2007 .byte 0x4
2008 .set L$set$184,LCFI105-LFB52
2009 .long L$set$184
2010 .byte 0xe
2011 .byte 0x10
2012 .byte 0x86
2013 .byte 0x2
2014 .byte 0x4
2015 .set L$set$185,LCFI106-LCFI105
2016 .long L$set$185
2017 .byte 0xd
2018 .byte 0x6
2019 .align 3
2020 LEFDE72:
2021 LSFDE74:
2022 .set L$set$186,LEFDE74-LASFDE74
2023 .long L$set$186
2024 LASFDE74:
2025 .set L$set$187,Lframe0-Lsection__debug_frame
2026 .long L$set$187
2027 .quad LFB53
2028 .set L$set$188,LFE53-LFB53
2029 .quad L$set$188
2030 .byte 0x4
2031 .set L$set$189,LCFI108-LFB53
2032 .long L$set$189
2033 .byte 0xe
2034 .byte 0x10
2035 .byte 0x86
2036 .byte 0x2
2037 .byte 0x4
2038 .set L$set$190,LCFI109-LCFI108
2039 .long L$set$190
2040 .byte 0xd
2041 .byte 0x6
2042 .align 3
2043 LEFDE74:
2044 LSFDE76:
2045 .set L$set$191,LEFDE76-LASFDE76
2046 .long L$set$191
2047 LASFDE76:
2048 .set L$set$192,Lframe0-Lsection__debug_frame
2049 .long L$set$192
2050 .quad LFB54
2051 .set L$set$193,LFE54-LFB54
2052 .quad L$set$193
2053 .byte 0x4
2054 .set L$set$194,LCFI111-LFB54
2055 .long L$set$194
2056 .byte 0xe
2057 .byte 0x10
2058 .byte 0x86
2059 .byte 0x2
2060 .byte 0x4
2061 .set L$set$195,LCFI112-LCFI111
2062 .long L$set$195
2063 .byte 0xd
2064 .byte 0x6
2065 .align 3
2066 LEFDE76:
2067 LSFDE78:
2068 .set L$set$196,LEFDE78-LASFDE78
2069 .long L$set$196
2070 LASFDE78:
2071 .set L$set$197,Lframe0-Lsection__debug_frame
2072 .long L$set$197
2073 .quad LFB55
2074 .set L$set$198,LFE55-LFB55
2075 .quad L$set$198
2076 .byte 0x4
2077 .set L$set$199,LCFI114-LFB55
2078 .long L$set$199
2079 .byte 0xe
2080 .byte 0x10
2081 .byte 0x86
2082 .byte 0x2
2083 .byte 0x4
2084 .set L$set$200,LCFI115-LCFI114
2085 .long L$set$200
2086 .byte 0xd
2087 .byte 0x6
2088 .align 3
2089 LEFDE78:
2090 LSFDE80:
2091 .set L$set$201,LEFDE80-LASFDE80
2092 .long L$set$201
2093 LASFDE80:
2094 .set L$set$202,Lframe0-Lsection__debug_frame
2095 .long L$set$202
2096 .quad LFB56
2097 .set L$set$203,LFE56-LFB56
2098 .quad L$set$203
2099 .byte 0x4
2100 .set L$set$204,LCFI117-LFB56
2101 .long L$set$204
2102 .byte 0xe
2103 .byte 0x10
2104 .byte 0x86
2105 .byte 0x2
2106 .byte 0x4
2107 .set L$set$205,LCFI118-LCFI117
2108 .long L$set$205
2109 .byte 0xd
2110 .byte 0x6
2111 .align 3
2112 LEFDE80:
2113 LSFDE82:
2114 .set L$set$206,LEFDE82-LASFDE82
2115 .long L$set$206
2116 LASFDE82:
2117 .set L$set$207,Lframe0-Lsection__debug_frame
2118 .long L$set$207
2119 .quad LFB57
2120 .set L$set$208,LFE57-LFB57
2121 .quad L$set$208
2122 .byte 0x4
2123 .set L$set$209,LCFI120-LFB57
2124 .long L$set$209
2125 .byte 0xe
2126 .byte 0x10
2127 .byte 0x86
2128 .byte 0x2
2129 .byte 0x4
2130 .set L$set$210,LCFI121-LCFI120
2131 .long L$set$210
2132 .byte 0xd
2133 .byte 0x6
2134 .align 3
2135 LEFDE82:
2136 LSFDE84:
2137 .set L$set$211,LEFDE84-LASFDE84
2138 .long L$set$211
2139 LASFDE84:
2140 .set L$set$212,Lframe0-Lsection__debug_frame
2141 .long L$set$212
2142 .quad LFB58
2143 .set L$set$213,LFE58-LFB58
2144 .quad L$set$213
2145 .byte 0x4
2146 .set L$set$214,LCFI123-LFB58
2147 .long L$set$214
2148 .byte 0xe
2149 .byte 0x10
2150 .byte 0x86
2151 .byte 0x2
2152 .byte 0x4
2153 .set L$set$215,LCFI124-LCFI123
2154 .long L$set$215
2155 .byte 0xd
2156 .byte 0x6
2157 .align 3
2158 LEFDE84:
2159 LSFDE86:
2160 .set L$set$216,LEFDE86-LASFDE86
2161 .long L$set$216
2162 LASFDE86:
2163 .set L$set$217,Lframe0-Lsection__debug_frame
2164 .long L$set$217
2165 .quad LFB59
2166 .set L$set$218,LFE59-LFB59
2167 .quad L$set$218
2168 .byte 0x4
2169 .set L$set$219,LCFI126-LFB59
2170 .long L$set$219
2171 .byte 0xe
2172 .byte 0x10
2173 .byte 0x86
2174 .byte 0x2
2175 .byte 0x4
2176 .set L$set$220,LCFI127-LCFI126
2177 .long L$set$220
2178 .byte 0xd
2179 .byte 0x6
2180 .align 3
2181 LEFDE86:
2182 LSFDE88:
2183 .set L$set$221,LEFDE88-LASFDE88
2184 .long L$set$221
2185 LASFDE88:
2186 .set L$set$222,Lframe0-Lsection__debug_frame
2187 .long L$set$222
2188 .quad LFB60
2189 .set L$set$223,LFE60-LFB60
2190 .quad L$set$223
2191 .byte 0x4
2192 .set L$set$224,LCFI129-LFB60
2193 .long L$set$224
2194 .byte 0xe
2195 .byte 0x10
2196 .byte 0x86
2197 .byte 0x2
2198 .byte 0x4
2199 .set L$set$225,LCFI130-LCFI129
2200 .long L$set$225
2201 .byte 0xd
2202 .byte 0x6
2203 .align 3
2204 LEFDE88:
2205 LSFDE90:
2206 .set L$set$226,LEFDE90-LASFDE90
2207 .long L$set$226
2208 LASFDE90:
2209 .set L$set$227,Lframe0-Lsection__debug_frame
2210 .long L$set$227
2211 .quad LFB61
2212 .set L$set$228,LFE61-LFB61
2213 .quad L$set$228
2214 .byte 0x4
2215 .set L$set$229,LCFI132-LFB61
2216 .long L$set$229
2217 .byte 0xe
2218 .byte 0x10
2219 .byte 0x86
2220 .byte 0x2
2221 .byte 0x4
2222 .set L$set$230,LCFI133-LCFI132
2223 .long L$set$230
2224 .byte 0xd
2225 .byte 0x6
2226 .align 3
2227 LEFDE90:
2228 LSFDE92:
2229 .set L$set$231,LEFDE92-LASFDE92
2230 .long L$set$231
2231 LASFDE92:
2232 .set L$set$232,Lframe0-Lsection__debug_frame
2233 .long L$set$232
2234 .quad LFB62
2235 .set L$set$233,LFE62-LFB62
2236 .quad L$set$233
2237 .byte 0x4
2238 .set L$set$234,LCFI135-LFB62
2239 .long L$set$234
2240 .byte 0xe
2241 .byte 0x10
2242 .byte 0x86
2243 .byte 0x2
2244 .byte 0x4
2245 .set L$set$235,LCFI136-LCFI135
2246 .long L$set$235
2247 .byte 0xd
2248 .byte 0x6
2249 .align 3
2250 LEFDE92:
2251 LSFDE94:
2252 .set L$set$236,LEFDE94-LASFDE94
2253 .long L$set$236
2254 LASFDE94:
2255 .set L$set$237,Lframe0-Lsection__debug_frame
2256 .long L$set$237
2257 .quad LFB63
2258 .set L$set$238,LFE63-LFB63
2259 .quad L$set$238
2260 .byte 0x4
2261 .set L$set$239,LCFI138-LFB63
2262 .long L$set$239
2263 .byte 0xe
2264 .byte 0x10
2265 .byte 0x86
2266 .byte 0x2
2267 .byte 0x4
2268 .set L$set$240,LCFI139-LCFI138
2269 .long L$set$240
2270 .byte 0xd
2271 .byte 0x6
2272 .align 3
2273 LEFDE94:
2274 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
2275 EH_frame1:
2276 .set L$set$241,LECIE1-LSCIE1
2277 .long L$set$241
2278 LSCIE1:
2279 .long 0x0
2280 .byte 0x1
2281 .ascii "zR\0"
2282 .byte 0x1
2283 .byte 0x78
2284 .byte 0x10
2285 .byte 0x1
2286 .byte 0x10
2287 .byte 0xc
2288 .byte 0x7
2289 .byte 0x8
2290 .byte 0x90
2291 .byte 0x1
2292 .align 3
2293 LECIE1:
2294 .globl _Gasketrmdir.eh
2295 _Gasketrmdir.eh:
2296 LSFDE1:
2297 .set L$set$242,LEFDE1-LASFDE1
2298 .long L$set$242
2299 LASFDE1:
2300 .long LASFDE1-EH_frame1
2301 .quad LFB16-.
2302 .set L$set$243,LFE16-LFB16
2303 .quad L$set$243
2304 .byte 0x0
2305 .byte 0x4
2306 .set L$set$244,LCFI0-LFB16
2307 .long L$set$244
2308 .byte 0xe
2309 .byte 0x10
2310 .byte 0x86
2311 .byte 0x2
2312 .byte 0x4
2313 .set L$set$245,LCFI1-LCFI0
2314 .long L$set$245
2315 .byte 0xd
2316 .byte 0x6
2317 .align 3
2318 LEFDE1:
2319 .globl _Gasketopendir.eh
2320 _Gasketopendir.eh:
2321 LSFDE3:
2322 .set L$set$246,LEFDE3-LASFDE3
2323 .long L$set$246
2324 LASFDE3:
2325 .long LASFDE3-EH_frame1
2326 .quad LFB17-.
2327 .set L$set$247,LFE17-LFB17
2328 .quad L$set$247
2329 .byte 0x0
2330 .byte 0x4
2331 .set L$set$248,LCFI3-LFB17
2332 .long L$set$248
2333 .byte 0xe
2334 .byte 0x10
2335 .byte 0x86
2336 .byte 0x2
2337 .byte 0x4
2338 .set L$set$249,LCFI4-LCFI3
2339 .long L$set$249
2340 .byte 0xd
2341 .byte 0x6
2342 .align 3
2343 LEFDE3:
2344 .globl _Gasketstat.eh
2345 _Gasketstat.eh:
2346 LSFDE5:
2347 .set L$set$250,LEFDE5-LASFDE5
2348 .long L$set$250
2349 LASFDE5:
2350 .long LASFDE5-EH_frame1
2351 .quad LFB18-.
2352 .set L$set$251,LFE18-LFB18
2353 .quad L$set$251
2354 .byte 0x0
2355 .byte 0x4
2356 .set L$set$252,LCFI6-LFB18
2357 .long L$set$252
2358 .byte 0xe
2359 .byte 0x10
2360 .byte 0x86
2361 .byte 0x2
2362 .byte 0x4
2363 .set L$set$253,LCFI7-LCFI6
2364 .long L$set$253
2365 .byte 0xd
2366 .byte 0x6
2367 .align 3
2368 LEFDE5:
2369 .globl _Gasketstatfs.eh
2370 _Gasketstatfs.eh:
2371 LSFDE7:
2372 .set L$set$254,LEFDE7-LASFDE7
2373 .long L$set$254
2374 LASFDE7:
2375 .long LASFDE7-EH_frame1
2376 .quad LFB19-.
2377 .set L$set$255,LFE19-LFB19
2378 .quad L$set$255
2379 .byte 0x0
2380 .byte 0x4
2381 .set L$set$256,LCFI9-LFB19
2382 .long L$set$256
2383 .byte 0xe
2384 .byte 0x10
2385 .byte 0x86
2386 .byte 0x2
2387 .byte 0x4
2388 .set L$set$257,LCFI10-LCFI9
2389 .long L$set$257
2390 .byte 0xd
2391 .byte 0x6
2392 .align 3
2393 LEFDE7:
2394 .globl _GasketmsSleep.eh
2395 _GasketmsSleep.eh:
2396 LSFDE9:
2397 .set L$set$258,LEFDE9-LASFDE9
2398 .long L$set$258
2399 LASFDE9:
2400 .long LASFDE9-EH_frame1
2401 .quad LFB20-.
2402 .set L$set$259,LFE20-LFB20
2403 .quad L$set$259
2404 .byte 0x0
2405 .byte 0x4
2406 .set L$set$260,LCFI12-LFB20
2407 .long L$set$260
2408 .byte 0xe
2409 .byte 0x10
2410 .byte 0x86
2411 .byte 0x2
2412 .byte 0x4
2413 .set L$set$261,LCFI13-LCFI12
2414 .long L$set$261
2415 .byte 0xd
2416 .byte 0x6
2417 .align 3
2418 LEFDE9:
2419 .globl _Gasketexit.eh
2420 _Gasketexit.eh:
2421 LSFDE11:
2422 .set L$set$262,LEFDE11-LASFDE11
2423 .long L$set$262
2424 LASFDE11:
2425 .long LASFDE11-EH_frame1
2426 .quad LFB21-.
2427 .set L$set$263,LFE21-LFB21
2428 .quad L$set$263
2429 .byte 0x0
2430 .byte 0x4
2431 .set L$set$264,LCFI15-LFB21
2432 .long L$set$264
2433 .byte 0xe
2434 .byte 0x10
2435 .byte 0x86
2436 .byte 0x2
2437 .byte 0x4
2438 .set L$set$265,LCFI16-LCFI15
2439 .long L$set$265
2440 .byte 0xd
2441 .byte 0x6
2442 .align 3
2443 LEFDE11:
2444 .globl _GasketSetTimer.eh
2445 _GasketSetTimer.eh:
2446 LSFDE13:
2447 .set L$set$266,LEFDE13-LASFDE13
2448 .long L$set$266
2449 LASFDE13:
2450 .long LASFDE13-EH_frame1
2451 .quad LFB22-.
2452 .set L$set$267,LFE22-LFB22
2453 .quad L$set$267
2454 .byte 0x0
2455 .byte 0x4
2456 .set L$set$268,LCFI18-LFB22
2457 .long L$set$268
2458 .byte 0xe
2459 .byte 0x10
2460 .byte 0x86
2461 .byte 0x2
2462 .byte 0x4
2463 .set L$set$269,LCFI19-LCFI18
2464 .long L$set$269
2465 .byte 0xd
2466 .byte 0x6
2467 .align 3
2468 LEFDE13:
2469 .globl _GasketGetLocalTime.eh
2470 _GasketGetLocalTime.eh:
2471 LSFDE15:
2472 .set L$set$270,LEFDE15-LASFDE15
2473 .long L$set$270
2474 LASFDE15:
2475 .long LASFDE15-EH_frame1
2476 .quad LFB23-.
2477 .set L$set$271,LFE23-LFB23
2478 .quad L$set$271
2479 .byte 0x0
2480 .byte 0x4
2481 .set L$set$272,LCFI21-LFB23
2482 .long L$set$272
2483 .byte 0xe
2484 .byte 0x10
2485 .byte 0x86
2486 .byte 0x2
2487 .byte 0x4
2488 .set L$set$273,LCFI22-LCFI21
2489 .long L$set$273
2490 .byte 0xd
2491 .byte 0x6
2492 .align 3
2493 LEFDE15:
2494 .globl _Gasketgmtime.eh
2495 _Gasketgmtime.eh:
2496 LSFDE17:
2497 .set L$set$274,LEFDE17-LASFDE17
2498 .long L$set$274
2499 LASFDE17:
2500 .long LASFDE17-EH_frame1
2501 .quad LFB24-.
2502 .set L$set$275,LFE24-LFB24
2503 .quad L$set$275
2504 .byte 0x0
2505 .byte 0x4
2506 .set L$set$276,LCFI24-LFB24
2507 .long L$set$276
2508 .byte 0xe
2509 .byte 0x10
2510 .byte 0x86
2511 .byte 0x2
2512 .byte 0x4
2513 .set L$set$277,LCFI25-LCFI24
2514 .long L$set$277
2515 .byte 0xd
2516 .byte 0x6
2517 .align 3
2518 LEFDE17:
2519 .globl _GasketGetTimeZone.eh
2520 _GasketGetTimeZone.eh:
2521 LSFDE19:
2522 .set L$set$278,LEFDE19-LASFDE19
2523 .long L$set$278
2524 LASFDE19:
2525 .long LASFDE19-EH_frame1
2526 .quad LFB25-.
2527 .set L$set$279,LFE25-LFB25
2528 .quad L$set$279
2529 .byte 0x0
2530 .byte 0x4
2531 .set L$set$280,LCFI27-LFB25
2532 .long L$set$280
2533 .byte 0xe
2534 .byte 0x10
2535 .byte 0x86
2536 .byte 0x2
2537 .byte 0x4
2538 .set L$set$281,LCFI28-LCFI27
2539 .long L$set$281
2540 .byte 0xd
2541 .byte 0x6
2542 .align 3
2543 LEFDE19:
2544 .globl _GasketGetDayLight.eh
2545 _GasketGetDayLight.eh:
2546 LSFDE21:
2547 .set L$set$282,LEFDE21-LASFDE21
2548 .long L$set$282
2549 LASFDE21:
2550 .long LASFDE21-EH_frame1
2551 .quad LFB26-.
2552 .set L$set$283,LFE26-LFB26
2553 .quad L$set$283
2554 .byte 0x0
2555 .byte 0x4
2556 .set L$set$284,LCFI29-LFB26
2557 .long L$set$284
2558 .byte 0xe
2559 .byte 0x10
2560 .byte 0x86
2561 .byte 0x2
2562 .byte 0x4
2563 .set L$set$285,LCFI30-LCFI29
2564 .long L$set$285
2565 .byte 0xd
2566 .byte 0x6
2567 .align 3
2568 LEFDE21:
2569 .globl _Gasketpoll.eh
2570 _Gasketpoll.eh:
2571 LSFDE23:
2572 .set L$set$286,LEFDE23-LASFDE23
2573 .long L$set$286
2574 LASFDE23:
2575 .long LASFDE23-EH_frame1
2576 .quad LFB27-.
2577 .set L$set$287,LFE27-LFB27
2578 .quad L$set$287
2579 .byte 0x0
2580 .byte 0x4
2581 .set L$set$288,LCFI31-LFB27
2582 .long L$set$288
2583 .byte 0xe
2584 .byte 0x10
2585 .byte 0x86
2586 .byte 0x2
2587 .byte 0x4
2588 .set L$set$289,LCFI32-LCFI31
2589 .long L$set$289
2590 .byte 0xd
2591 .byte 0x6
2592 .align 3
2593 LEFDE23:
2594 .globl _Gasketread.eh
2595 _Gasketread.eh:
2596 LSFDE25:
2597 .set L$set$290,LEFDE25-LASFDE25
2598 .long L$set$290
2599 LASFDE25:
2600 .long LASFDE25-EH_frame1
2601 .quad LFB28-.
2602 .set L$set$291,LFE28-LFB28
2603 .quad L$set$291
2604 .byte 0x0
2605 .byte 0x4
2606 .set L$set$292,LCFI34-LFB28
2607 .long L$set$292
2608 .byte 0xe
2609 .byte 0x10
2610 .byte 0x86
2611 .byte 0x2
2612 .byte 0x4
2613 .set L$set$293,LCFI35-LCFI34
2614 .long L$set$293
2615 .byte 0xd
2616 .byte 0x6
2617 .align 3
2618 LEFDE25:
2619 .globl _Gasketwrite.eh
2620 _Gasketwrite.eh:
2621 LSFDE27:
2622 .set L$set$294,LEFDE27-LASFDE27
2623 .long L$set$294
2624 LASFDE27:
2625 .long LASFDE27-EH_frame1
2626 .quad LFB29-.
2627 .set L$set$295,LFE29-LFB29
2628 .quad L$set$295
2629 .byte 0x0
2630 .byte 0x4
2631 .set L$set$296,LCFI37-LFB29
2632 .long L$set$296
2633 .byte 0xe
2634 .byte 0x10
2635 .byte 0x86
2636 .byte 0x2
2637 .byte 0x4
2638 .set L$set$297,LCFI38-LCFI37
2639 .long L$set$297
2640 .byte 0xd
2641 .byte 0x6
2642 .align 3
2643 LEFDE27:
2644 .globl _Gasketgetenv.eh
2645 _Gasketgetenv.eh:
2646 LSFDE29:
2647 .set L$set$298,LEFDE29-LASFDE29
2648 .long L$set$298
2649 LASFDE29:
2650 .long LASFDE29-EH_frame1
2651 .quad LFB30-.
2652 .set L$set$299,LFE30-LFB30
2653 .quad L$set$299
2654 .byte 0x0
2655 .byte 0x4
2656 .set L$set$300,LCFI40-LFB30
2657 .long L$set$300
2658 .byte 0xe
2659 .byte 0x10
2660 .byte 0x86
2661 .byte 0x2
2662 .byte 0x4
2663 .set L$set$301,LCFI41-LCFI40
2664 .long L$set$301
2665 .byte 0xd
2666 .byte 0x6
2667 .align 3
2668 LEFDE29:
2669 .globl _Gasketopen.eh
2670 _Gasketopen.eh:
2671 LSFDE31:
2672 .set L$set$302,LEFDE31-LASFDE31
2673 .long L$set$302
2674 LASFDE31:
2675 .long LASFDE31-EH_frame1
2676 .quad LFB31-.
2677 .set L$set$303,LFE31-LFB31
2678 .quad L$set$303
2679 .byte 0x0
2680 .byte 0x4
2681 .set L$set$304,LCFI43-LFB31
2682 .long L$set$304
2683 .byte 0xe
2684 .byte 0x10
2685 .byte 0x86
2686 .byte 0x2
2687 .byte 0x4
2688 .set L$set$305,LCFI44-LCFI43
2689 .long L$set$305
2690 .byte 0xd
2691 .byte 0x6
2692 .align 3
2693 LEFDE31:
2694 .globl _Gasketlseek.eh
2695 _Gasketlseek.eh:
2696 LSFDE33:
2697 .set L$set$306,LEFDE33-LASFDE33
2698 .long L$set$306
2699 LASFDE33:
2700 .long LASFDE33-EH_frame1
2701 .quad LFB32-.
2702 .set L$set$307,LFE32-LFB32
2703 .quad L$set$307
2704 .byte 0x0
2705 .byte 0x4
2706 .set L$set$308,LCFI46-LFB32
2707 .long L$set$308
2708 .byte 0xe
2709 .byte 0x10
2710 .byte 0x86
2711 .byte 0x2
2712 .byte 0x4
2713 .set L$set$309,LCFI47-LCFI46
2714 .long L$set$309
2715 .byte 0xd
2716 .byte 0x6
2717 .align 3
2718 LEFDE33:
2719 .globl _Gasketftruncate.eh
2720 _Gasketftruncate.eh:
2721 LSFDE35:
2722 .set L$set$310,LEFDE35-LASFDE35
2723 .long L$set$310
2724 LASFDE35:
2725 .long LASFDE35-EH_frame1
2726 .quad LFB33-.
2727 .set L$set$311,LFE33-LFB33
2728 .quad L$set$311
2729 .byte 0x0
2730 .byte 0x4
2731 .set L$set$312,LCFI49-LFB33
2732 .long L$set$312
2733 .byte 0xe
2734 .byte 0x10
2735 .byte 0x86
2736 .byte 0x2
2737 .byte 0x4
2738 .set L$set$313,LCFI50-LCFI49
2739 .long L$set$313
2740 .byte 0xd
2741 .byte 0x6
2742 .align 3
2743 LEFDE35:
2744 .globl _Gasketclose.eh
2745 _Gasketclose.eh:
2746 LSFDE37:
2747 .set L$set$314,LEFDE37-LASFDE37
2748 .long L$set$314
2749 LASFDE37:
2750 .long LASFDE37-EH_frame1
2751 .quad LFB34-.
2752 .set L$set$315,LFE34-LFB34
2753 .quad L$set$315
2754 .byte 0x0
2755 .byte 0x4
2756 .set L$set$316,LCFI52-LFB34
2757 .long L$set$316
2758 .byte 0xe
2759 .byte 0x10
2760 .byte 0x86
2761 .byte 0x2
2762 .byte 0x4
2763 .set L$set$317,LCFI53-LCFI52
2764 .long L$set$317
2765 .byte 0xd
2766 .byte 0x6
2767 .align 3
2768 LEFDE37:
2769 .globl _Gasketmkdir.eh
2770 _Gasketmkdir.eh:
2771 LSFDE39:
2772 .set L$set$318,LEFDE39-LASFDE39
2773 .long L$set$318
2774 LASFDE39:
2775 .long LASFDE39-EH_frame1
2776 .quad LFB35-.
2777 .set L$set$319,LFE35-LFB35
2778 .quad L$set$319
2779 .byte 0x0
2780 .byte 0x4
2781 .set L$set$320,LCFI55-LFB35
2782 .long L$set$320
2783 .byte 0xe
2784 .byte 0x10
2785 .byte 0x86
2786 .byte 0x2
2787 .byte 0x4
2788 .set L$set$321,LCFI56-LCFI55
2789 .long L$set$321
2790 .byte 0xd
2791 .byte 0x6
2792 .align 3
2793 LEFDE39:
2794 .globl _Gasketunlink.eh
2795 _Gasketunlink.eh:
2796 LSFDE41:
2797 .set L$set$322,LEFDE41-LASFDE41
2798 .long L$set$322
2799 LASFDE41:
2800 .long LASFDE41-EH_frame1
2801 .quad LFB36-.
2802 .set L$set$323,LFE36-LFB36
2803 .quad L$set$323
2804 .byte 0x0
2805 .byte 0x4
2806 .set L$set$324,LCFI58-LFB36
2807 .long L$set$324
2808 .byte 0xe
2809 .byte 0x10
2810 .byte 0x86
2811 .byte 0x2
2812 .byte 0x4
2813 .set L$set$325,LCFI59-LCFI58
2814 .long L$set$325
2815 .byte 0xd
2816 .byte 0x6
2817 .align 3
2818 LEFDE41:
2819 .globl _GasketGetErrno.eh
2820 _GasketGetErrno.eh:
2821 LSFDE43:
2822 .set L$set$326,LEFDE43-LASFDE43
2823 .long L$set$326
2824 LASFDE43:
2825 .long LASFDE43-EH_frame1
2826 .quad LFB37-.
2827 .set L$set$327,LFE37-LFB37
2828 .quad L$set$327
2829 .byte 0x0
2830 .byte 0x4
2831 .set L$set$328,LCFI61-LFB37
2832 .long L$set$328
2833 .byte 0xe
2834 .byte 0x10
2835 .byte 0x86
2836 .byte 0x2
2837 .byte 0x4
2838 .set L$set$329,LCFI62-LCFI61
2839 .long L$set$329
2840 .byte 0xd
2841 .byte 0x6
2842 .align 3
2843 LEFDE43:
2844 .globl _Gasketrewinddir.eh
2845 _Gasketrewinddir.eh:
2846 LSFDE45:
2847 .set L$set$330,LEFDE45-LASFDE45
2848 .long L$set$330
2849 LASFDE45:
2850 .long LASFDE45-EH_frame1
2851 .quad LFB38-.
2852 .set L$set$331,LFE38-LFB38
2853 .quad L$set$331
2854 .byte 0x0
2855 .byte 0x4
2856 .set L$set$332,LCFI63-LFB38
2857 .long L$set$332
2858 .byte 0xe
2859 .byte 0x10
2860 .byte 0x86
2861 .byte 0x2
2862 .byte 0x4
2863 .set L$set$333,LCFI64-LCFI63
2864 .long L$set$333
2865 .byte 0xd
2866 .byte 0x6
2867 .align 3
2868 LEFDE45:
2869 .globl _Gasketreaddir.eh
2870 _Gasketreaddir.eh:
2871 LSFDE47:
2872 .set L$set$334,LEFDE47-LASFDE47
2873 .long L$set$334
2874 LASFDE47:
2875 .long LASFDE47-EH_frame1
2876 .quad LFB39-.
2877 .set L$set$335,LFE39-LFB39
2878 .quad L$set$335
2879 .byte 0x0
2880 .byte 0x4
2881 .set L$set$336,LCFI66-LFB39
2882 .long L$set$336
2883 .byte 0xe
2884 .byte 0x10
2885 .byte 0x86
2886 .byte 0x2
2887 .byte 0x4
2888 .set L$set$337,LCFI67-LCFI66
2889 .long L$set$337
2890 .byte 0xd
2891 .byte 0x6
2892 .align 3
2893 LEFDE47:
2894 .globl _Gasketclosedir.eh
2895 _Gasketclosedir.eh:
2896 LSFDE49:
2897 .set L$set$338,LEFDE49-LASFDE49
2898 .long L$set$338
2899 LASFDE49:
2900 .long LASFDE49-EH_frame1
2901 .quad LFB40-.
2902 .set L$set$339,LFE40-LFB40
2903 .quad L$set$339
2904 .byte 0x0
2905 .byte 0x4
2906 .set L$set$340,LCFI69-LFB40
2907 .long L$set$340
2908 .byte 0xe
2909 .byte 0x10
2910 .byte 0x86
2911 .byte 0x2
2912 .byte 0x4
2913 .set L$set$341,LCFI70-LCFI69
2914 .long L$set$341
2915 .byte 0xd
2916 .byte 0x6
2917 .align 3
2918 LEFDE49:
2919 .globl _Gasketrename.eh
2920 _Gasketrename.eh:
2921 LSFDE51:
2922 .set L$set$342,LEFDE51-LASFDE51
2923 .long L$set$342
2924 LASFDE51:
2925 .long LASFDE51-EH_frame1
2926 .quad LFB41-.
2927 .set L$set$343,LFE41-LFB41
2928 .quad L$set$343
2929 .byte 0x0
2930 .byte 0x4
2931 .set L$set$344,LCFI72-LFB41
2932 .long L$set$344
2933 .byte 0xe
2934 .byte 0x10
2935 .byte 0x86
2936 .byte 0x2
2937 .byte 0x4
2938 .set L$set$345,LCFI73-LCFI72
2939 .long L$set$345
2940 .byte 0xd
2941 .byte 0x6
2942 .align 3
2943 LEFDE51:
2944 .globl _Gasketmktime.eh
2945 _Gasketmktime.eh:
2946 LSFDE53:
2947 .set L$set$346,LEFDE53-LASFDE53
2948 .long L$set$346
2949 LASFDE53:
2950 .long LASFDE53-EH_frame1
2951 .quad LFB42-.
2952 .set L$set$347,LFE42-LFB42
2953 .quad L$set$347
2954 .byte 0x0
2955 .byte 0x4
2956 .set L$set$348,LCFI75-LFB42
2957 .long L$set$348
2958 .byte 0xe
2959 .byte 0x10
2960 .byte 0x86
2961 .byte 0x2
2962 .byte 0x4
2963 .set L$set$349,LCFI76-LCFI75
2964 .long L$set$349
2965 .byte 0xd
2966 .byte 0x6
2967 .align 3
2968 LEFDE53:
2969 .globl _Gasketfsync.eh
2970 _Gasketfsync.eh:
2971 LSFDE55:
2972 .set L$set$350,LEFDE55-LASFDE55
2973 .long L$set$350
2974 LASFDE55:
2975 .long LASFDE55-EH_frame1
2976 .quad LFB43-.
2977 .set L$set$351,LFE43-LFB43
2978 .quad L$set$351
2979 .byte 0x0
2980 .byte 0x4
2981 .set L$set$352,LCFI78-LFB43
2982 .long L$set$352
2983 .byte 0xe
2984 .byte 0x10
2985 .byte 0x86
2986 .byte 0x2
2987 .byte 0x4
2988 .set L$set$353,LCFI79-LCFI78
2989 .long L$set$353
2990 .byte 0xd
2991 .byte 0x6
2992 .align 3
2993 LEFDE55:
2994 .globl _Gasketchmod.eh
2995 _Gasketchmod.eh:
2996 LSFDE57:
2997 .set L$set$354,LEFDE57-LASFDE57
2998 .long L$set$354
2999 LASFDE57:
3000 .long LASFDE57-EH_frame1
3001 .quad LFB44-.
3002 .set L$set$355,LFE44-LFB44
3003 .quad L$set$355
3004 .byte 0x0
3005 .byte 0x4
3006 .set L$set$356,LCFI81-LFB44
3007 .long L$set$356
3008 .byte 0xe
3009 .byte 0x10
3010 .byte 0x86
3011 .byte 0x2
3012 .byte 0x4
3013 .set L$set$357,LCFI82-LCFI81
3014 .long L$set$357
3015 .byte 0xd
3016 .byte 0x6
3017 .align 3
3018 LEFDE57:
3019 .globl _Gasketutime.eh
3020 _Gasketutime.eh:
3021 LSFDE59:
3022 .set L$set$358,LEFDE59-LASFDE59
3023 .long L$set$358
3024 LASFDE59:
3025 .long LASFDE59-EH_frame1
3026 .quad LFB45-.
3027 .set L$set$359,LFE45-LFB45
3028 .quad L$set$359
3029 .byte 0x0
3030 .byte 0x4
3031 .set L$set$360,LCFI84-LFB45
3032 .long L$set$360
3033 .byte 0xe
3034 .byte 0x10
3035 .byte 0x86
3036 .byte 0x2
3037 .byte 0x4
3038 .set L$set$361,LCFI85-LCFI84
3039 .long L$set$361
3040 .byte 0xd
3041 .byte 0x6
3042 .align 3
3043 LEFDE59:
3044 .globl _Gaskettcflush.eh
3045 _Gaskettcflush.eh:
3046 LSFDE61:
3047 .set L$set$362,LEFDE61-LASFDE61
3048 .long L$set$362
3049 LASFDE61:
3050 .long LASFDE61-EH_frame1
3051 .quad LFB46-.
3052 .set L$set$363,LFE46-LFB46
3053 .quad L$set$363
3054 .byte 0x0
3055 .byte 0x4
3056 .set L$set$364,LCFI87-LFB46
3057 .long L$set$364
3058 .byte 0xe
3059 .byte 0x10
3060 .byte 0x86
3061 .byte 0x2
3062 .byte 0x4
3063 .set L$set$365,LCFI88-LCFI87
3064 .long L$set$365
3065 .byte 0xd
3066 .byte 0x6
3067 .align 3
3068 LEFDE61:
3069 .globl _GasketUgaCreate.eh
3070 _GasketUgaCreate.eh:
3071 LSFDE63:
3072 .set L$set$366,LEFDE63-LASFDE63
3073 .long L$set$366
3074 LASFDE63:
3075 .long LASFDE63-EH_frame1
3076 .quad LFB47-.
3077 .set L$set$367,LFE47-LFB47
3078 .quad L$set$367
3079 .byte 0x0
3080 .byte 0x4
3081 .set L$set$368,LCFI90-LFB47
3082 .long L$set$368
3083 .byte 0xe
3084 .byte 0x10
3085 .byte 0x86
3086 .byte 0x2
3087 .byte 0x4
3088 .set L$set$369,LCFI91-LCFI90
3089 .long L$set$369
3090 .byte 0xd
3091 .byte 0x6
3092 .align 3
3093 LEFDE63:
3094 .globl _Gasketperror.eh
3095 _Gasketperror.eh:
3096 LSFDE65:
3097 .set L$set$370,LEFDE65-LASFDE65
3098 .long L$set$370
3099 LASFDE65:
3100 .long LASFDE65-EH_frame1
3101 .quad LFB48-.
3102 .set L$set$371,LFE48-LFB48
3103 .quad L$set$371
3104 .byte 0x0
3105 .byte 0x4
3106 .set L$set$372,LCFI93-LFB48
3107 .long L$set$372
3108 .byte 0xe
3109 .byte 0x10
3110 .byte 0x86
3111 .byte 0x2
3112 .byte 0x4
3113 .set L$set$373,LCFI94-LCFI93
3114 .long L$set$373
3115 .byte 0xd
3116 .byte 0x6
3117 .align 3
3118 LEFDE65:
3119 .globl _Gasketioctl.eh
3120 _Gasketioctl.eh:
3121 LSFDE67:
3122 .set L$set$374,LEFDE67-LASFDE67
3123 .long L$set$374
3124 LASFDE67:
3125 .long LASFDE67-EH_frame1
3126 .quad LFB49-.
3127 .set L$set$375,LFE49-LFB49
3128 .quad L$set$375
3129 .byte 0x0
3130 .byte 0x4
3131 .set L$set$376,LCFI96-LFB49
3132 .long L$set$376
3133 .byte 0xe
3134 .byte 0x10
3135 .byte 0x86
3136 .byte 0x2
3137 .byte 0x4
3138 .set L$set$377,LCFI97-LCFI96
3139 .long L$set$377
3140 .byte 0xd
3141 .byte 0x6
3142 .align 3
3143 LEFDE67:
3144 .globl _Gasketfcntl.eh
3145 _Gasketfcntl.eh:
3146 LSFDE69:
3147 .set L$set$378,LEFDE69-LASFDE69
3148 .long L$set$378
3149 LASFDE69:
3150 .long LASFDE69-EH_frame1
3151 .quad LFB50-.
3152 .set L$set$379,LFE50-LFB50
3153 .quad L$set$379
3154 .byte 0x0
3155 .byte 0x4
3156 .set L$set$380,LCFI99-LFB50
3157 .long L$set$380
3158 .byte 0xe
3159 .byte 0x10
3160 .byte 0x86
3161 .byte 0x2
3162 .byte 0x4
3163 .set L$set$381,LCFI100-LCFI99
3164 .long L$set$381
3165 .byte 0xd
3166 .byte 0x6
3167 .align 3
3168 LEFDE69:
3169 .globl _Gasketcfsetispeed.eh
3170 _Gasketcfsetispeed.eh:
3171 LSFDE71:
3172 .set L$set$382,LEFDE71-LASFDE71
3173 .long L$set$382
3174 LASFDE71:
3175 .long LASFDE71-EH_frame1
3176 .quad LFB51-.
3177 .set L$set$383,LFE51-LFB51
3178 .quad L$set$383
3179 .byte 0x0
3180 .byte 0x4
3181 .set L$set$384,LCFI102-LFB51
3182 .long L$set$384
3183 .byte 0xe
3184 .byte 0x10
3185 .byte 0x86
3186 .byte 0x2
3187 .byte 0x4
3188 .set L$set$385,LCFI103-LCFI102
3189 .long L$set$385
3190 .byte 0xd
3191 .byte 0x6
3192 .align 3
3193 LEFDE71:
3194 .globl _Gasketcfsetospeed.eh
3195 _Gasketcfsetospeed.eh:
3196 LSFDE73:
3197 .set L$set$386,LEFDE73-LASFDE73
3198 .long L$set$386
3199 LASFDE73:
3200 .long LASFDE73-EH_frame1
3201 .quad LFB52-.
3202 .set L$set$387,LFE52-LFB52
3203 .quad L$set$387
3204 .byte 0x0
3205 .byte 0x4
3206 .set L$set$388,LCFI105-LFB52
3207 .long L$set$388
3208 .byte 0xe
3209 .byte 0x10
3210 .byte 0x86
3211 .byte 0x2
3212 .byte 0x4
3213 .set L$set$389,LCFI106-LCFI105
3214 .long L$set$389
3215 .byte 0xd
3216 .byte 0x6
3217 .align 3
3218 LEFDE73:
3219 .globl _Gaskettcgetattr.eh
3220 _Gaskettcgetattr.eh:
3221 LSFDE75:
3222 .set L$set$390,LEFDE75-LASFDE75
3223 .long L$set$390
3224 LASFDE75:
3225 .long LASFDE75-EH_frame1
3226 .quad LFB53-.
3227 .set L$set$391,LFE53-LFB53
3228 .quad L$set$391
3229 .byte 0x0
3230 .byte 0x4
3231 .set L$set$392,LCFI108-LFB53
3232 .long L$set$392
3233 .byte 0xe
3234 .byte 0x10
3235 .byte 0x86
3236 .byte 0x2
3237 .byte 0x4
3238 .set L$set$393,LCFI109-LCFI108
3239 .long L$set$393
3240 .byte 0xd
3241 .byte 0x6
3242 .align 3
3243 LEFDE75:
3244 .globl _Gaskettcsetattr.eh
3245 _Gaskettcsetattr.eh:
3246 LSFDE77:
3247 .set L$set$394,LEFDE77-LASFDE77
3248 .long L$set$394
3249 LASFDE77:
3250 .long LASFDE77-EH_frame1
3251 .quad LFB54-.
3252 .set L$set$395,LFE54-LFB54
3253 .quad L$set$395
3254 .byte 0x0
3255 .byte 0x4
3256 .set L$set$396,LCFI111-LFB54
3257 .long L$set$396
3258 .byte 0xe
3259 .byte 0x10
3260 .byte 0x86
3261 .byte 0x2
3262 .byte 0x4
3263 .set L$set$397,LCFI112-LCFI111
3264 .long L$set$397
3265 .byte 0xd
3266 .byte 0x6
3267 .align 3
3268 LEFDE77:
3269 .globl _GasketUnixPeCoffGetEntryPoint.eh
3270 _GasketUnixPeCoffGetEntryPoint.eh:
3271 LSFDE79:
3272 .set L$set$398,LEFDE79-LASFDE79
3273 .long L$set$398
3274 LASFDE79:
3275 .long LASFDE79-EH_frame1
3276 .quad LFB55-.
3277 .set L$set$399,LFE55-LFB55
3278 .quad L$set$399
3279 .byte 0x0
3280 .byte 0x4
3281 .set L$set$400,LCFI114-LFB55
3282 .long L$set$400
3283 .byte 0xe
3284 .byte 0x10
3285 .byte 0x86
3286 .byte 0x2
3287 .byte 0x4
3288 .set L$set$401,LCFI115-LCFI114
3289 .long L$set$401
3290 .byte 0xd
3291 .byte 0x6
3292 .align 3
3293 LEFDE79:
3294 .globl _GasketUnixPeCoffRelocateImageExtraAction.eh
3295 _GasketUnixPeCoffRelocateImageExtraAction.eh:
3296 LSFDE81:
3297 .set L$set$402,LEFDE81-LASFDE81
3298 .long L$set$402
3299 LASFDE81:
3300 .long LASFDE81-EH_frame1
3301 .quad LFB56-.
3302 .set L$set$403,LFE56-LFB56
3303 .quad L$set$403
3304 .byte 0x0
3305 .byte 0x4
3306 .set L$set$404,LCFI117-LFB56
3307 .long L$set$404
3308 .byte 0xe
3309 .byte 0x10
3310 .byte 0x86
3311 .byte 0x2
3312 .byte 0x4
3313 .set L$set$405,LCFI118-LCFI117
3314 .long L$set$405
3315 .byte 0xd
3316 .byte 0x6
3317 .align 3
3318 LEFDE81:
3319 .globl _GasketUnixPeCoffUnloadImageExtraAction.eh
3320 _GasketUnixPeCoffUnloadImageExtraAction.eh:
3321 LSFDE83:
3322 .set L$set$406,LEFDE83-LASFDE83
3323 .long L$set$406
3324 LASFDE83:
3325 .long LASFDE83-EH_frame1
3326 .quad LFB57-.
3327 .set L$set$407,LFE57-LFB57
3328 .quad L$set$407
3329 .byte 0x0
3330 .byte 0x4
3331 .set L$set$408,LCFI120-LFB57
3332 .long L$set$408
3333 .byte 0xe
3334 .byte 0x10
3335 .byte 0x86
3336 .byte 0x2
3337 .byte 0x4
3338 .set L$set$409,LCFI121-LCFI120
3339 .long L$set$409
3340 .byte 0xd
3341 .byte 0x6
3342 .align 3
3343 LEFDE83:
3344 .globl _GasketUgaClose.eh
3345 _GasketUgaClose.eh:
3346 LSFDE85:
3347 .set L$set$410,LEFDE85-LASFDE85
3348 .long L$set$410
3349 LASFDE85:
3350 .long LASFDE85-EH_frame1
3351 .quad LFB58-.
3352 .set L$set$411,LFE58-LFB58
3353 .quad L$set$411
3354 .byte 0x0
3355 .byte 0x4
3356 .set L$set$412,LCFI123-LFB58
3357 .long L$set$412
3358 .byte 0xe
3359 .byte 0x10
3360 .byte 0x86
3361 .byte 0x2
3362 .byte 0x4
3363 .set L$set$413,LCFI124-LCFI123
3364 .long L$set$413
3365 .byte 0xd
3366 .byte 0x6
3367 .align 3
3368 LEFDE85:
3369 .globl _GasketUgaSize.eh
3370 _GasketUgaSize.eh:
3371 LSFDE87:
3372 .set L$set$414,LEFDE87-LASFDE87
3373 .long L$set$414
3374 LASFDE87:
3375 .long LASFDE87-EH_frame1
3376 .quad LFB59-.
3377 .set L$set$415,LFE59-LFB59
3378 .quad L$set$415
3379 .byte 0x0
3380 .byte 0x4
3381 .set L$set$416,LCFI126-LFB59
3382 .long L$set$416
3383 .byte 0xe
3384 .byte 0x10
3385 .byte 0x86
3386 .byte 0x2
3387 .byte 0x4
3388 .set L$set$417,LCFI127-LCFI126
3389 .long L$set$417
3390 .byte 0xd
3391 .byte 0x6
3392 .align 3
3393 LEFDE87:
3394 .globl _GasketUgaCheckKey.eh
3395 _GasketUgaCheckKey.eh:
3396 LSFDE89:
3397 .set L$set$418,LEFDE89-LASFDE89
3398 .long L$set$418
3399 LASFDE89:
3400 .long LASFDE89-EH_frame1
3401 .quad LFB60-.
3402 .set L$set$419,LFE60-LFB60
3403 .quad L$set$419
3404 .byte 0x0
3405 .byte 0x4
3406 .set L$set$420,LCFI129-LFB60
3407 .long L$set$420
3408 .byte 0xe
3409 .byte 0x10
3410 .byte 0x86
3411 .byte 0x2
3412 .byte 0x4
3413 .set L$set$421,LCFI130-LCFI129
3414 .long L$set$421
3415 .byte 0xd
3416 .byte 0x6
3417 .align 3
3418 LEFDE89:
3419 .globl _GasketUgaGetKey.eh
3420 _GasketUgaGetKey.eh:
3421 LSFDE91:
3422 .set L$set$422,LEFDE91-LASFDE91
3423 .long L$set$422
3424 LASFDE91:
3425 .long LASFDE91-EH_frame1
3426 .quad LFB61-.
3427 .set L$set$423,LFE61-LFB61
3428 .quad L$set$423
3429 .byte 0x0
3430 .byte 0x4
3431 .set L$set$424,LCFI132-LFB61
3432 .long L$set$424
3433 .byte 0xe
3434 .byte 0x10
3435 .byte 0x86
3436 .byte 0x2
3437 .byte 0x4
3438 .set L$set$425,LCFI133-LCFI132
3439 .long L$set$425
3440 .byte 0xd
3441 .byte 0x6
3442 .align 3
3443 LEFDE91:
3444 .globl _GasketUgaBlt.eh
3445 _GasketUgaBlt.eh:
3446 LSFDE93:
3447 .set L$set$426,LEFDE93-LASFDE93
3448 .long L$set$426
3449 LASFDE93:
3450 .long LASFDE93-EH_frame1
3451 .quad LFB62-.
3452 .set L$set$427,LFE62-LFB62
3453 .quad L$set$427
3454 .byte 0x0
3455 .byte 0x4
3456 .set L$set$428,LCFI135-LFB62
3457 .long L$set$428
3458 .byte 0xe
3459 .byte 0x10
3460 .byte 0x86
3461 .byte 0x2
3462 .byte 0x4
3463 .set L$set$429,LCFI136-LCFI135
3464 .long L$set$429
3465 .byte 0xd
3466 .byte 0x6
3467 .align 3
3468 LEFDE93:
3469 .globl _ReverseGasketUint64.eh
3470 _ReverseGasketUint64.eh:
3471 LSFDE95:
3472 .set L$set$430,LEFDE95-LASFDE95
3473 .long L$set$430
3474 LASFDE95:
3475 .long LASFDE95-EH_frame1
3476 .quad LFB63-.
3477 .set L$set$431,LFE63-LFB63
3478 .quad L$set$431
3479 .byte 0x0
3480 .byte 0x4
3481 .set L$set$432,LCFI138-LFB63
3482 .long L$set$432
3483 .byte 0xe
3484 .byte 0x10
3485 .byte 0x86
3486 .byte 0x2
3487 .byte 0x4
3488 .set L$set$433,LCFI139-LCFI138
3489 .long L$set$433
3490 .byte 0xd
3491 .byte 0x6
3492 .align 3
3493 LEFDE95:
3494 .text
3495 Letext0:
3496 .section __DWARF,__debug_loc,regular,debug
3497 Ldebug_loc0:
3498 LLST0:
3499 .set L$set$434,LFB16-Ltext0
3500 .quad L$set$434
3501 .set L$set$435,LCFI0-Ltext0
3502 .quad L$set$435
3503 .word 0x2
3504 .byte 0x77
3505 .byte 0x8
3506 .set L$set$436,LCFI0-Ltext0
3507 .quad L$set$436
3508 .set L$set$437,LCFI1-Ltext0
3509 .quad L$set$437
3510 .word 0x2
3511 .byte 0x77
3512 .byte 0x10
3513 .set L$set$438,LCFI1-Ltext0
3514 .quad L$set$438
3515 .set L$set$439,LFE16-Ltext0
3516 .quad L$set$439
3517 .word 0x2
3518 .byte 0x76
3519 .byte 0x10
3520 .quad 0x0
3521 .quad 0x0
3522 LLST1:
3523 .set L$set$440,LFB17-Ltext0
3524 .quad L$set$440
3525 .set L$set$441,LCFI3-Ltext0
3526 .quad L$set$441
3527 .word 0x2
3528 .byte 0x77
3529 .byte 0x8
3530 .set L$set$442,LCFI3-Ltext0
3531 .quad L$set$442
3532 .set L$set$443,LCFI4-Ltext0
3533 .quad L$set$443
3534 .word 0x2
3535 .byte 0x77
3536 .byte 0x10
3537 .set L$set$444,LCFI4-Ltext0
3538 .quad L$set$444
3539 .set L$set$445,LFE17-Ltext0
3540 .quad L$set$445
3541 .word 0x2
3542 .byte 0x76
3543 .byte 0x10
3544 .quad 0x0
3545 .quad 0x0
3546 LLST2:
3547 .set L$set$446,LFB18-Ltext0
3548 .quad L$set$446
3549 .set L$set$447,LCFI6-Ltext0
3550 .quad L$set$447
3551 .word 0x2
3552 .byte 0x77
3553 .byte 0x8
3554 .set L$set$448,LCFI6-Ltext0
3555 .quad L$set$448
3556 .set L$set$449,LCFI7-Ltext0
3557 .quad L$set$449
3558 .word 0x2
3559 .byte 0x77
3560 .byte 0x10
3561 .set L$set$450,LCFI7-Ltext0
3562 .quad L$set$450
3563 .set L$set$451,LFE18-Ltext0
3564 .quad L$set$451
3565 .word 0x2
3566 .byte 0x76
3567 .byte 0x10
3568 .quad 0x0
3569 .quad 0x0
3570 LLST3:
3571 .set L$set$452,LFB19-Ltext0
3572 .quad L$set$452
3573 .set L$set$453,LCFI9-Ltext0
3574 .quad L$set$453
3575 .word 0x2
3576 .byte 0x77
3577 .byte 0x8
3578 .set L$set$454,LCFI9-Ltext0
3579 .quad L$set$454
3580 .set L$set$455,LCFI10-Ltext0
3581 .quad L$set$455
3582 .word 0x2
3583 .byte 0x77
3584 .byte 0x10
3585 .set L$set$456,LCFI10-Ltext0
3586 .quad L$set$456
3587 .set L$set$457,LFE19-Ltext0
3588 .quad L$set$457
3589 .word 0x2
3590 .byte 0x76
3591 .byte 0x10
3592 .quad 0x0
3593 .quad 0x0
3594 LLST4:
3595 .set L$set$458,LFB20-Ltext0
3596 .quad L$set$458
3597 .set L$set$459,LCFI12-Ltext0
3598 .quad L$set$459
3599 .word 0x2
3600 .byte 0x77
3601 .byte 0x8
3602 .set L$set$460,LCFI12-Ltext0
3603 .quad L$set$460
3604 .set L$set$461,LCFI13-Ltext0
3605 .quad L$set$461
3606 .word 0x2
3607 .byte 0x77
3608 .byte 0x10
3609 .set L$set$462,LCFI13-Ltext0
3610 .quad L$set$462
3611 .set L$set$463,LFE20-Ltext0
3612 .quad L$set$463
3613 .word 0x2
3614 .byte 0x76
3615 .byte 0x10
3616 .quad 0x0
3617 .quad 0x0
3618 LLST5:
3619 .set L$set$464,LFB21-Ltext0
3620 .quad L$set$464
3621 .set L$set$465,LCFI15-Ltext0
3622 .quad L$set$465
3623 .word 0x2
3624 .byte 0x77
3625 .byte 0x8
3626 .set L$set$466,LCFI15-Ltext0
3627 .quad L$set$466
3628 .set L$set$467,LCFI16-Ltext0
3629 .quad L$set$467
3630 .word 0x2
3631 .byte 0x77
3632 .byte 0x10
3633 .set L$set$468,LCFI16-Ltext0
3634 .quad L$set$468
3635 .set L$set$469,LFE21-Ltext0
3636 .quad L$set$469
3637 .word 0x2
3638 .byte 0x76
3639 .byte 0x10
3640 .quad 0x0
3641 .quad 0x0
3642 LLST6:
3643 .set L$set$470,LFB22-Ltext0
3644 .quad L$set$470
3645 .set L$set$471,LCFI18-Ltext0
3646 .quad L$set$471
3647 .word 0x2
3648 .byte 0x77
3649 .byte 0x8
3650 .set L$set$472,LCFI18-Ltext0
3651 .quad L$set$472
3652 .set L$set$473,LCFI19-Ltext0
3653 .quad L$set$473
3654 .word 0x2
3655 .byte 0x77
3656 .byte 0x10
3657 .set L$set$474,LCFI19-Ltext0
3658 .quad L$set$474
3659 .set L$set$475,LFE22-Ltext0
3660 .quad L$set$475
3661 .word 0x2
3662 .byte 0x76
3663 .byte 0x10
3664 .quad 0x0
3665 .quad 0x0
3666 LLST7:
3667 .set L$set$476,LFB23-Ltext0
3668 .quad L$set$476
3669 .set L$set$477,LCFI21-Ltext0
3670 .quad L$set$477
3671 .word 0x2
3672 .byte 0x77
3673 .byte 0x8
3674 .set L$set$478,LCFI21-Ltext0
3675 .quad L$set$478
3676 .set L$set$479,LCFI22-Ltext0
3677 .quad L$set$479
3678 .word 0x2
3679 .byte 0x77
3680 .byte 0x10
3681 .set L$set$480,LCFI22-Ltext0
3682 .quad L$set$480
3683 .set L$set$481,LFE23-Ltext0
3684 .quad L$set$481
3685 .word 0x2
3686 .byte 0x76
3687 .byte 0x10
3688 .quad 0x0
3689 .quad 0x0
3690 LLST8:
3691 .set L$set$482,LFB24-Ltext0
3692 .quad L$set$482
3693 .set L$set$483,LCFI24-Ltext0
3694 .quad L$set$483
3695 .word 0x2
3696 .byte 0x77
3697 .byte 0x8
3698 .set L$set$484,LCFI24-Ltext0
3699 .quad L$set$484
3700 .set L$set$485,LCFI25-Ltext0
3701 .quad L$set$485
3702 .word 0x2
3703 .byte 0x77
3704 .byte 0x10
3705 .set L$set$486,LCFI25-Ltext0
3706 .quad L$set$486
3707 .set L$set$487,LFE24-Ltext0
3708 .quad L$set$487
3709 .word 0x2
3710 .byte 0x76
3711 .byte 0x10
3712 .quad 0x0
3713 .quad 0x0
3714 LLST9:
3715 .set L$set$488,LFB25-Ltext0
3716 .quad L$set$488
3717 .set L$set$489,LCFI27-Ltext0
3718 .quad L$set$489
3719 .word 0x2
3720 .byte 0x77
3721 .byte 0x8
3722 .set L$set$490,LCFI27-Ltext0
3723 .quad L$set$490
3724 .set L$set$491,LCFI28-Ltext0
3725 .quad L$set$491
3726 .word 0x2
3727 .byte 0x77
3728 .byte 0x10
3729 .set L$set$492,LCFI28-Ltext0
3730 .quad L$set$492
3731 .set L$set$493,LFE25-Ltext0
3732 .quad L$set$493
3733 .word 0x2
3734 .byte 0x76
3735 .byte 0x10
3736 .quad 0x0
3737 .quad 0x0
3738 LLST10:
3739 .set L$set$494,LFB26-Ltext0
3740 .quad L$set$494
3741 .set L$set$495,LCFI29-Ltext0
3742 .quad L$set$495
3743 .word 0x2
3744 .byte 0x77
3745 .byte 0x8
3746 .set L$set$496,LCFI29-Ltext0
3747 .quad L$set$496
3748 .set L$set$497,LCFI30-Ltext0
3749 .quad L$set$497
3750 .word 0x2
3751 .byte 0x77
3752 .byte 0x10
3753 .set L$set$498,LCFI30-Ltext0
3754 .quad L$set$498
3755 .set L$set$499,LFE26-Ltext0
3756 .quad L$set$499
3757 .word 0x2
3758 .byte 0x76
3759 .byte 0x10
3760 .quad 0x0
3761 .quad 0x0
3762 LLST11:
3763 .set L$set$500,LFB27-Ltext0
3764 .quad L$set$500
3765 .set L$set$501,LCFI31-Ltext0
3766 .quad L$set$501
3767 .word 0x2
3768 .byte 0x77
3769 .byte 0x8
3770 .set L$set$502,LCFI31-Ltext0
3771 .quad L$set$502
3772 .set L$set$503,LCFI32-Ltext0
3773 .quad L$set$503
3774 .word 0x2
3775 .byte 0x77
3776 .byte 0x10
3777 .set L$set$504,LCFI32-Ltext0
3778 .quad L$set$504
3779 .set L$set$505,LFE27-Ltext0
3780 .quad L$set$505
3781 .word 0x2
3782 .byte 0x76
3783 .byte 0x10
3784 .quad 0x0
3785 .quad 0x0
3786 LLST12:
3787 .set L$set$506,LFB28-Ltext0
3788 .quad L$set$506
3789 .set L$set$507,LCFI34-Ltext0
3790 .quad L$set$507
3791 .word 0x2
3792 .byte 0x77
3793 .byte 0x8
3794 .set L$set$508,LCFI34-Ltext0
3795 .quad L$set$508
3796 .set L$set$509,LCFI35-Ltext0
3797 .quad L$set$509
3798 .word 0x2
3799 .byte 0x77
3800 .byte 0x10
3801 .set L$set$510,LCFI35-Ltext0
3802 .quad L$set$510
3803 .set L$set$511,LFE28-Ltext0
3804 .quad L$set$511
3805 .word 0x2
3806 .byte 0x76
3807 .byte 0x10
3808 .quad 0x0
3809 .quad 0x0
3810 LLST13:
3811 .set L$set$512,LFB29-Ltext0
3812 .quad L$set$512
3813 .set L$set$513,LCFI37-Ltext0
3814 .quad L$set$513
3815 .word 0x2
3816 .byte 0x77
3817 .byte 0x8
3818 .set L$set$514,LCFI37-Ltext0
3819 .quad L$set$514
3820 .set L$set$515,LCFI38-Ltext0
3821 .quad L$set$515
3822 .word 0x2
3823 .byte 0x77
3824 .byte 0x10
3825 .set L$set$516,LCFI38-Ltext0
3826 .quad L$set$516
3827 .set L$set$517,LFE29-Ltext0
3828 .quad L$set$517
3829 .word 0x2
3830 .byte 0x76
3831 .byte 0x10
3832 .quad 0x0
3833 .quad 0x0
3834 LLST14:
3835 .set L$set$518,LFB30-Ltext0
3836 .quad L$set$518
3837 .set L$set$519,LCFI40-Ltext0
3838 .quad L$set$519
3839 .word 0x2
3840 .byte 0x77
3841 .byte 0x8
3842 .set L$set$520,LCFI40-Ltext0
3843 .quad L$set$520
3844 .set L$set$521,LCFI41-Ltext0
3845 .quad L$set$521
3846 .word 0x2
3847 .byte 0x77
3848 .byte 0x10
3849 .set L$set$522,LCFI41-Ltext0
3850 .quad L$set$522
3851 .set L$set$523,LFE30-Ltext0
3852 .quad L$set$523
3853 .word 0x2
3854 .byte 0x76
3855 .byte 0x10
3856 .quad 0x0
3857 .quad 0x0
3858 LLST15:
3859 .set L$set$524,LFB31-Ltext0
3860 .quad L$set$524
3861 .set L$set$525,LCFI43-Ltext0
3862 .quad L$set$525
3863 .word 0x2
3864 .byte 0x77
3865 .byte 0x8
3866 .set L$set$526,LCFI43-Ltext0
3867 .quad L$set$526
3868 .set L$set$527,LCFI44-Ltext0
3869 .quad L$set$527
3870 .word 0x2
3871 .byte 0x77
3872 .byte 0x10
3873 .set L$set$528,LCFI44-Ltext0
3874 .quad L$set$528
3875 .set L$set$529,LFE31-Ltext0
3876 .quad L$set$529
3877 .word 0x2
3878 .byte 0x76
3879 .byte 0x10
3880 .quad 0x0
3881 .quad 0x0
3882 LLST16:
3883 .set L$set$530,LFB32-Ltext0
3884 .quad L$set$530
3885 .set L$set$531,LCFI46-Ltext0
3886 .quad L$set$531
3887 .word 0x2
3888 .byte 0x77
3889 .byte 0x8
3890 .set L$set$532,LCFI46-Ltext0
3891 .quad L$set$532
3892 .set L$set$533,LCFI47-Ltext0
3893 .quad L$set$533
3894 .word 0x2
3895 .byte 0x77
3896 .byte 0x10
3897 .set L$set$534,LCFI47-Ltext0
3898 .quad L$set$534
3899 .set L$set$535,LFE32-Ltext0
3900 .quad L$set$535
3901 .word 0x2
3902 .byte 0x76
3903 .byte 0x10
3904 .quad 0x0
3905 .quad 0x0
3906 LLST17:
3907 .set L$set$536,LFB33-Ltext0
3908 .quad L$set$536
3909 .set L$set$537,LCFI49-Ltext0
3910 .quad L$set$537
3911 .word 0x2
3912 .byte 0x77
3913 .byte 0x8
3914 .set L$set$538,LCFI49-Ltext0
3915 .quad L$set$538
3916 .set L$set$539,LCFI50-Ltext0
3917 .quad L$set$539
3918 .word 0x2
3919 .byte 0x77
3920 .byte 0x10
3921 .set L$set$540,LCFI50-Ltext0
3922 .quad L$set$540
3923 .set L$set$541,LFE33-Ltext0
3924 .quad L$set$541
3925 .word 0x2
3926 .byte 0x76
3927 .byte 0x10
3928 .quad 0x0
3929 .quad 0x0
3930 LLST18:
3931 .set L$set$542,LFB34-Ltext0
3932 .quad L$set$542
3933 .set L$set$543,LCFI52-Ltext0
3934 .quad L$set$543
3935 .word 0x2
3936 .byte 0x77
3937 .byte 0x8
3938 .set L$set$544,LCFI52-Ltext0
3939 .quad L$set$544
3940 .set L$set$545,LCFI53-Ltext0
3941 .quad L$set$545
3942 .word 0x2
3943 .byte 0x77
3944 .byte 0x10
3945 .set L$set$546,LCFI53-Ltext0
3946 .quad L$set$546
3947 .set L$set$547,LFE34-Ltext0
3948 .quad L$set$547
3949 .word 0x2
3950 .byte 0x76
3951 .byte 0x10
3952 .quad 0x0
3953 .quad 0x0
3954 LLST19:
3955 .set L$set$548,LFB35-Ltext0
3956 .quad L$set$548
3957 .set L$set$549,LCFI55-Ltext0
3958 .quad L$set$549
3959 .word 0x2
3960 .byte 0x77
3961 .byte 0x8
3962 .set L$set$550,LCFI55-Ltext0
3963 .quad L$set$550
3964 .set L$set$551,LCFI56-Ltext0
3965 .quad L$set$551
3966 .word 0x2
3967 .byte 0x77
3968 .byte 0x10
3969 .set L$set$552,LCFI56-Ltext0
3970 .quad L$set$552
3971 .set L$set$553,LFE35-Ltext0
3972 .quad L$set$553
3973 .word 0x2
3974 .byte 0x76
3975 .byte 0x10
3976 .quad 0x0
3977 .quad 0x0
3978 LLST20:
3979 .set L$set$554,LFB36-Ltext0
3980 .quad L$set$554
3981 .set L$set$555,LCFI58-Ltext0
3982 .quad L$set$555
3983 .word 0x2
3984 .byte 0x77
3985 .byte 0x8
3986 .set L$set$556,LCFI58-Ltext0
3987 .quad L$set$556
3988 .set L$set$557,LCFI59-Ltext0
3989 .quad L$set$557
3990 .word 0x2
3991 .byte 0x77
3992 .byte 0x10
3993 .set L$set$558,LCFI59-Ltext0
3994 .quad L$set$558
3995 .set L$set$559,LFE36-Ltext0
3996 .quad L$set$559
3997 .word 0x2
3998 .byte 0x76
3999 .byte 0x10
4000 .quad 0x0
4001 .quad 0x0
4002 LLST21:
4003 .set L$set$560,LFB37-Ltext0
4004 .quad L$set$560
4005 .set L$set$561,LCFI61-Ltext0
4006 .quad L$set$561
4007 .word 0x2
4008 .byte 0x77
4009 .byte 0x8
4010 .set L$set$562,LCFI61-Ltext0
4011 .quad L$set$562
4012 .set L$set$563,LCFI62-Ltext0
4013 .quad L$set$563
4014 .word 0x2
4015 .byte 0x77
4016 .byte 0x10
4017 .set L$set$564,LCFI62-Ltext0
4018 .quad L$set$564
4019 .set L$set$565,LFE37-Ltext0
4020 .quad L$set$565
4021 .word 0x2
4022 .byte 0x76
4023 .byte 0x10
4024 .quad 0x0
4025 .quad 0x0
4026 LLST22:
4027 .set L$set$566,LFB38-Ltext0
4028 .quad L$set$566
4029 .set L$set$567,LCFI63-Ltext0
4030 .quad L$set$567
4031 .word 0x2
4032 .byte 0x77
4033 .byte 0x8
4034 .set L$set$568,LCFI63-Ltext0
4035 .quad L$set$568
4036 .set L$set$569,LCFI64-Ltext0
4037 .quad L$set$569
4038 .word 0x2
4039 .byte 0x77
4040 .byte 0x10
4041 .set L$set$570,LCFI64-Ltext0
4042 .quad L$set$570
4043 .set L$set$571,LFE38-Ltext0
4044 .quad L$set$571
4045 .word 0x2
4046 .byte 0x76
4047 .byte 0x10
4048 .quad 0x0
4049 .quad 0x0
4050 LLST23:
4051 .set L$set$572,LFB39-Ltext0
4052 .quad L$set$572
4053 .set L$set$573,LCFI66-Ltext0
4054 .quad L$set$573
4055 .word 0x2
4056 .byte 0x77
4057 .byte 0x8
4058 .set L$set$574,LCFI66-Ltext0
4059 .quad L$set$574
4060 .set L$set$575,LCFI67-Ltext0
4061 .quad L$set$575
4062 .word 0x2
4063 .byte 0x77
4064 .byte 0x10
4065 .set L$set$576,LCFI67-Ltext0
4066 .quad L$set$576
4067 .set L$set$577,LFE39-Ltext0
4068 .quad L$set$577
4069 .word 0x2
4070 .byte 0x76
4071 .byte 0x10
4072 .quad 0x0
4073 .quad 0x0
4074 LLST24:
4075 .set L$set$578,LFB40-Ltext0
4076 .quad L$set$578
4077 .set L$set$579,LCFI69-Ltext0
4078 .quad L$set$579
4079 .word 0x2
4080 .byte 0x77
4081 .byte 0x8
4082 .set L$set$580,LCFI69-Ltext0
4083 .quad L$set$580
4084 .set L$set$581,LCFI70-Ltext0
4085 .quad L$set$581
4086 .word 0x2
4087 .byte 0x77
4088 .byte 0x10
4089 .set L$set$582,LCFI70-Ltext0
4090 .quad L$set$582
4091 .set L$set$583,LFE40-Ltext0
4092 .quad L$set$583
4093 .word 0x2
4094 .byte 0x76
4095 .byte 0x10
4096 .quad 0x0
4097 .quad 0x0
4098 LLST25:
4099 .set L$set$584,LFB41-Ltext0
4100 .quad L$set$584
4101 .set L$set$585,LCFI72-Ltext0
4102 .quad L$set$585
4103 .word 0x2
4104 .byte 0x77
4105 .byte 0x8
4106 .set L$set$586,LCFI72-Ltext0
4107 .quad L$set$586
4108 .set L$set$587,LCFI73-Ltext0
4109 .quad L$set$587
4110 .word 0x2
4111 .byte 0x77
4112 .byte 0x10
4113 .set L$set$588,LCFI73-Ltext0
4114 .quad L$set$588
4115 .set L$set$589,LFE41-Ltext0
4116 .quad L$set$589
4117 .word 0x2
4118 .byte 0x76
4119 .byte 0x10
4120 .quad 0x0
4121 .quad 0x0
4122 LLST26:
4123 .set L$set$590,LFB42-Ltext0
4124 .quad L$set$590
4125 .set L$set$591,LCFI75-Ltext0
4126 .quad L$set$591
4127 .word 0x2
4128 .byte 0x77
4129 .byte 0x8
4130 .set L$set$592,LCFI75-Ltext0
4131 .quad L$set$592
4132 .set L$set$593,LCFI76-Ltext0
4133 .quad L$set$593
4134 .word 0x2
4135 .byte 0x77
4136 .byte 0x10
4137 .set L$set$594,LCFI76-Ltext0
4138 .quad L$set$594
4139 .set L$set$595,LFE42-Ltext0
4140 .quad L$set$595
4141 .word 0x2
4142 .byte 0x76
4143 .byte 0x10
4144 .quad 0x0
4145 .quad 0x0
4146 LLST27:
4147 .set L$set$596,LFB43-Ltext0
4148 .quad L$set$596
4149 .set L$set$597,LCFI78-Ltext0
4150 .quad L$set$597
4151 .word 0x2
4152 .byte 0x77
4153 .byte 0x8
4154 .set L$set$598,LCFI78-Ltext0
4155 .quad L$set$598
4156 .set L$set$599,LCFI79-Ltext0
4157 .quad L$set$599
4158 .word 0x2
4159 .byte 0x77
4160 .byte 0x10
4161 .set L$set$600,LCFI79-Ltext0
4162 .quad L$set$600
4163 .set L$set$601,LFE43-Ltext0
4164 .quad L$set$601
4165 .word 0x2
4166 .byte 0x76
4167 .byte 0x10
4168 .quad 0x0
4169 .quad 0x0
4170 LLST28:
4171 .set L$set$602,LFB44-Ltext0
4172 .quad L$set$602
4173 .set L$set$603,LCFI81-Ltext0
4174 .quad L$set$603
4175 .word 0x2
4176 .byte 0x77
4177 .byte 0x8
4178 .set L$set$604,LCFI81-Ltext0
4179 .quad L$set$604
4180 .set L$set$605,LCFI82-Ltext0
4181 .quad L$set$605
4182 .word 0x2
4183 .byte 0x77
4184 .byte 0x10
4185 .set L$set$606,LCFI82-Ltext0
4186 .quad L$set$606
4187 .set L$set$607,LFE44-Ltext0
4188 .quad L$set$607
4189 .word 0x2
4190 .byte 0x76
4191 .byte 0x10
4192 .quad 0x0
4193 .quad 0x0
4194 LLST29:
4195 .set L$set$608,LFB45-Ltext0
4196 .quad L$set$608
4197 .set L$set$609,LCFI84-Ltext0
4198 .quad L$set$609
4199 .word 0x2
4200 .byte 0x77
4201 .byte 0x8
4202 .set L$set$610,LCFI84-Ltext0
4203 .quad L$set$610
4204 .set L$set$611,LCFI85-Ltext0
4205 .quad L$set$611
4206 .word 0x2
4207 .byte 0x77
4208 .byte 0x10
4209 .set L$set$612,LCFI85-Ltext0
4210 .quad L$set$612
4211 .set L$set$613,LFE45-Ltext0
4212 .quad L$set$613
4213 .word 0x2
4214 .byte 0x76
4215 .byte 0x10
4216 .quad 0x0
4217 .quad 0x0
4218 LLST30:
4219 .set L$set$614,LFB46-Ltext0
4220 .quad L$set$614
4221 .set L$set$615,LCFI87-Ltext0
4222 .quad L$set$615
4223 .word 0x2
4224 .byte 0x77
4225 .byte 0x8
4226 .set L$set$616,LCFI87-Ltext0
4227 .quad L$set$616
4228 .set L$set$617,LCFI88-Ltext0
4229 .quad L$set$617
4230 .word 0x2
4231 .byte 0x77
4232 .byte 0x10
4233 .set L$set$618,LCFI88-Ltext0
4234 .quad L$set$618
4235 .set L$set$619,LFE46-Ltext0
4236 .quad L$set$619
4237 .word 0x2
4238 .byte 0x76
4239 .byte 0x10
4240 .quad 0x0
4241 .quad 0x0
4242 LLST31:
4243 .set L$set$620,LFB47-Ltext0
4244 .quad L$set$620
4245 .set L$set$621,LCFI90-Ltext0
4246 .quad L$set$621
4247 .word 0x2
4248 .byte 0x77
4249 .byte 0x8
4250 .set L$set$622,LCFI90-Ltext0
4251 .quad L$set$622
4252 .set L$set$623,LCFI91-Ltext0
4253 .quad L$set$623
4254 .word 0x2
4255 .byte 0x77
4256 .byte 0x10
4257 .set L$set$624,LCFI91-Ltext0
4258 .quad L$set$624
4259 .set L$set$625,LFE47-Ltext0
4260 .quad L$set$625
4261 .word 0x2
4262 .byte 0x76
4263 .byte 0x10
4264 .quad 0x0
4265 .quad 0x0
4266 LLST32:
4267 .set L$set$626,LFB48-Ltext0
4268 .quad L$set$626
4269 .set L$set$627,LCFI93-Ltext0
4270 .quad L$set$627
4271 .word 0x2
4272 .byte 0x77
4273 .byte 0x8
4274 .set L$set$628,LCFI93-Ltext0
4275 .quad L$set$628
4276 .set L$set$629,LCFI94-Ltext0
4277 .quad L$set$629
4278 .word 0x2
4279 .byte 0x77
4280 .byte 0x10
4281 .set L$set$630,LCFI94-Ltext0
4282 .quad L$set$630
4283 .set L$set$631,LFE48-Ltext0
4284 .quad L$set$631
4285 .word 0x2
4286 .byte 0x76
4287 .byte 0x10
4288 .quad 0x0
4289 .quad 0x0
4290 LLST33:
4291 .set L$set$632,LFB49-Ltext0
4292 .quad L$set$632
4293 .set L$set$633,LCFI96-Ltext0
4294 .quad L$set$633
4295 .word 0x2
4296 .byte 0x77
4297 .byte 0x8
4298 .set L$set$634,LCFI96-Ltext0
4299 .quad L$set$634
4300 .set L$set$635,LCFI97-Ltext0
4301 .quad L$set$635
4302 .word 0x2
4303 .byte 0x77
4304 .byte 0x10
4305 .set L$set$636,LCFI97-Ltext0
4306 .quad L$set$636
4307 .set L$set$637,LFE49-Ltext0
4308 .quad L$set$637
4309 .word 0x2
4310 .byte 0x76
4311 .byte 0x10
4312 .quad 0x0
4313 .quad 0x0
4314 LLST34:
4315 .set L$set$638,LFB50-Ltext0
4316 .quad L$set$638
4317 .set L$set$639,LCFI99-Ltext0
4318 .quad L$set$639
4319 .word 0x2
4320 .byte 0x77
4321 .byte 0x8
4322 .set L$set$640,LCFI99-Ltext0
4323 .quad L$set$640
4324 .set L$set$641,LCFI100-Ltext0
4325 .quad L$set$641
4326 .word 0x2
4327 .byte 0x77
4328 .byte 0x10
4329 .set L$set$642,LCFI100-Ltext0
4330 .quad L$set$642
4331 .set L$set$643,LFE50-Ltext0
4332 .quad L$set$643
4333 .word 0x2
4334 .byte 0x76
4335 .byte 0x10
4336 .quad 0x0
4337 .quad 0x0
4338 LLST35:
4339 .set L$set$644,LFB51-Ltext0
4340 .quad L$set$644
4341 .set L$set$645,LCFI102-Ltext0
4342 .quad L$set$645
4343 .word 0x2
4344 .byte 0x77
4345 .byte 0x8
4346 .set L$set$646,LCFI102-Ltext0
4347 .quad L$set$646
4348 .set L$set$647,LCFI103-Ltext0
4349 .quad L$set$647
4350 .word 0x2
4351 .byte 0x77
4352 .byte 0x10
4353 .set L$set$648,LCFI103-Ltext0
4354 .quad L$set$648
4355 .set L$set$649,LFE51-Ltext0
4356 .quad L$set$649
4357 .word 0x2
4358 .byte 0x76
4359 .byte 0x10
4360 .quad 0x0
4361 .quad 0x0
4362 LLST36:
4363 .set L$set$650,LFB52-Ltext0
4364 .quad L$set$650
4365 .set L$set$651,LCFI105-Ltext0
4366 .quad L$set$651
4367 .word 0x2
4368 .byte 0x77
4369 .byte 0x8
4370 .set L$set$652,LCFI105-Ltext0
4371 .quad L$set$652
4372 .set L$set$653,LCFI106-Ltext0
4373 .quad L$set$653
4374 .word 0x2
4375 .byte 0x77
4376 .byte 0x10
4377 .set L$set$654,LCFI106-Ltext0
4378 .quad L$set$654
4379 .set L$set$655,LFE52-Ltext0
4380 .quad L$set$655
4381 .word 0x2
4382 .byte 0x76
4383 .byte 0x10
4384 .quad 0x0
4385 .quad 0x0
4386 LLST37:
4387 .set L$set$656,LFB53-Ltext0
4388 .quad L$set$656
4389 .set L$set$657,LCFI108-Ltext0
4390 .quad L$set$657
4391 .word 0x2
4392 .byte 0x77
4393 .byte 0x8
4394 .set L$set$658,LCFI108-Ltext0
4395 .quad L$set$658
4396 .set L$set$659,LCFI109-Ltext0
4397 .quad L$set$659
4398 .word 0x2
4399 .byte 0x77
4400 .byte 0x10
4401 .set L$set$660,LCFI109-Ltext0
4402 .quad L$set$660
4403 .set L$set$661,LFE53-Ltext0
4404 .quad L$set$661
4405 .word 0x2
4406 .byte 0x76
4407 .byte 0x10
4408 .quad 0x0
4409 .quad 0x0
4410 LLST38:
4411 .set L$set$662,LFB54-Ltext0
4412 .quad L$set$662
4413 .set L$set$663,LCFI111-Ltext0
4414 .quad L$set$663
4415 .word 0x2
4416 .byte 0x77
4417 .byte 0x8
4418 .set L$set$664,LCFI111-Ltext0
4419 .quad L$set$664
4420 .set L$set$665,LCFI112-Ltext0
4421 .quad L$set$665
4422 .word 0x2
4423 .byte 0x77
4424 .byte 0x10
4425 .set L$set$666,LCFI112-Ltext0
4426 .quad L$set$666
4427 .set L$set$667,LFE54-Ltext0
4428 .quad L$set$667
4429 .word 0x2
4430 .byte 0x76
4431 .byte 0x10
4432 .quad 0x0
4433 .quad 0x0
4434 LLST39:
4435 .set L$set$668,LFB55-Ltext0
4436 .quad L$set$668
4437 .set L$set$669,LCFI114-Ltext0
4438 .quad L$set$669
4439 .word 0x2
4440 .byte 0x77
4441 .byte 0x8
4442 .set L$set$670,LCFI114-Ltext0
4443 .quad L$set$670
4444 .set L$set$671,LCFI115-Ltext0
4445 .quad L$set$671
4446 .word 0x2
4447 .byte 0x77
4448 .byte 0x10
4449 .set L$set$672,LCFI115-Ltext0
4450 .quad L$set$672
4451 .set L$set$673,LFE55-Ltext0
4452 .quad L$set$673
4453 .word 0x2
4454 .byte 0x76
4455 .byte 0x10
4456 .quad 0x0
4457 .quad 0x0
4458 LLST40:
4459 .set L$set$674,LFB56-Ltext0
4460 .quad L$set$674
4461 .set L$set$675,LCFI117-Ltext0
4462 .quad L$set$675
4463 .word 0x2
4464 .byte 0x77
4465 .byte 0x8
4466 .set L$set$676,LCFI117-Ltext0
4467 .quad L$set$676
4468 .set L$set$677,LCFI118-Ltext0
4469 .quad L$set$677
4470 .word 0x2
4471 .byte 0x77
4472 .byte 0x10
4473 .set L$set$678,LCFI118-Ltext0
4474 .quad L$set$678
4475 .set L$set$679,LFE56-Ltext0
4476 .quad L$set$679
4477 .word 0x2
4478 .byte 0x76
4479 .byte 0x10
4480 .quad 0x0
4481 .quad 0x0
4482 LLST41:
4483 .set L$set$680,LFB57-Ltext0
4484 .quad L$set$680
4485 .set L$set$681,LCFI120-Ltext0
4486 .quad L$set$681
4487 .word 0x2
4488 .byte 0x77
4489 .byte 0x8
4490 .set L$set$682,LCFI120-Ltext0
4491 .quad L$set$682
4492 .set L$set$683,LCFI121-Ltext0
4493 .quad L$set$683
4494 .word 0x2
4495 .byte 0x77
4496 .byte 0x10
4497 .set L$set$684,LCFI121-Ltext0
4498 .quad L$set$684
4499 .set L$set$685,LFE57-Ltext0
4500 .quad L$set$685
4501 .word 0x2
4502 .byte 0x76
4503 .byte 0x10
4504 .quad 0x0
4505 .quad 0x0
4506 LLST42:
4507 .set L$set$686,LFB58-Ltext0
4508 .quad L$set$686
4509 .set L$set$687,LCFI123-Ltext0
4510 .quad L$set$687
4511 .word 0x2
4512 .byte 0x77
4513 .byte 0x8
4514 .set L$set$688,LCFI123-Ltext0
4515 .quad L$set$688
4516 .set L$set$689,LCFI124-Ltext0
4517 .quad L$set$689
4518 .word 0x2
4519 .byte 0x77
4520 .byte 0x10
4521 .set L$set$690,LCFI124-Ltext0
4522 .quad L$set$690
4523 .set L$set$691,LFE58-Ltext0
4524 .quad L$set$691
4525 .word 0x2
4526 .byte 0x76
4527 .byte 0x10
4528 .quad 0x0
4529 .quad 0x0
4530 LLST43:
4531 .set L$set$692,LFB59-Ltext0
4532 .quad L$set$692
4533 .set L$set$693,LCFI126-Ltext0
4534 .quad L$set$693
4535 .word 0x2
4536 .byte 0x77
4537 .byte 0x8
4538 .set L$set$694,LCFI126-Ltext0
4539 .quad L$set$694
4540 .set L$set$695,LCFI127-Ltext0
4541 .quad L$set$695
4542 .word 0x2
4543 .byte 0x77
4544 .byte 0x10
4545 .set L$set$696,LCFI127-Ltext0
4546 .quad L$set$696
4547 .set L$set$697,LFE59-Ltext0
4548 .quad L$set$697
4549 .word 0x2
4550 .byte 0x76
4551 .byte 0x10
4552 .quad 0x0
4553 .quad 0x0
4554 LLST44:
4555 .set L$set$698,LFB60-Ltext0
4556 .quad L$set$698
4557 .set L$set$699,LCFI129-Ltext0
4558 .quad L$set$699
4559 .word 0x2
4560 .byte 0x77
4561 .byte 0x8
4562 .set L$set$700,LCFI129-Ltext0
4563 .quad L$set$700
4564 .set L$set$701,LCFI130-Ltext0
4565 .quad L$set$701
4566 .word 0x2
4567 .byte 0x77
4568 .byte 0x10
4569 .set L$set$702,LCFI130-Ltext0
4570 .quad L$set$702
4571 .set L$set$703,LFE60-Ltext0
4572 .quad L$set$703
4573 .word 0x2
4574 .byte 0x76
4575 .byte 0x10
4576 .quad 0x0
4577 .quad 0x0
4578 LLST45:
4579 .set L$set$704,LFB61-Ltext0
4580 .quad L$set$704
4581 .set L$set$705,LCFI132-Ltext0
4582 .quad L$set$705
4583 .word 0x2
4584 .byte 0x77
4585 .byte 0x8
4586 .set L$set$706,LCFI132-Ltext0
4587 .quad L$set$706
4588 .set L$set$707,LCFI133-Ltext0
4589 .quad L$set$707
4590 .word 0x2
4591 .byte 0x77
4592 .byte 0x10
4593 .set L$set$708,LCFI133-Ltext0
4594 .quad L$set$708
4595 .set L$set$709,LFE61-Ltext0
4596 .quad L$set$709
4597 .word 0x2
4598 .byte 0x76
4599 .byte 0x10
4600 .quad 0x0
4601 .quad 0x0
4602 LLST46:
4603 .set L$set$710,LFB62-Ltext0
4604 .quad L$set$710
4605 .set L$set$711,LCFI135-Ltext0
4606 .quad L$set$711
4607 .word 0x2
4608 .byte 0x77
4609 .byte 0x8
4610 .set L$set$712,LCFI135-Ltext0
4611 .quad L$set$712
4612 .set L$set$713,LCFI136-Ltext0
4613 .quad L$set$713
4614 .word 0x2
4615 .byte 0x77
4616 .byte 0x10
4617 .set L$set$714,LCFI136-Ltext0
4618 .quad L$set$714
4619 .set L$set$715,LFE62-Ltext0
4620 .quad L$set$715
4621 .word 0x2
4622 .byte 0x76
4623 .byte 0x10
4624 .quad 0x0
4625 .quad 0x0
4626 LLST47:
4627 .set L$set$716,LFB63-Ltext0
4628 .quad L$set$716
4629 .set L$set$717,LCFI138-Ltext0
4630 .quad L$set$717
4631 .word 0x2
4632 .byte 0x77
4633 .byte 0x8
4634 .set L$set$718,LCFI138-Ltext0
4635 .quad L$set$718
4636 .set L$set$719,LCFI139-Ltext0
4637 .quad L$set$719
4638 .word 0x2
4639 .byte 0x77
4640 .byte 0x10
4641 .set L$set$720,LCFI139-Ltext0
4642 .quad L$set$720
4643 .set L$set$721,LFE63-Ltext0
4644 .quad L$set$721
4645 .word 0x2
4646 .byte 0x76
4647 .byte 0x10
4648 .quad 0x0
4649 .quad 0x0
4650 .file 2 "/Users/fish/work/edk2/MdePkg/Include/X64/ProcessorBind.h"
4651 .file 3 "/Users/fish/work/edk2/MdePkg/Include/Base.h"
4652 .file 4 "<built-in>"
4653 .file 5 "/Users/fish/work/edk2/MdePkg/Include/Uefi/UefiBaseType.h"
4654 .file 6 "/usr/include/sys/termios.h"
4655 .file 7 "/usr/include/i386/_types.h"
4656 .file 8 "/usr/include/sys/_types.h"
4657 .file 9 "/usr/include/stdio.h"
4658 .file 10 "/usr/include/sys/_structs.h"
4659 .file 11 "/usr/include/sys/time.h"
4660 .file 12 "/usr/include/time.h"
4661 .file 13 "/usr/include/sys/dirent.h"
4662 .file 14 "/usr/include/dirent.h"
4663 .file 15 "/usr/include/unistd.h"
4664 .file 16 "/usr/include/sys/poll.h"
4665 .file 17 "/usr/include/i386/types.h"
4666 .file 18 "/usr/include/sys/types.h"
4667 .file 19 "/usr/lib/gcc/i686-apple-darwin10/4.2.1/include/stdint.h"
4668 .file 20 "/usr/include/sys/mount.h"
4669 .file 21 "/usr/include/utime.h"
4670 .file 22 "/Users/fish/work/edk2/MdePkg/Include/Library/PeCoffLib.h"
4671 .file 23 "/Users/fish/work/edk2/UnixPkg/Include/Protocol/UnixThunk.h"
4672 .file 24 "/Users/fish/work/edk2/UnixPkg/Include/Protocol/UnixUgaIo.h"
4673 .file 25 "/Users/fish/work/edk2/MdePkg/Include/Protocol/UgaDraw.h"
4674 .file 26 "/Users/fish/work/edk2/MdePkg/Include/Protocol/SimpleTextIn.h"
4675 .section __DWARF,__debug_info,regular,debug
4676 .long 0x20dc
4677 .word 0x2
4678 .set L$set$722,Ldebug_abbrev0-Lsection__debug_abbrev
4679 .long L$set$722
4680 .byte 0x8
4681 .byte 0x1
4682 .ascii "GNU C 4.2.1 (Apple Inc. build 5664)\0"
4683 .byte 0x1
4684 .ascii "/Users/fish/work/edk2/UnixPkg/Sec/X64/GasketEfiTemplate.c\0"
4685 .quad Ltext0
4686 .quad Letext0
4687 .set L$set$723,Ldebug_line0-Lsection__debug_line
4688 .long L$set$723
4689 .byte 0x2
4690 .ascii "UINT64\0"
4691 .byte 0x2
4692 .byte 0x9b
4693 .long 0x8d
4694 .byte 0x3
4695 .byte 0x8
4696 .byte 0x7
4697 .ascii "long long unsigned int\0"
4698 .byte 0x3
4699 .byte 0x8
4700 .byte 0x5
4701 .ascii "long long int\0"
4702 .byte 0x2
4703 .ascii "UINT32\0"
4704 .byte 0x2
4705 .byte 0xa3
4706 .long 0xc6
4707 .byte 0x3
4708 .byte 0x4
4709 .byte 0x7
4710 .ascii "unsigned int\0"
4711 .byte 0x3
4712 .byte 0x4
4713 .byte 0x5
4714 .ascii "int\0"
4715 .byte 0x2
4716 .ascii "UINT16\0"
4717 .byte 0x2
4718 .byte 0xab
4719 .long 0xeb
4720 .byte 0x3
4721 .byte 0x2
4722 .byte 0x7
4723 .ascii "short unsigned int\0"
4724 .byte 0x2
4725 .ascii "CHAR16\0"
4726 .byte 0x2
4727 .byte 0xb0
4728 .long 0xeb
4729 .byte 0x2
4730 .ascii "INT16\0"
4731 .byte 0x2
4732 .byte 0xb4
4733 .long 0x11c
4734 .byte 0x3
4735 .byte 0x2
4736 .byte 0x5
4737 .ascii "short int\0"
4738 .byte 0x2
4739 .ascii "BOOLEAN\0"
4740 .byte 0x2
4741 .byte 0xb9
4742 .long 0x138
4743 .byte 0x3
4744 .byte 0x1
4745 .byte 0x8
4746 .ascii "unsigned char\0"
4747 .byte 0x2
4748 .ascii "UINT8\0"
4749 .byte 0x2
4750 .byte 0xbd
4751 .long 0x138
4752 .byte 0x2
4753 .ascii "CHAR8\0"
4754 .byte 0x2
4755 .byte 0xc1
4756 .long 0x163
4757 .byte 0x3
4758 .byte 0x1
4759 .byte 0x6
4760 .ascii "char\0"
4761 .byte 0x2
4762 .ascii "UINTN\0"
4763 .byte 0x2
4764 .byte 0xcc
4765 .long 0x7f
4766 .byte 0x4
4767 .byte 0x8
4768 .byte 0x7
4769 .byte 0x2
4770 .ascii "PHYSICAL_ADDRESS\0"
4771 .byte 0x3
4772 .byte 0x84
4773 .long 0x7f
4774 .byte 0x5
4775 .ascii "VA_LIST\0"
4776 .byte 0x3
4777 .word 0x1d2
4778 .long 0x1a3
4779 .byte 0x6
4780 .long 0x1b3
4781 .long 0x1b3
4782 .byte 0x7
4783 .long 0x178
4784 .byte 0x0
4785 .byte 0x0
4786 .byte 0x8
4787 .ascii "__va_list_tag\0"
4788 .byte 0x18
4789 .byte 0x4
4790 .byte 0x0
4791 .long 0x226
4792 .byte 0x9
4793 .ascii "gp_offset\0"
4794 .byte 0x4
4795 .byte 0x0
4796 .long 0xc6
4797 .byte 0x2
4798 .byte 0x23
4799 .byte 0x0
4800 .byte 0x9
4801 .ascii "fp_offset\0"
4802 .byte 0x4
4803 .byte 0x0
4804 .long 0xc6
4805 .byte 0x2
4806 .byte 0x23
4807 .byte 0x4
4808 .byte 0x9
4809 .ascii "overflow_arg_area\0"
4810 .byte 0x4
4811 .byte 0x0
4812 .long 0x226
4813 .byte 0x2
4814 .byte 0x23
4815 .byte 0x8
4816 .byte 0x9
4817 .ascii "reg_save_area\0"
4818 .byte 0x4
4819 .byte 0x0
4820 .long 0x226
4821 .byte 0x2
4822 .byte 0x23
4823 .byte 0x10
4824 .byte 0x0
4825 .byte 0xa
4826 .byte 0x8
4827 .byte 0xb
4828 .byte 0x8
4829 .long 0x16b
4830 .byte 0x5
4831 .ascii "RETURN_STATUS\0"
4832 .byte 0x3
4833 .word 0x2a6
4834 .long 0x16b
4835 .byte 0x2
4836 .ascii "EFI_STATUS\0"
4837 .byte 0x5
4838 .byte 0x1f
4839 .long 0x22e
4840 .byte 0xc
4841 .byte 0x10
4842 .byte 0x5
4843 .byte 0x46
4844 .long 0x316
4845 .byte 0x9
4846 .ascii "Year\0"
4847 .byte 0x5
4848 .byte 0x47
4849 .long 0xdd
4850 .byte 0x2
4851 .byte 0x23
4852 .byte 0x0
4853 .byte 0x9
4854 .ascii "Month\0"
4855 .byte 0x5
4856 .byte 0x48
4857 .long 0x149
4858 .byte 0x2
4859 .byte 0x23
4860 .byte 0x2
4861 .byte 0x9
4862 .ascii "Day\0"
4863 .byte 0x5
4864 .byte 0x49
4865 .long 0x149
4866 .byte 0x2
4867 .byte 0x23
4868 .byte 0x3
4869 .byte 0x9
4870 .ascii "Hour\0"
4871 .byte 0x5
4872 .byte 0x4a
4873 .long 0x149
4874 .byte 0x2
4875 .byte 0x23
4876 .byte 0x4
4877 .byte 0x9
4878 .ascii "Minute\0"
4879 .byte 0x5
4880 .byte 0x4b
4881 .long 0x149
4882 .byte 0x2
4883 .byte 0x23
4884 .byte 0x5
4885 .byte 0x9
4886 .ascii "Second\0"
4887 .byte 0x5
4888 .byte 0x4c
4889 .long 0x149
4890 .byte 0x2
4891 .byte 0x23
4892 .byte 0x6
4893 .byte 0x9
4894 .ascii "Pad1\0"
4895 .byte 0x5
4896 .byte 0x4d
4897 .long 0x149
4898 .byte 0x2
4899 .byte 0x23
4900 .byte 0x7
4901 .byte 0x9
4902 .ascii "Nanosecond\0"
4903 .byte 0x5
4904 .byte 0x4e
4905 .long 0xb8
4906 .byte 0x2
4907 .byte 0x23
4908 .byte 0x8
4909 .byte 0x9
4910 .ascii "TimeZone\0"
4911 .byte 0x5
4912 .byte 0x4f
4913 .long 0x10f
4914 .byte 0x2
4915 .byte 0x23
4916 .byte 0xc
4917 .byte 0x9
4918 .ascii "Daylight\0"
4919 .byte 0x5
4920 .byte 0x50
4921 .long 0x149
4922 .byte 0x2
4923 .byte 0x23
4924 .byte 0xe
4925 .byte 0x9
4926 .ascii "Pad2\0"
4927 .byte 0x5
4928 .byte 0x51
4929 .long 0x149
4930 .byte 0x2
4931 .byte 0x23
4932 .byte 0xf
4933 .byte 0x0
4934 .byte 0x2
4935 .ascii "EFI_TIME\0"
4936 .byte 0x5
4937 .byte 0x52
4938 .long 0x256
4939 .byte 0xb
4940 .byte 0x8
4941 .long 0x226
4942 .byte 0x5
4943 .ascii "tcflag_t\0"
4944 .byte 0x6
4945 .word 0x109
4946 .long 0x33d
4947 .byte 0x3
4948 .byte 0x8
4949 .byte 0x7
4950 .ascii "long unsigned int\0"
4951 .byte 0x5
4952 .ascii "cc_t\0"
4953 .byte 0x6
4954 .word 0x10a
4955 .long 0x138
4956 .byte 0x5
4957 .ascii "speed_t\0"
4958 .byte 0x6
4959 .word 0x10b
4960 .long 0x33d
4961 .byte 0xd
4962 .ascii "termios\0"
4963 .byte 0x48
4964 .byte 0x6
4965 .word 0x10d
4966 .long 0x405
4967 .byte 0xe
4968 .ascii "c_iflag\0"
4969 .byte 0x6
4970 .word 0x10e
4971 .long 0x32c
4972 .byte 0x2
4973 .byte 0x23
4974 .byte 0x0
4975 .byte 0xe
4976 .ascii "c_oflag\0"
4977 .byte 0x6
4978 .word 0x10f
4979 .long 0x32c
4980 .byte 0x2
4981 .byte 0x23
4982 .byte 0x8
4983 .byte 0xe
4984 .ascii "c_cflag\0"
4985 .byte 0x6
4986 .word 0x110
4987 .long 0x32c
4988 .byte 0x2
4989 .byte 0x23
4990 .byte 0x10
4991 .byte 0xe
4992 .ascii "c_lflag\0"
4993 .byte 0x6
4994 .word 0x111
4995 .long 0x32c
4996 .byte 0x2
4997 .byte 0x23
4998 .byte 0x18
4999 .byte 0xe
5000 .ascii "c_cc\0"
5001 .byte 0x6
5002 .word 0x112
5003 .long 0x405
5004 .byte 0x2
5005 .byte 0x23
5006 .byte 0x20
5007 .byte 0xe
5008 .ascii "c_ispeed\0"
5009 .byte 0x6
5010 .word 0x113
5011 .long 0x35f
5012 .byte 0x2
5013 .byte 0x23
5014 .byte 0x38
5015 .byte 0xe
5016 .ascii "c_ospeed\0"
5017 .byte 0x6
5018 .word 0x114
5019 .long 0x35f
5020 .byte 0x2
5021 .byte 0x23
5022 .byte 0x40
5023 .byte 0x0
5024 .byte 0x6
5025 .long 0x352
5026 .long 0x415
5027 .byte 0x7
5028 .long 0x178
5029 .byte 0x13
5030 .byte 0x0
5031 .byte 0x3
5032 .byte 0x1
5033 .byte 0x6
5034 .ascii "signed char\0"
5035 .byte 0x2
5036 .ascii "__uint8_t\0"
5037 .byte 0x7
5038 .byte 0x29
5039 .long 0x138
5040 .byte 0x2
5041 .ascii "__uint16_t\0"
5042 .byte 0x7
5043 .byte 0x2b
5044 .long 0xeb
5045 .byte 0x2
5046 .ascii "__int32_t\0"
5047 .byte 0x7
5048 .byte 0x2c
5049 .long 0xd6
5050 .byte 0x2
5051 .ascii "__uint32_t\0"
5052 .byte 0x7
5053 .byte 0x2d
5054 .long 0xc6
5055 .byte 0x2
5056 .ascii "__int64_t\0"
5057 .byte 0x7
5058 .byte 0x2e
5059 .long 0xa7
5060 .byte 0x2
5061 .ascii "__uint64_t\0"
5062 .byte 0x7
5063 .byte 0x2f
5064 .long 0x8d
5065 .byte 0x3
5066 .byte 0x8
5067 .byte 0x5
5068 .ascii "long int\0"
5069 .byte 0x2
5070 .ascii "__darwin_time_t\0"
5071 .byte 0x7
5072 .byte 0x76
5073 .long 0x48d
5074 .byte 0x6
5075 .long 0x163
5076 .long 0x4c0
5077 .byte 0x7
5078 .long 0x178
5079 .byte 0x37
5080 .byte 0x0
5081 .byte 0x8
5082 .ascii "_opaque_pthread_mutex_t\0"
5083 .byte 0x40
5084 .byte 0x8
5085 .byte 0x43
5086 .long 0x504
5087 .byte 0x9
5088 .ascii "__sig\0"
5089 .byte 0x8
5090 .byte 0x43
5091 .long 0x48d
5092 .byte 0x2
5093 .byte 0x23
5094 .byte 0x0
5095 .byte 0x9
5096 .ascii "__opaque\0"
5097 .byte 0x8
5098 .byte 0x43
5099 .long 0x4b0
5100 .byte 0x2
5101 .byte 0x23
5102 .byte 0x8
5103 .byte 0x0
5104 .byte 0x6
5105 .long 0x163
5106 .long 0x514
5107 .byte 0x7
5108 .long 0x178
5109 .byte 0xf
5110 .byte 0x0
5111 .byte 0x2
5112 .ascii "__darwin_blkcnt_t\0"
5113 .byte 0x8
5114 .byte 0x5e
5115 .long 0x46a
5116 .byte 0x2
5117 .ascii "__darwin_blksize_t\0"
5118 .byte 0x8
5119 .byte 0x5f
5120 .long 0x447
5121 .byte 0x2
5122 .ascii "__darwin_dev_t\0"
5123 .byte 0x8
5124 .byte 0x60
5125 .long 0x447
5126 .byte 0x2
5127 .ascii "__darwin_gid_t\0"
5128 .byte 0x8
5129 .byte 0x63
5130 .long 0x458
5131 .byte 0x2
5132 .ascii "__darwin_ino64_t\0"
5133 .byte 0x8
5134 .byte 0x65
5135 .long 0x47b
5136 .byte 0x2
5137 .ascii "__darwin_mode_t\0"
5138 .byte 0x8
5139 .byte 0x6d
5140 .long 0x435
5141 .byte 0x2
5142 .ascii "__darwin_off_t\0"
5143 .byte 0x8
5144 .byte 0x6e
5145 .long 0x46a
5146 .byte 0x2
5147 .ascii "__darwin_pthread_mutex_t\0"
5148 .byte 0x8
5149 .byte 0x78
5150 .long 0x4c0
5151 .byte 0x2
5152 .ascii "__darwin_uid_t\0"
5153 .byte 0x8
5154 .byte 0x85
5155 .long 0x458
5156 .byte 0x2
5157 .ascii "off_t\0"
5158 .byte 0x9
5159 .byte 0x4b
5160 .long 0x5a2
5161 .byte 0xb
5162 .byte 0x8
5163 .long 0x163
5164 .byte 0xb
5165 .byte 0x8
5166 .long 0x607
5167 .byte 0xf
5168 .long 0x163
5169 .byte 0x8
5170 .ascii "timespec\0"
5171 .byte 0x10
5172 .byte 0xa
5173 .byte 0x59
5174 .long 0x641
5175 .byte 0x9
5176 .ascii "tv_sec\0"
5177 .byte 0xa
5178 .byte 0x5a
5179 .long 0x499
5180 .byte 0x2
5181 .byte 0x23
5182 .byte 0x0
5183 .byte 0x9
5184 .ascii "tv_nsec\0"
5185 .byte 0xa
5186 .byte 0x5b
5187 .long 0x48d
5188 .byte 0x2
5189 .byte 0x23
5190 .byte 0x8
5191 .byte 0x0
5192 .byte 0x2
5193 .ascii "time_t\0"
5194 .byte 0xb
5195 .byte 0x51
5196 .long 0x499
5197 .byte 0x8
5198 .ascii "tm\0"
5199 .byte 0x38
5200 .byte 0xc
5201 .byte 0x5a
5202 .long 0x721
5203 .byte 0x9
5204 .ascii "tm_sec\0"
5205 .byte 0xc
5206 .byte 0x5b
5207 .long 0xd6
5208 .byte 0x2
5209 .byte 0x23
5210 .byte 0x0
5211 .byte 0x9
5212 .ascii "tm_min\0"
5213 .byte 0xc
5214 .byte 0x5c
5215 .long 0xd6
5216 .byte 0x2
5217 .byte 0x23
5218 .byte 0x4
5219 .byte 0x9
5220 .ascii "tm_hour\0"
5221 .byte 0xc
5222 .byte 0x5d
5223 .long 0xd6
5224 .byte 0x2
5225 .byte 0x23
5226 .byte 0x8
5227 .byte 0x9
5228 .ascii "tm_mday\0"
5229 .byte 0xc
5230 .byte 0x5e
5231 .long 0xd6
5232 .byte 0x2
5233 .byte 0x23
5234 .byte 0xc
5235 .byte 0x9
5236 .ascii "tm_mon\0"
5237 .byte 0xc
5238 .byte 0x5f
5239 .long 0xd6
5240 .byte 0x2
5241 .byte 0x23
5242 .byte 0x10
5243 .byte 0x9
5244 .ascii "tm_year\0"
5245 .byte 0xc
5246 .byte 0x60
5247 .long 0xd6
5248 .byte 0x2
5249 .byte 0x23
5250 .byte 0x14
5251 .byte 0x9
5252 .ascii "tm_wday\0"
5253 .byte 0xc
5254 .byte 0x61
5255 .long 0xd6
5256 .byte 0x2
5257 .byte 0x23
5258 .byte 0x18
5259 .byte 0x9
5260 .ascii "tm_yday\0"
5261 .byte 0xc
5262 .byte 0x62
5263 .long 0xd6
5264 .byte 0x2
5265 .byte 0x23
5266 .byte 0x1c
5267 .byte 0x9
5268 .ascii "tm_isdst\0"
5269 .byte 0xc
5270 .byte 0x63
5271 .long 0xd6
5272 .byte 0x2
5273 .byte 0x23
5274 .byte 0x20
5275 .byte 0x9
5276 .ascii "tm_gmtoff\0"
5277 .byte 0xc
5278 .byte 0x64
5279 .long 0x48d
5280 .byte 0x2
5281 .byte 0x23
5282 .byte 0x28
5283 .byte 0x9
5284 .ascii "tm_zone\0"
5285 .byte 0xc
5286 .byte 0x65
5287 .long 0x5fb
5288 .byte 0x2
5289 .byte 0x23
5290 .byte 0x30
5291 .byte 0x0
5292 .byte 0x10
5293 .ascii "dirent\0"
5294 .word 0x418
5295 .byte 0xd
5296 .byte 0x73
5297 .long 0x79e
5298 .byte 0x9
5299 .ascii "d_ino\0"
5300 .byte 0xd
5301 .byte 0x73
5302 .long 0x47b
5303 .byte 0x2
5304 .byte 0x23
5305 .byte 0x0
5306 .byte 0x9
5307 .ascii "d_seekoff\0"
5308 .byte 0xd
5309 .byte 0x73
5310 .long 0x47b
5311 .byte 0x2
5312 .byte 0x23
5313 .byte 0x8
5314 .byte 0x9
5315 .ascii "d_reclen\0"
5316 .byte 0xd
5317 .byte 0x73
5318 .long 0x435
5319 .byte 0x2
5320 .byte 0x23
5321 .byte 0x10
5322 .byte 0x9
5323 .ascii "d_namlen\0"
5324 .byte 0xd
5325 .byte 0x73
5326 .long 0x435
5327 .byte 0x2
5328 .byte 0x23
5329 .byte 0x12
5330 .byte 0x9
5331 .ascii "d_type\0"
5332 .byte 0xd
5333 .byte 0x73
5334 .long 0x424
5335 .byte 0x2
5336 .byte 0x23
5337 .byte 0x14
5338 .byte 0x9
5339 .ascii "d_name\0"
5340 .byte 0xd
5341 .byte 0x73
5342 .long 0x79e
5343 .byte 0x2
5344 .byte 0x23
5345 .byte 0x15
5346 .byte 0x0
5347 .byte 0x6
5348 .long 0x163
5349 .long 0x7af
5350 .byte 0x11
5351 .long 0x178
5352 .word 0x3ff
5353 .byte 0x0
5354 .byte 0xc
5355 .byte 0x88
5356 .byte 0xe
5357 .byte 0x47
5358 .long 0x87d
5359 .byte 0x9
5360 .ascii "__dd_fd\0"
5361 .byte 0xe
5362 .byte 0x48
5363 .long 0xd6
5364 .byte 0x2
5365 .byte 0x23
5366 .byte 0x0
5367 .byte 0x9
5368 .ascii "__dd_loc\0"
5369 .byte 0xe
5370 .byte 0x49
5371 .long 0x48d
5372 .byte 0x2
5373 .byte 0x23
5374 .byte 0x8
5375 .byte 0x9
5376 .ascii "__dd_size\0"
5377 .byte 0xe
5378 .byte 0x4a
5379 .long 0x48d
5380 .byte 0x2
5381 .byte 0x23
5382 .byte 0x10
5383 .byte 0x9
5384 .ascii "__dd_buf\0"
5385 .byte 0xe
5386 .byte 0x4b
5387 .long 0x5fb
5388 .byte 0x2
5389 .byte 0x23
5390 .byte 0x18
5391 .byte 0x9
5392 .ascii "__dd_len\0"
5393 .byte 0xe
5394 .byte 0x4c
5395 .long 0xd6
5396 .byte 0x2
5397 .byte 0x23
5398 .byte 0x20
5399 .byte 0x9
5400 .ascii "__dd_seek\0"
5401 .byte 0xe
5402 .byte 0x4d
5403 .long 0x48d
5404 .byte 0x2
5405 .byte 0x23
5406 .byte 0x28
5407 .byte 0x9
5408 .ascii "__dd_rewind\0"
5409 .byte 0xe
5410 .byte 0x4e
5411 .long 0x48d
5412 .byte 0x2
5413 .byte 0x23
5414 .byte 0x30
5415 .byte 0x9
5416 .ascii "__dd_flags\0"
5417 .byte 0xe
5418 .byte 0x4f
5419 .long 0xd6
5420 .byte 0x2
5421 .byte 0x23
5422 .byte 0x38
5423 .byte 0x9
5424 .ascii "__dd_lock\0"
5425 .byte 0xe
5426 .byte 0x50
5427 .long 0x5b8
5428 .byte 0x2
5429 .byte 0x23
5430 .byte 0x40
5431 .byte 0x9
5432 .ascii "__dd_td\0"
5433 .byte 0xe
5434 .byte 0x51
5435 .long 0x888
5436 .byte 0x3
5437 .byte 0x23
5438 .byte 0x80,0x1
5439 .byte 0x0
5440 .byte 0x12
5441 .ascii "_telldir\0"
5442 .byte 0x1
5443 .byte 0xb
5444 .byte 0x8
5445 .long 0x87d
5446 .byte 0x2
5447 .ascii "DIR\0"
5448 .byte 0xe
5449 .byte 0x52
5450 .long 0x7af
5451 .byte 0x2
5452 .ascii "dev_t\0"
5453 .byte 0xf
5454 .byte 0x4d
5455 .long 0x547
5456 .byte 0x2
5457 .ascii "gid_t\0"
5458 .byte 0xf
5459 .byte 0x53
5460 .long 0x55d
5461 .byte 0x2
5462 .ascii "mode_t\0"
5463 .byte 0xf
5464 .byte 0x5e
5465 .long 0x58b
5466 .byte 0x2
5467 .ascii "uid_t\0"
5468 .byte 0xf
5469 .byte 0x7a
5470 .long 0x5d8
5471 .byte 0x8
5472 .ascii "pollfd\0"
5473 .byte 0x8
5474 .byte 0x10
5475 .byte 0x61
5476 .long 0x90e
5477 .byte 0x9
5478 .ascii "fd\0"
5479 .byte 0x10
5480 .byte 0x62
5481 .long 0xd6
5482 .byte 0x2
5483 .byte 0x23
5484 .byte 0x0
5485 .byte 0x9
5486 .ascii "events\0"
5487 .byte 0x10
5488 .byte 0x63
5489 .long 0x11c
5490 .byte 0x2
5491 .byte 0x23
5492 .byte 0x4
5493 .byte 0x9
5494 .ascii "revents\0"
5495 .byte 0x10
5496 .byte 0x64
5497 .long 0x11c
5498 .byte 0x2
5499 .byte 0x23
5500 .byte 0x6
5501 .byte 0x0
5502 .byte 0x2
5503 .ascii "int32_t\0"
5504 .byte 0x11
5505 .byte 0x58
5506 .long 0xd6
5507 .byte 0x2
5508 .ascii "blkcnt_t\0"
5509 .byte 0x12
5510 .byte 0x6e
5511 .long 0x514
5512 .byte 0x2
5513 .ascii "blksize_t\0"
5514 .byte 0x12
5515 .byte 0x73
5516 .long 0x52d
5517 .byte 0x2
5518 .ascii "nlink_t\0"
5519 .byte 0x12
5520 .byte 0x9d
5521 .long 0x435
5522 .byte 0x6
5523 .long 0x46a
5524 .long 0x95d
5525 .byte 0x7
5526 .long 0x178
5527 .byte 0x1
5528 .byte 0x0
5529 .byte 0x2
5530 .ascii "uint32_t\0"
5531 .byte 0x13
5532 .byte 0x32
5533 .long 0xc6
5534 .byte 0x2
5535 .ascii "uint64_t\0"
5536 .byte 0x13
5537 .byte 0x37
5538 .long 0x8d
5539 .byte 0x8
5540 .ascii "fsid\0"
5541 .byte 0x8
5542 .byte 0x14
5543 .byte 0x53
5544 .long 0x999
5545 .byte 0x9
5546 .ascii "val\0"
5547 .byte 0x14
5548 .byte 0x53
5549 .long 0x999
5550 .byte 0x2
5551 .byte 0x23
5552 .byte 0x0
5553 .byte 0x0
5554 .byte 0x6
5555 .long 0x90e
5556 .long 0x9a9
5557 .byte 0x7
5558 .long 0x178
5559 .byte 0x1
5560 .byte 0x0
5561 .byte 0x2
5562 .ascii "fsid_t\0"
5563 .byte 0x14
5564 .byte 0x53
5565 .long 0x97d
5566 .byte 0x6
5567 .long 0x95d
5568 .long 0x9c7
5569 .byte 0x7
5570 .long 0x178
5571 .byte 0x7
5572 .byte 0x0
5573 .byte 0x10
5574 .ascii "statfs\0"
5575 .word 0x878
5576 .byte 0x14
5577 .byte 0x7d
5578 .long 0xb11
5579 .byte 0x9
5580 .ascii "f_bsize\0"
5581 .byte 0x14
5582 .byte 0x7d
5583 .long 0x95d
5584 .byte 0x2
5585 .byte 0x23
5586 .byte 0x0
5587 .byte 0x9
5588 .ascii "f_iosize\0"
5589 .byte 0x14
5590 .byte 0x7d
5591 .long 0x90e
5592 .byte 0x2
5593 .byte 0x23
5594 .byte 0x4
5595 .byte 0x9
5596 .ascii "f_blocks\0"
5597 .byte 0x14
5598 .byte 0x7d
5599 .long 0x96d
5600 .byte 0x2
5601 .byte 0x23
5602 .byte 0x8
5603 .byte 0x9
5604 .ascii "f_bfree\0"
5605 .byte 0x14
5606 .byte 0x7d
5607 .long 0x96d
5608 .byte 0x2
5609 .byte 0x23
5610 .byte 0x10
5611 .byte 0x9
5612 .ascii "f_bavail\0"
5613 .byte 0x14
5614 .byte 0x7d
5615 .long 0x96d
5616 .byte 0x2
5617 .byte 0x23
5618 .byte 0x18
5619 .byte 0x9
5620 .ascii "f_files\0"
5621 .byte 0x14
5622 .byte 0x7d
5623 .long 0x96d
5624 .byte 0x2
5625 .byte 0x23
5626 .byte 0x20
5627 .byte 0x9
5628 .ascii "f_ffree\0"
5629 .byte 0x14
5630 .byte 0x7d
5631 .long 0x96d
5632 .byte 0x2
5633 .byte 0x23
5634 .byte 0x28
5635 .byte 0x9
5636 .ascii "f_fsid\0"
5637 .byte 0x14
5638 .byte 0x7d
5639 .long 0x9a9
5640 .byte 0x2
5641 .byte 0x23
5642 .byte 0x30
5643 .byte 0x9
5644 .ascii "f_owner\0"
5645 .byte 0x14
5646 .byte 0x7d
5647 .long 0x8c1
5648 .byte 0x2
5649 .byte 0x23
5650 .byte 0x38
5651 .byte 0x9
5652 .ascii "f_type\0"
5653 .byte 0x14
5654 .byte 0x7d
5655 .long 0x95d
5656 .byte 0x2
5657 .byte 0x23
5658 .byte 0x3c
5659 .byte 0x9
5660 .ascii "f_flags\0"
5661 .byte 0x14
5662 .byte 0x7d
5663 .long 0x95d
5664 .byte 0x2
5665 .byte 0x23
5666 .byte 0x40
5667 .byte 0x9
5668 .ascii "f_fssubtype\0"
5669 .byte 0x14
5670 .byte 0x7d
5671 .long 0x95d
5672 .byte 0x2
5673 .byte 0x23
5674 .byte 0x44
5675 .byte 0x9
5676 .ascii "f_fstypename\0"
5677 .byte 0x14
5678 .byte 0x7d
5679 .long 0x504
5680 .byte 0x2
5681 .byte 0x23
5682 .byte 0x48
5683 .byte 0x9
5684 .ascii "f_mntonname\0"
5685 .byte 0x14
5686 .byte 0x7d
5687 .long 0x79e
5688 .byte 0x2
5689 .byte 0x23
5690 .byte 0x58
5691 .byte 0x9
5692 .ascii "f_mntfromname\0"
5693 .byte 0x14
5694 .byte 0x7d
5695 .long 0x79e
5696 .byte 0x3
5697 .byte 0x23
5698 .byte 0xd8,0x8
5699 .byte 0x9
5700 .ascii "f_reserved\0"
5701 .byte 0x14
5702 .byte 0x7d
5703 .long 0x9b7
5704 .byte 0x3
5705 .byte 0x23
5706 .byte 0xd8,0x10
5707 .byte 0x0
5708 .byte 0x8
5709 .ascii "utimbuf\0"
5710 .byte 0x10
5711 .byte 0x15
5712 .byte 0x44
5713 .long 0xb45
5714 .byte 0x9
5715 .ascii "actime\0"
5716 .byte 0x15
5717 .byte 0x45
5718 .long 0x641
5719 .byte 0x2
5720 .byte 0x23
5721 .byte 0x0
5722 .byte 0x9
5723 .ascii "modtime\0"
5724 .byte 0x15
5725 .byte 0x46
5726 .long 0x641
5727 .byte 0x2
5728 .byte 0x23
5729 .byte 0x8
5730 .byte 0x0
5731 .byte 0x2
5732 .ascii "PE_COFF_LOADER_READ_FILE\0"
5733 .byte 0x16
5734 .byte 0x4b
5735 .long 0xb65
5736 .byte 0xb
5737 .byte 0x8
5738 .long 0xb6b
5739 .byte 0x13
5740 .byte 0x1
5741 .long 0x22e
5742 .long 0xb8a
5743 .byte 0x14
5744 .long 0x226
5745 .byte 0x14
5746 .long 0x16b
5747 .byte 0x14
5748 .long 0x228
5749 .byte 0x14
5750 .long 0x226
5751 .byte 0x0
5752 .byte 0xc
5753 .byte 0x90
5754 .byte 0x16
5755 .byte 0x50
5756 .long 0xdaa
5757 .byte 0x9
5758 .ascii "ImageAddress\0"
5759 .byte 0x16
5760 .byte 0x54
5761 .long 0x17b
5762 .byte 0x2
5763 .byte 0x23
5764 .byte 0x0
5765 .byte 0x9
5766 .ascii "ImageSize\0"
5767 .byte 0x16
5768 .byte 0x59
5769 .long 0x7f
5770 .byte 0x2
5771 .byte 0x23
5772 .byte 0x8
5773 .byte 0x9
5774 .ascii "DestinationAddress\0"
5775 .byte 0x16
5776 .byte 0x60
5777 .long 0x17b
5778 .byte 0x2
5779 .byte 0x23
5780 .byte 0x10
5781 .byte 0x15
5782 .set L$set$724,LASF0-Lsection__debug_str
5783 .long L$set$724
5784 .byte 0x16
5785 .byte 0x64
5786 .long 0x17b
5787 .byte 0x2
5788 .byte 0x23
5789 .byte 0x18
5790 .byte 0x9
5791 .ascii "ImageRead\0"
5792 .byte 0x16
5793 .byte 0x69
5794 .long 0xb45
5795 .byte 0x2
5796 .byte 0x23
5797 .byte 0x20
5798 .byte 0x9
5799 .ascii "Handle\0"
5800 .byte 0x16
5801 .byte 0x6d
5802 .long 0x226
5803 .byte 0x2
5804 .byte 0x23
5805 .byte 0x28
5806 .byte 0x9
5807 .ascii "FixupData\0"
5808 .byte 0x16
5809 .byte 0x74
5810 .long 0x226
5811 .byte 0x2
5812 .byte 0x23
5813 .byte 0x30
5814 .byte 0x9
5815 .ascii "SectionAlignment\0"
5816 .byte 0x16
5817 .byte 0x79
5818 .long 0xb8
5819 .byte 0x2
5820 .byte 0x23
5821 .byte 0x38
5822 .byte 0x9
5823 .ascii "PeCoffHeaderOffset\0"
5824 .byte 0x16
5825 .byte 0x7f
5826 .long 0xb8
5827 .byte 0x2
5828 .byte 0x23
5829 .byte 0x3c
5830 .byte 0x9
5831 .ascii "DebugDirectoryEntryRva\0"
5832 .byte 0x16
5833 .byte 0x84
5834 .long 0xb8
5835 .byte 0x2
5836 .byte 0x23
5837 .byte 0x40
5838 .byte 0x9
5839 .ascii "CodeView\0"
5840 .byte 0x16
5841 .byte 0x88
5842 .long 0x226
5843 .byte 0x2
5844 .byte 0x23
5845 .byte 0x48
5846 .byte 0x9
5847 .ascii "PdbPointer\0"
5848 .byte 0x16
5849 .byte 0x8e
5850 .long 0xdaa
5851 .byte 0x2
5852 .byte 0x23
5853 .byte 0x50
5854 .byte 0x9
5855 .ascii "SizeOfHeaders\0"
5856 .byte 0x16
5857 .byte 0x92
5858 .long 0x16b
5859 .byte 0x2
5860 .byte 0x23
5861 .byte 0x58
5862 .byte 0x9
5863 .ascii "ImageCodeMemoryType\0"
5864 .byte 0x16
5865 .byte 0x99
5866 .long 0xb8
5867 .byte 0x2
5868 .byte 0x23
5869 .byte 0x60
5870 .byte 0x9
5871 .ascii "ImageDataMemoryType\0"
5872 .byte 0x16
5873 .byte 0xa0
5874 .long 0xb8
5875 .byte 0x2
5876 .byte 0x23
5877 .byte 0x64
5878 .byte 0x9
5879 .ascii "ImageError\0"
5880 .byte 0x16
5881 .byte 0xa4
5882 .long 0xb8
5883 .byte 0x2
5884 .byte 0x23
5885 .byte 0x68
5886 .byte 0x9
5887 .ascii "FixupDataSize\0"
5888 .byte 0x16
5889 .byte 0xa9
5890 .long 0x16b
5891 .byte 0x2
5892 .byte 0x23
5893 .byte 0x70
5894 .byte 0x9
5895 .ascii "Machine\0"
5896 .byte 0x16
5897 .byte 0xad
5898 .long 0xdd
5899 .byte 0x2
5900 .byte 0x23
5901 .byte 0x78
5902 .byte 0x9
5903 .ascii "ImageType\0"
5904 .byte 0x16
5905 .byte 0xb1
5906 .long 0xdd
5907 .byte 0x2
5908 .byte 0x23
5909 .byte 0x7a
5910 .byte 0x9
5911 .ascii "RelocationsStripped\0"
5912 .byte 0x16
5913 .byte 0xb6
5914 .long 0x129
5915 .byte 0x2
5916 .byte 0x23
5917 .byte 0x7c
5918 .byte 0x9
5919 .ascii "IsTeImage\0"
5920 .byte 0x16
5921 .byte 0xbc
5922 .long 0x129
5923 .byte 0x2
5924 .byte 0x23
5925 .byte 0x7d
5926 .byte 0x9
5927 .ascii "HiiResourceData\0"
5928 .byte 0x16
5929 .byte 0xc2
5930 .long 0x17b
5931 .byte 0x3
5932 .byte 0x23
5933 .byte 0x80,0x1
5934 .byte 0x9
5935 .ascii "Context\0"
5936 .byte 0x16
5937 .byte 0xc6
5938 .long 0x7f
5939 .byte 0x3
5940 .byte 0x23
5941 .byte 0x88,0x1
5942 .byte 0x0
5943 .byte 0xb
5944 .byte 0x8
5945 .long 0x156
5946 .byte 0x2
5947 .ascii "PE_COFF_LOADER_IMAGE_CONTEXT\0"
5948 .byte 0x16
5949 .byte 0xc7
5950 .long 0xb8a
5951 .byte 0x8
5952 .ascii "stat_fix\0"
5953 .byte 0x90
5954 .byte 0x17
5955 .byte 0x53
5956 .long 0xf49
5957 .byte 0x9
5958 .ascii "st_dev\0"
5959 .byte 0x17
5960 .byte 0x53
5961 .long 0x899
5962 .byte 0x2
5963 .byte 0x23
5964 .byte 0x0
5965 .byte 0x9
5966 .ascii "st_mode\0"
5967 .byte 0x17
5968 .byte 0x55
5969 .long 0x8b3
5970 .byte 0x2
5971 .byte 0x23
5972 .byte 0x4
5973 .byte 0x9
5974 .ascii "st_nlink\0"
5975 .byte 0x17
5976 .byte 0x56
5977 .long 0x93e
5978 .byte 0x2
5979 .byte 0x23
5980 .byte 0x6
5981 .byte 0x9
5982 .ascii "st_ino\0"
5983 .byte 0x17
5984 .byte 0x57
5985 .long 0x573
5986 .byte 0x2
5987 .byte 0x23
5988 .byte 0x8
5989 .byte 0x9
5990 .ascii "st_uid\0"
5991 .byte 0x17
5992 .byte 0x58
5993 .long 0x8c1
5994 .byte 0x2
5995 .byte 0x23
5996 .byte 0x10
5997 .byte 0x9
5998 .ascii "st_gid\0"
5999 .byte 0x17
6000 .byte 0x59
6001 .long 0x8a6
6002 .byte 0x2
6003 .byte 0x23
6004 .byte 0x14
6005 .byte 0x9
6006 .ascii "st_rdev\0"
6007 .byte 0x17
6008 .byte 0x5a
6009 .long 0x899
6010 .byte 0x2
6011 .byte 0x23
6012 .byte 0x18
6013 .byte 0x9
6014 .ascii "st_atimespec\0"
6015 .byte 0x17
6016 .byte 0x5b
6017 .long 0x60c
6018 .byte 0x2
6019 .byte 0x23
6020 .byte 0x20
6021 .byte 0x9
6022 .ascii "st_mtimespec\0"
6023 .byte 0x17
6024 .byte 0x5b
6025 .long 0x60c
6026 .byte 0x2
6027 .byte 0x23
6028 .byte 0x30
6029 .byte 0x9
6030 .ascii "st_ctimespec\0"
6031 .byte 0x17
6032 .byte 0x5b
6033 .long 0x60c
6034 .byte 0x2
6035 .byte 0x23
6036 .byte 0x40
6037 .byte 0x9
6038 .ascii "st_birthtimespec\0"
6039 .byte 0x17
6040 .byte 0x5b
6041 .long 0x60c
6042 .byte 0x2
6043 .byte 0x23
6044 .byte 0x50
6045 .byte 0x9
6046 .ascii "st_size\0"
6047 .byte 0x17
6048 .byte 0x5c
6049 .long 0x5ee
6050 .byte 0x2
6051 .byte 0x23
6052 .byte 0x60
6053 .byte 0x9
6054 .ascii "st_blocks\0"
6055 .byte 0x17
6056 .byte 0x5d
6057 .long 0x91d
6058 .byte 0x2
6059 .byte 0x23
6060 .byte 0x68
6061 .byte 0x9
6062 .ascii "st_blksize\0"
6063 .byte 0x17
6064 .byte 0x5e
6065 .long 0x92d
6066 .byte 0x2
6067 .byte 0x23
6068 .byte 0x70
6069 .byte 0x9
6070 .ascii "st_flags\0"
6071 .byte 0x17
6072 .byte 0x5f
6073 .long 0x458
6074 .byte 0x2
6075 .byte 0x23
6076 .byte 0x74
6077 .byte 0x9
6078 .ascii "st_gen\0"
6079 .byte 0x17
6080 .byte 0x60
6081 .long 0x458
6082 .byte 0x2
6083 .byte 0x23
6084 .byte 0x78
6085 .byte 0x9
6086 .ascii "st_lspare\0"
6087 .byte 0x17
6088 .byte 0x61
6089 .long 0x447
6090 .byte 0x2
6091 .byte 0x23
6092 .byte 0x7c
6093 .byte 0x9
6094 .ascii "st_qspare\0"
6095 .byte 0x17
6096 .byte 0x62
6097 .long 0x94d
6098 .byte 0x3
6099 .byte 0x23
6100 .byte 0x80,0x1
6101 .byte 0x0
6102 .byte 0x2
6103 .ascii "STAT_FIX\0"
6104 .byte 0x17
6105 .byte 0x63
6106 .long 0xdd4
6107 .byte 0xb
6108 .byte 0x8
6109 .long 0xf5f
6110 .byte 0x16
6111 .byte 0x1
6112 .long 0xf6b
6113 .byte 0x14
6114 .long 0x7f
6115 .byte 0x0
6116 .byte 0xb
6117 .byte 0x8
6118 .long 0x316
6119 .byte 0xb
6120 .byte 0x8
6121 .long 0x64f
6122 .byte 0xb
6123 .byte 0x8
6124 .long 0xf7d
6125 .byte 0xf
6126 .long 0x641
6127 .byte 0xb
6128 .byte 0x8
6129 .long 0x8ce
6130 .byte 0xb
6131 .byte 0x8
6132 .long 0xf8e
6133 .byte 0x17
6134 .byte 0x2
6135 .ascii "UnixRmDir\0"
6136 .byte 0x17
6137 .byte 0xf2
6138 .long 0xfa0
6139 .byte 0xb
6140 .byte 0x8
6141 .long 0xfa6
6142 .byte 0x13
6143 .byte 0x1
6144 .long 0xd6
6145 .long 0xfb6
6146 .byte 0x14
6147 .long 0x601
6148 .byte 0x0
6149 .byte 0x2
6150 .ascii "UnixOpenDir\0"
6151 .byte 0x17
6152 .byte 0xfe
6153 .long 0xfc9
6154 .byte 0xb
6155 .byte 0x8
6156 .long 0xfcf
6157 .byte 0x13
6158 .byte 0x1
6159 .long 0xfdf
6160 .long 0xfdf
6161 .byte 0x14
6162 .long 0x601
6163 .byte 0x0
6164 .byte 0xb
6165 .byte 0x8
6166 .long 0x88e
6167 .byte 0xb
6168 .byte 0x8
6169 .long 0x721
6170 .byte 0x5
6171 .ascii "UnixStat\0"
6172 .byte 0x17
6173 .word 0x10e
6174 .long 0xffc
6175 .byte 0xb
6176 .byte 0x8
6177 .long 0x1002
6178 .byte 0x13
6179 .byte 0x1
6180 .long 0xd6
6181 .long 0x1017
6182 .byte 0x14
6183 .long 0x601
6184 .byte 0x14
6185 .long 0x1017
6186 .byte 0x0
6187 .byte 0xb
6188 .byte 0x8
6189 .long 0xf49
6190 .byte 0x5
6191 .ascii "UnixStatFs\0"
6192 .byte 0x17
6193 .word 0x112
6194 .long 0x1030
6195 .byte 0xb
6196 .byte 0x8
6197 .long 0x1036
6198 .byte 0x13
6199 .byte 0x1
6200 .long 0xd6
6201 .long 0x104b
6202 .byte 0x14
6203 .long 0x601
6204 .byte 0x14
6205 .long 0x104b
6206 .byte 0x0
6207 .byte 0xb
6208 .byte 0x8
6209 .long 0x9c7
6210 .byte 0xb
6211 .byte 0x8
6212 .long 0x1057
6213 .byte 0x18
6214 .ascii "utimbuf\0"
6215 .long 0xb11
6216 .byte 0xb
6217 .byte 0x8
6218 .long 0x106a
6219 .byte 0xb
6220 .byte 0x8
6221 .long 0x1070
6222 .byte 0xd
6223 .ascii "_EFI_UNIX_UGA_IO_PROTOCOL\0"
6224 .byte 0x30
6225 .byte 0x17
6226 .word 0x128
6227 .long 0x1106
6228 .byte 0x9
6229 .ascii "Private\0"
6230 .byte 0x18
6231 .byte 0x46
6232 .long 0x226
6233 .byte 0x2
6234 .byte 0x23
6235 .byte 0x0
6236 .byte 0x9
6237 .ascii "UgaClose\0"
6238 .byte 0x18
6239 .byte 0x47
6240 .long 0x128f
6241 .byte 0x2
6242 .byte 0x23
6243 .byte 0x8
6244 .byte 0x9
6245 .ascii "UgaSize\0"
6246 .byte 0x18
6247 .byte 0x48
6248 .long 0x12bb
6249 .byte 0x2
6250 .byte 0x23
6251 .byte 0x10
6252 .byte 0x9
6253 .ascii "UgaCheckKey\0"
6254 .byte 0x18
6255 .byte 0x49
6256 .long 0x12ea
6257 .byte 0x2
6258 .byte 0x23
6259 .byte 0x18
6260 .byte 0x9
6261 .ascii "UgaGetKey\0"
6262 .byte 0x18
6263 .byte 0x4a
6264 .long 0x12fd
6265 .byte 0x2
6266 .byte 0x23
6267 .byte 0x20
6268 .byte 0x9
6269 .ascii "UgaBlt\0"
6270 .byte 0x18
6271 .byte 0x4b
6272 .long 0x1329
6273 .byte 0x2
6274 .byte 0x23
6275 .byte 0x28
6276 .byte 0x0
6277 .byte 0xb
6278 .byte 0x8
6279 .long 0x110c
6280 .byte 0xf
6281 .long 0x101
6282 .byte 0xb
6283 .byte 0x8
6284 .long 0x36f
6285 .byte 0xb
6286 .byte 0x8
6287 .long 0x111d
6288 .byte 0x18
6289 .ascii "termios\0"
6290 .long 0x36f
6291 .byte 0xb
6292 .byte 0x8
6293 .long 0xdb0
6294 .byte 0xc
6295 .byte 0x4
6296 .byte 0x19
6297 .byte 0x4b
6298 .long 0x1179
6299 .byte 0x9
6300 .ascii "Blue\0"
6301 .byte 0x19
6302 .byte 0x4c
6303 .long 0x149
6304 .byte 0x2
6305 .byte 0x23
6306 .byte 0x0
6307 .byte 0x9
6308 .ascii "Green\0"
6309 .byte 0x19
6310 .byte 0x4d
6311 .long 0x149
6312 .byte 0x2
6313 .byte 0x23
6314 .byte 0x1
6315 .byte 0x9
6316 .ascii "Red\0"
6317 .byte 0x19
6318 .byte 0x4e
6319 .long 0x149
6320 .byte 0x2
6321 .byte 0x23
6322 .byte 0x2
6323 .byte 0x9
6324 .ascii "Reserved\0"
6325 .byte 0x19
6326 .byte 0x4f
6327 .long 0x149
6328 .byte 0x2
6329 .byte 0x23
6330 .byte 0x3
6331 .byte 0x0
6332 .byte 0x2
6333 .ascii "EFI_UGA_PIXEL\0"
6334 .byte 0x19
6335 .byte 0x50
6336 .long 0x1130
6337 .byte 0x19
6338 .byte 0x4
6339 .byte 0x19
6340 .byte 0x5a
6341 .long 0x11ff
6342 .byte 0x1a
6343 .ascii "EfiUgaVideoFill\0"
6344 .byte 0x0
6345 .byte 0x1a
6346 .ascii "EfiUgaVideoToBltBuffer\0"
6347 .byte 0x1
6348 .byte 0x1a
6349 .ascii "EfiUgaBltBufferToVideo\0"
6350 .byte 0x2
6351 .byte 0x1a
6352 .ascii "EfiUgaVideoToVideo\0"
6353 .byte 0x3
6354 .byte 0x1a
6355 .ascii "EfiUgaBltMax\0"
6356 .byte 0x4
6357 .byte 0x0
6358 .byte 0x2
6359 .ascii "EFI_UGA_BLT_OPERATION\0"
6360 .byte 0x19
6361 .byte 0x75
6362 .long 0x118e
6363 .byte 0xb
6364 .byte 0x8
6365 .long 0x1179
6366 .byte 0xc
6367 .byte 0x4
6368 .byte 0x1a
6369 .byte 0x29
6370 .long 0x1254
6371 .byte 0x9
6372 .ascii "ScanCode\0"
6373 .byte 0x1a
6374 .byte 0x2a
6375 .long 0xdd
6376 .byte 0x2
6377 .byte 0x23
6378 .byte 0x0
6379 .byte 0x9
6380 .ascii "UnicodeChar\0"
6381 .byte 0x1a
6382 .byte 0x2b
6383 .long 0x101
6384 .byte 0x2
6385 .byte 0x23
6386 .byte 0x2
6387 .byte 0x0
6388 .byte 0x2
6389 .ascii "EFI_INPUT_KEY\0"
6390 .byte 0x1a
6391 .byte 0x2c
6392 .long 0x1222
6393 .byte 0xb
6394 .byte 0x8
6395 .long 0x1254
6396 .byte 0x2
6397 .ascii "EFI_UNIX_UGA_IO_PROTOCOL\0"
6398 .byte 0x18
6399 .byte 0x19
6400 .long 0x1070
6401 .byte 0x2
6402 .ascii "UGAClose\0"
6403 .byte 0x18
6404 .byte 0x1f
6405 .long 0x129f
6406 .byte 0xb
6407 .byte 0x8
6408 .long 0x12a5
6409 .byte 0x13
6410 .byte 0x1
6411 .long 0x244
6412 .long 0x12b5
6413 .byte 0x14
6414 .long 0x12b5
6415 .byte 0x0
6416 .byte 0xb
6417 .byte 0x8
6418 .long 0x126f
6419 .byte 0x2
6420 .ascii "UGASize\0"
6421 .byte 0x18
6422 .byte 0x27
6423 .long 0x12ca
6424 .byte 0xb
6425 .byte 0x8
6426 .long 0x12d0
6427 .byte 0x13
6428 .byte 0x1
6429 .long 0x244
6430 .long 0x12ea
6431 .byte 0x14
6432 .long 0x12b5
6433 .byte 0x14
6434 .long 0xb8
6435 .byte 0x14
6436 .long 0xb8
6437 .byte 0x0
6438 .byte 0x2
6439 .ascii "UGACheckKey\0"
6440 .byte 0x18
6441 .byte 0x2d
6442 .long 0x129f
6443 .byte 0x2
6444 .ascii "UGAGetKey\0"
6445 .byte 0x18
6446 .byte 0x34
6447 .long 0x130e
6448 .byte 0xb
6449 .byte 0x8
6450 .long 0x1314
6451 .byte 0x13
6452 .byte 0x1
6453 .long 0x244
6454 .long 0x1329
6455 .byte 0x14
6456 .long 0x12b5
6457 .byte 0x14
6458 .long 0x1269
6459 .byte 0x0
6460 .byte 0x2
6461 .ascii "UGABlt\0"
6462 .byte 0x18
6463 .byte 0x43
6464 .long 0x1337
6465 .byte 0xb
6466 .byte 0x8
6467 .long 0x133d
6468 .byte 0x13
6469 .byte 0x1
6470 .long 0x244
6471 .long 0x137a
6472 .byte 0x14
6473 .long 0x12b5
6474 .byte 0x14
6475 .long 0x121c
6476 .byte 0x14
6477 .long 0x11ff
6478 .byte 0x14
6479 .long 0x16b
6480 .byte 0x14
6481 .long 0x16b
6482 .byte 0x14
6483 .long 0x16b
6484 .byte 0x14
6485 .long 0x16b
6486 .byte 0x14
6487 .long 0x16b
6488 .byte 0x14
6489 .long 0x16b
6490 .byte 0x14
6491 .long 0x16b
6492 .byte 0x0
6493 .byte 0x1b
6494 .byte 0x1
6495 .set L$set$725,LASF1-Lsection__debug_str
6496 .long L$set$725
6497 .byte 0x1
6498 .byte 0x23
6499 .byte 0x1
6500 .long 0xd6
6501 .quad LFB16
6502 .quad LFE16
6503 .set L$set$726,LLST0-Lsection__debug_loc
6504 .long L$set$726
6505 .long 0x13ae
6506 .byte 0x1c
6507 .set L$set$727,LASF3-Lsection__debug_str
6508 .long L$set$727
6509 .byte 0x1
6510 .byte 0x22
6511 .long 0x601
6512 .byte 0x2
6513 .byte 0x91
6514 .byte 0x68
6515 .byte 0x0
6516 .byte 0x1b
6517 .byte 0x1
6518 .set L$set$728,LASF2-Lsection__debug_str
6519 .long L$set$728
6520 .byte 0x1
6521 .byte 0x2a
6522 .byte 0x1
6523 .long 0xfdf
6524 .quad LFB17
6525 .quad LFE17
6526 .set L$set$729,LLST1-Lsection__debug_loc
6527 .long L$set$729
6528 .long 0x13e2
6529 .byte 0x1c
6530 .set L$set$730,LASF3-Lsection__debug_str
6531 .long L$set$730
6532 .byte 0x1
6533 .byte 0x29
6534 .long 0x601
6535 .byte 0x2
6536 .byte 0x91
6537 .byte 0x68
6538 .byte 0x0
6539 .byte 0x1b
6540 .byte 0x1
6541 .set L$set$731,LASF4-Lsection__debug_str
6542 .long L$set$731
6543 .byte 0x1
6544 .byte 0x31
6545 .byte 0x1
6546 .long 0xd6
6547 .quad LFB18
6548 .quad LFE18
6549 .set L$set$732,LLST2-Lsection__debug_loc
6550 .long L$set$732
6551 .long 0x1425
6552 .byte 0x1d
6553 .ascii "path\0"
6554 .byte 0x1
6555 .byte 0x30
6556 .long 0x601
6557 .byte 0x2
6558 .byte 0x91
6559 .byte 0x68
6560 .byte 0x1d
6561 .ascii "buf\0"
6562 .byte 0x1
6563 .byte 0x30
6564 .long 0x1017
6565 .byte 0x2
6566 .byte 0x91
6567 .byte 0x60
6568 .byte 0x0
6569 .byte 0x1b
6570 .byte 0x1
6571 .set L$set$733,LASF5-Lsection__debug_str
6572 .long L$set$733
6573 .byte 0x1
6574 .byte 0x38
6575 .byte 0x1
6576 .long 0xd6
6577 .quad LFB19
6578 .quad LFE19
6579 .set L$set$734,LLST3-Lsection__debug_loc
6580 .long L$set$734
6581 .long 0x1468
6582 .byte 0x1d
6583 .ascii "path\0"
6584 .byte 0x1
6585 .byte 0x37
6586 .long 0x601
6587 .byte 0x2
6588 .byte 0x91
6589 .byte 0x68
6590 .byte 0x1d
6591 .ascii "buf\0"
6592 .byte 0x1
6593 .byte 0x37
6594 .long 0x104b
6595 .byte 0x2
6596 .byte 0x91
6597 .byte 0x60
6598 .byte 0x0
6599 .byte 0x1e
6600 .byte 0x1
6601 .set L$set$735,LASF6-Lsection__debug_str
6602 .long L$set$735
6603 .byte 0x1
6604 .byte 0x41
6605 .byte 0x1
6606 .quad LFB20
6607 .quad LFE20
6608 .set L$set$736,LLST4-Lsection__debug_loc
6609 .long L$set$736
6610 .long 0x14a1
6611 .byte 0x1d
6612 .ascii "Milliseconds\0"
6613 .byte 0x1
6614 .byte 0x40
6615 .long 0x33d
6616 .byte 0x2
6617 .byte 0x91
6618 .byte 0x68
6619 .byte 0x0
6620 .byte 0x1e
6621 .byte 0x1
6622 .set L$set$737,LASF7-Lsection__debug_str
6623 .long L$set$737
6624 .byte 0x1
6625 .byte 0x48
6626 .byte 0x1
6627 .quad LFB21
6628 .quad LFE21
6629 .set L$set$738,LLST5-Lsection__debug_loc
6630 .long L$set$738
6631 .long 0x14d4
6632 .byte 0x1d
6633 .ascii "status\0"
6634 .byte 0x1
6635 .byte 0x47
6636 .long 0xd6
6637 .byte 0x2
6638 .byte 0x91
6639 .byte 0x6c
6640 .byte 0x0
6641 .byte 0x1e
6642 .byte 0x1
6643 .set L$set$739,LASF8-Lsection__debug_str
6644 .long L$set$739
6645 .byte 0x1
6646 .byte 0x50
6647 .byte 0x1
6648 .quad LFB22
6649 .quad LFE22
6650 .set L$set$740,LLST6-Lsection__debug_loc
6651 .long L$set$740
6652 .long 0x151c
6653 .byte 0x1d
6654 .ascii "PeriodMs\0"
6655 .byte 0x1
6656 .byte 0x4f
6657 .long 0x7f
6658 .byte 0x2
6659 .byte 0x91
6660 .byte 0x68
6661 .byte 0x1d
6662 .ascii "CallBack\0"
6663 .byte 0x1
6664 .byte 0x4f
6665 .long 0xf59
6666 .byte 0x2
6667 .byte 0x91
6668 .byte 0x60
6669 .byte 0x0
6670 .byte 0x1e
6671 .byte 0x1
6672 .set L$set$741,LASF9-Lsection__debug_str
6673 .long L$set$741
6674 .byte 0x1
6675 .byte 0x58
6676 .byte 0x1
6677 .quad LFB23
6678 .quad LFE23
6679 .set L$set$742,LLST7-Lsection__debug_loc
6680 .long L$set$742
6681 .long 0x154d
6682 .byte 0x1d
6683 .ascii "Time\0"
6684 .byte 0x1
6685 .byte 0x57
6686 .long 0xf6b
6687 .byte 0x2
6688 .byte 0x91
6689 .byte 0x68
6690 .byte 0x0
6691 .byte 0x1b
6692 .byte 0x1
6693 .set L$set$743,LASF10-Lsection__debug_str
6694 .long L$set$743
6695 .byte 0x1
6696 .byte 0x60
6697 .byte 0x1
6698 .long 0xf71
6699 .quad LFB24
6700 .quad LFE24
6701 .set L$set$744,LLST8-Lsection__debug_loc
6702 .long L$set$744
6703 .long 0x1583
6704 .byte 0x1d
6705 .ascii "clock\0"
6706 .byte 0x1
6707 .byte 0x5f
6708 .long 0xf77
6709 .byte 0x2
6710 .byte 0x91
6711 .byte 0x68
6712 .byte 0x0
6713 .byte 0x1f
6714 .byte 0x1
6715 .set L$set$745,LASF11-Lsection__debug_str
6716 .long L$set$745
6717 .byte 0x1
6718 .byte 0x67
6719 .byte 0x1
6720 .long 0x48d
6721 .quad LFB25
6722 .quad LFE25
6723 .set L$set$746,LLST9-Lsection__debug_loc
6724 .long L$set$746
6725 .byte 0x1f
6726 .byte 0x1
6727 .set L$set$747,LASF12-Lsection__debug_str
6728 .long L$set$747
6729 .byte 0x1
6730 .byte 0x6e
6731 .byte 0x1
6732 .long 0xd6
6733 .quad LFB26
6734 .quad LFE26
6735 .set L$set$748,LLST10-Lsection__debug_loc
6736 .long L$set$748
6737 .byte 0x1b
6738 .byte 0x1
6739 .set L$set$749,LASF13-Lsection__debug_str
6740 .long L$set$749
6741 .byte 0x1
6742 .byte 0x75
6743 .byte 0x1
6744 .long 0xd6
6745 .quad LFB27
6746 .quad LFE27
6747 .set L$set$750,LLST11-Lsection__debug_loc
6748 .long L$set$750
6749 .long 0x161a
6750 .byte 0x1d
6751 .ascii "pfd\0"
6752 .byte 0x1
6753 .byte 0x74
6754 .long 0xf82
6755 .byte 0x2
6756 .byte 0x91
6757 .byte 0x68
6758 .byte 0x1d
6759 .ascii "nfds\0"
6760 .byte 0x1
6761 .byte 0x74
6762 .long 0xc6
6763 .byte 0x2
6764 .byte 0x91
6765 .byte 0x64
6766 .byte 0x1d
6767 .ascii "timeout\0"
6768 .byte 0x1
6769 .byte 0x74
6770 .long 0xd6
6771 .byte 0x2
6772 .byte 0x91
6773 .byte 0x60
6774 .byte 0x0
6775 .byte 0x1b
6776 .byte 0x1
6777 .set L$set$751,LASF14-Lsection__debug_str
6778 .long L$set$751
6779 .byte 0x1
6780 .byte 0x7c
6781 .byte 0x1
6782 .long 0x48d
6783 .quad LFB28
6784 .quad LFE28
6785 .set L$set$752,LLST12-Lsection__debug_loc
6786 .long L$set$752
6787 .long 0x166b
6788 .byte 0x1d
6789 .ascii "fd\0"
6790 .byte 0x1
6791 .byte 0x7b
6792 .long 0xd6
6793 .byte 0x2
6794 .byte 0x91
6795 .byte 0x6c
6796 .byte 0x1d
6797 .ascii "buf\0"
6798 .byte 0x1
6799 .byte 0x7b
6800 .long 0x226
6801 .byte 0x2
6802 .byte 0x91
6803 .byte 0x60
6804 .byte 0x1d
6805 .ascii "count\0"
6806 .byte 0x1
6807 .byte 0x7b
6808 .long 0xd6
6809 .byte 0x2
6810 .byte 0x91
6811 .byte 0x5c
6812 .byte 0x0
6813 .byte 0x1b
6814 .byte 0x1
6815 .set L$set$753,LASF15-Lsection__debug_str
6816 .long L$set$753
6817 .byte 0x1
6818 .byte 0x83
6819 .byte 0x1
6820 .long 0x48d
6821 .quad LFB29
6822 .quad LFE29
6823 .set L$set$754,LLST13-Lsection__debug_loc
6824 .long L$set$754
6825 .long 0x16bc
6826 .byte 0x1d
6827 .ascii "fd\0"
6828 .byte 0x1
6829 .byte 0x82
6830 .long 0xd6
6831 .byte 0x2
6832 .byte 0x91
6833 .byte 0x6c
6834 .byte 0x1d
6835 .ascii "buf\0"
6836 .byte 0x1
6837 .byte 0x82
6838 .long 0xf88
6839 .byte 0x2
6840 .byte 0x91
6841 .byte 0x60
6842 .byte 0x1d
6843 .ascii "count\0"
6844 .byte 0x1
6845 .byte 0x82
6846 .long 0xd6
6847 .byte 0x2
6848 .byte 0x91
6849 .byte 0x5c
6850 .byte 0x0
6851 .byte 0x1b
6852 .byte 0x1
6853 .set L$set$755,LASF16-Lsection__debug_str
6854 .long L$set$755
6855 .byte 0x1
6856 .byte 0x8a
6857 .byte 0x1
6858 .long 0x5fb
6859 .quad LFB30
6860 .quad LFE30
6861 .set L$set$756,LLST14-Lsection__debug_loc
6862 .long L$set$756
6863 .long 0x16f1
6864 .byte 0x1d
6865 .ascii "name\0"
6866 .byte 0x1
6867 .byte 0x89
6868 .long 0x601
6869 .byte 0x2
6870 .byte 0x91
6871 .byte 0x68
6872 .byte 0x0
6873 .byte 0x1b
6874 .byte 0x1
6875 .set L$set$757,LASF17-Lsection__debug_str
6876 .long L$set$757
6877 .byte 0x1
6878 .byte 0x91
6879 .byte 0x1
6880 .long 0xd6
6881 .quad LFB31
6882 .quad LFE31
6883 .set L$set$758,LLST15-Lsection__debug_loc
6884 .long L$set$758
6885 .long 0x1745
6886 .byte 0x1d
6887 .ascii "name\0"
6888 .byte 0x1
6889 .byte 0x90
6890 .long 0x601
6891 .byte 0x2
6892 .byte 0x91
6893 .byte 0x68
6894 .byte 0x1d
6895 .ascii "flags\0"
6896 .byte 0x1
6897 .byte 0x90
6898 .long 0xd6
6899 .byte 0x2
6900 .byte 0x91
6901 .byte 0x64
6902 .byte 0x1d
6903 .ascii "mode\0"
6904 .byte 0x1
6905 .byte 0x90
6906 .long 0xd6
6907 .byte 0x2
6908 .byte 0x91
6909 .byte 0x60
6910 .byte 0x0
6911 .byte 0x1b
6912 .byte 0x1
6913 .set L$set$759,LASF18-Lsection__debug_str
6914 .long L$set$759
6915 .byte 0x1
6916 .byte 0x98
6917 .byte 0x1
6918 .long 0x5ee
6919 .quad LFB32
6920 .quad LFE32
6921 .set L$set$760,LLST16-Lsection__debug_loc
6922 .long L$set$760
6923 .long 0x1797
6924 .byte 0x1d
6925 .ascii "fd\0"
6926 .byte 0x1
6927 .byte 0x97
6928 .long 0xd6
6929 .byte 0x2
6930 .byte 0x91
6931 .byte 0x6c
6932 .byte 0x1d
6933 .ascii "off\0"
6934 .byte 0x1
6935 .byte 0x97
6936 .long 0x5ee
6937 .byte 0x2
6938 .byte 0x91
6939 .byte 0x60
6940 .byte 0x1d
6941 .ascii "whence\0"
6942 .byte 0x1
6943 .byte 0x97
6944 .long 0xd6
6945 .byte 0x2
6946 .byte 0x91
6947 .byte 0x5c
6948 .byte 0x0
6949 .byte 0x1b
6950 .byte 0x1
6951 .set L$set$761,LASF19-Lsection__debug_str
6952 .long L$set$761
6953 .byte 0x1
6954 .byte 0x9f
6955 .byte 0x1
6956 .long 0xd6
6957 .quad LFB33
6958 .quad LFE33
6959 .set L$set$762,LLST17-Lsection__debug_loc
6960 .long L$set$762
6961 .long 0x17d8
6962 .byte 0x1d
6963 .ascii "fd\0"
6964 .byte 0x1
6965 .byte 0x9e
6966 .long 0xd6
6967 .byte 0x2
6968 .byte 0x91
6969 .byte 0x6c
6970 .byte 0x1d
6971 .ascii "len\0"
6972 .byte 0x1
6973 .byte 0x9e
6974 .long 0x48d
6975 .byte 0x2
6976 .byte 0x91
6977 .byte 0x60
6978 .byte 0x0
6979 .byte 0x1b
6980 .byte 0x1
6981 .set L$set$763,LASF20-Lsection__debug_str
6982 .long L$set$763
6983 .byte 0x1
6984 .byte 0xa6
6985 .byte 0x1
6986 .long 0xd6
6987 .quad LFB34
6988 .quad LFE34
6989 .set L$set$764,LLST18-Lsection__debug_loc
6990 .long L$set$764
6991 .long 0x180b
6992 .byte 0x1d
6993 .ascii "fd\0"
6994 .byte 0x1
6995 .byte 0xa5
6996 .long 0xd6
6997 .byte 0x2
6998 .byte 0x91
6999 .byte 0x6c
7000 .byte 0x0
7001 .byte 0x1b
7002 .byte 0x1
7003 .set L$set$765,LASF21-Lsection__debug_str
7004 .long L$set$765
7005 .byte 0x1
7006 .byte 0xad
7007 .byte 0x1
7008 .long 0xd6
7009 .quad LFB35
7010 .quad LFE35
7011 .set L$set$766,LLST19-Lsection__debug_loc
7012 .long L$set$766
7013 .long 0x184e
7014 .byte 0x1c
7015 .set L$set$767,LASF3-Lsection__debug_str
7016 .long L$set$767
7017 .byte 0x1
7018 .byte 0xac
7019 .long 0x601
7020 .byte 0x2
7021 .byte 0x91
7022 .byte 0x68
7023 .byte 0x1d
7024 .ascii "mode\0"
7025 .byte 0x1
7026 .byte 0xac
7027 .long 0x8b3
7028 .byte 0x2
7029 .byte 0x91
7030 .byte 0x64
7031 .byte 0x0
7032 .byte 0x1b
7033 .byte 0x1
7034 .set L$set$768,LASF22-Lsection__debug_str
7035 .long L$set$768
7036 .byte 0x1
7037 .byte 0xb4
7038 .byte 0x1
7039 .long 0xd6
7040 .quad LFB36
7041 .quad LFE36
7042 .set L$set$769,LLST20-Lsection__debug_loc
7043 .long L$set$769
7044 .long 0x1882
7045 .byte 0x1c
7046 .set L$set$770,LASF3-Lsection__debug_str
7047 .long L$set$770
7048 .byte 0x1
7049 .byte 0xb3
7050 .long 0x601
7051 .byte 0x2
7052 .byte 0x91
7053 .byte 0x68
7054 .byte 0x0
7055 .byte 0x1f
7056 .byte 0x1
7057 .set L$set$771,LASF23-Lsection__debug_str
7058 .long L$set$771
7059 .byte 0x1
7060 .byte 0xbb
7061 .byte 0x1
7062 .long 0xd6
7063 .quad LFB37
7064 .quad LFE37
7065 .set L$set$772,LLST21-Lsection__debug_loc
7066 .long L$set$772
7067 .byte 0x1e
7068 .byte 0x1
7069 .set L$set$773,LASF24-Lsection__debug_str
7070 .long L$set$773
7071 .byte 0x1
7072 .byte 0xc2
7073 .byte 0x1
7074 .quad LFB38
7075 .quad LFE38
7076 .set L$set$774,LLST22-Lsection__debug_loc
7077 .long L$set$774
7078 .long 0x18d3
7079 .byte 0x1d
7080 .ascii "dir\0"
7081 .byte 0x1
7082 .byte 0xc1
7083 .long 0xfdf
7084 .byte 0x2
7085 .byte 0x91
7086 .byte 0x68
7087 .byte 0x0
7088 .byte 0x1b
7089 .byte 0x1
7090 .set L$set$775,LASF25-Lsection__debug_str
7091 .long L$set$775
7092 .byte 0x1
7093 .byte 0xca
7094 .byte 0x1
7095 .long 0xfe5
7096 .quad LFB39
7097 .quad LFE39
7098 .set L$set$776,LLST23-Lsection__debug_loc
7099 .long L$set$776
7100 .long 0x1907
7101 .byte 0x1d
7102 .ascii "dir\0"
7103 .byte 0x1
7104 .byte 0xc9
7105 .long 0xfdf
7106 .byte 0x2
7107 .byte 0x91
7108 .byte 0x68
7109 .byte 0x0
7110 .byte 0x1b
7111 .byte 0x1
7112 .set L$set$777,LASF26-Lsection__debug_str
7113 .long L$set$777
7114 .byte 0x1
7115 .byte 0xd1
7116 .byte 0x1
7117 .long 0xd6
7118 .quad LFB40
7119 .quad LFE40
7120 .set L$set$778,LLST24-Lsection__debug_loc
7121 .long L$set$778
7122 .long 0x193b
7123 .byte 0x1d
7124 .ascii "dir\0"
7125 .byte 0x1
7126 .byte 0xd0
7127 .long 0xfdf
7128 .byte 0x2
7129 .byte 0x91
7130 .byte 0x68
7131 .byte 0x0
7132 .byte 0x1b
7133 .byte 0x1
7134 .set L$set$779,LASF27-Lsection__debug_str
7135 .long L$set$779
7136 .byte 0x1
7137 .byte 0xd8
7138 .byte 0x1
7139 .long 0xd6
7140 .quad LFB41
7141 .quad LFE41
7142 .set L$set$780,LLST25-Lsection__debug_loc
7143 .long L$set$780
7144 .long 0x1985
7145 .byte 0x1d
7146 .ascii "oldpath\0"
7147 .byte 0x1
7148 .byte 0xd7
7149 .long 0x601
7150 .byte 0x2
7151 .byte 0x91
7152 .byte 0x68
7153 .byte 0x1d
7154 .ascii "newpath\0"
7155 .byte 0x1
7156 .byte 0xd7
7157 .long 0x601
7158 .byte 0x2
7159 .byte 0x91
7160 .byte 0x60
7161 .byte 0x0
7162 .byte 0x1b
7163 .byte 0x1
7164 .set L$set$781,LASF28-Lsection__debug_str
7165 .long L$set$781
7166 .byte 0x1
7167 .byte 0xdf
7168 .byte 0x1
7169 .long 0x641
7170 .quad LFB42
7171 .quad LFE42
7172 .set L$set$782,LLST26-Lsection__debug_loc
7173 .long L$set$782
7174 .long 0x19b8
7175 .byte 0x1d
7176 .ascii "tm\0"
7177 .byte 0x1
7178 .byte 0xde
7179 .long 0xf71
7180 .byte 0x2
7181 .byte 0x91
7182 .byte 0x68
7183 .byte 0x0
7184 .byte 0x1b
7185 .byte 0x1
7186 .set L$set$783,LASF29-Lsection__debug_str
7187 .long L$set$783
7188 .byte 0x1
7189 .byte 0xe6
7190 .byte 0x1
7191 .long 0xd6
7192 .quad LFB43
7193 .quad LFE43
7194 .set L$set$784,LLST27-Lsection__debug_loc
7195 .long L$set$784
7196 .long 0x19eb
7197 .byte 0x1d
7198 .ascii "fd\0"
7199 .byte 0x1
7200 .byte 0xe5
7201 .long 0xd6
7202 .byte 0x2
7203 .byte 0x91
7204 .byte 0x6c
7205 .byte 0x0
7206 .byte 0x1b
7207 .byte 0x1
7208 .set L$set$785,LASF30-Lsection__debug_str
7209 .long L$set$785
7210 .byte 0x1
7211 .byte 0xed
7212 .byte 0x1
7213 .long 0xd6
7214 .quad LFB44
7215 .quad LFE44
7216 .set L$set$786,LLST28-Lsection__debug_loc
7217 .long L$set$786
7218 .long 0x1a2f
7219 .byte 0x1d
7220 .ascii "path\0"
7221 .byte 0x1
7222 .byte 0xec
7223 .long 0x601
7224 .byte 0x2
7225 .byte 0x91
7226 .byte 0x68
7227 .byte 0x1d
7228 .ascii "mode\0"
7229 .byte 0x1
7230 .byte 0xec
7231 .long 0x8b3
7232 .byte 0x2
7233 .byte 0x91
7234 .byte 0x64
7235 .byte 0x0
7236 .byte 0x1b
7237 .byte 0x1
7238 .set L$set$787,LASF31-Lsection__debug_str
7239 .long L$set$787
7240 .byte 0x1
7241 .byte 0xf4
7242 .byte 0x1
7243 .long 0xd6
7244 .quad LFB45
7245 .quad LFE45
7246 .set L$set$788,LLST29-Lsection__debug_loc
7247 .long L$set$788
7248 .long 0x1a76
7249 .byte 0x1d
7250 .ascii "filename\0"
7251 .byte 0x1
7252 .byte 0xf3
7253 .long 0x601
7254 .byte 0x2
7255 .byte 0x91
7256 .byte 0x68
7257 .byte 0x1d
7258 .ascii "buf\0"
7259 .byte 0x1
7260 .byte 0xf3
7261 .long 0x1051
7262 .byte 0x2
7263 .byte 0x91
7264 .byte 0x60
7265 .byte 0x0
7266 .byte 0x1b
7267 .byte 0x1
7268 .set L$set$789,LASF32-Lsection__debug_str
7269 .long L$set$789
7270 .byte 0x1
7271 .byte 0xfb
7272 .byte 0x1
7273 .long 0xd6
7274 .quad LFB46
7275 .quad LFE46
7276 .set L$set$790,LLST30-Lsection__debug_loc
7277 .long L$set$790
7278 .long 0x1ac6
7279 .byte 0x1d
7280 .ascii "fildes\0"
7281 .byte 0x1
7282 .byte 0xfa
7283 .long 0xd6
7284 .byte 0x2
7285 .byte 0x91
7286 .byte 0x6c
7287 .byte 0x1d
7288 .ascii "queue_selector\0"
7289 .byte 0x1
7290 .byte 0xfa
7291 .long 0xd6
7292 .byte 0x2
7293 .byte 0x91
7294 .byte 0x68
7295 .byte 0x0
7296 .byte 0x20
7297 .byte 0x1
7298 .set L$set$791,LASF33-Lsection__debug_str
7299 .long L$set$791
7300 .byte 0x1
7301 .word 0x102
7302 .byte 0x1
7303 .long 0x244
7304 .quad LFB47
7305 .quad LFE47
7306 .set L$set$792,LLST31-Lsection__debug_loc
7307 .long L$set$792
7308 .long 0x1b0d
7309 .byte 0x21
7310 .set L$set$793,LASF34-Lsection__debug_str
7311 .long L$set$793
7312 .byte 0x1
7313 .word 0x101
7314 .long 0x1064
7315 .byte 0x2
7316 .byte 0x91
7317 .byte 0x68
7318 .byte 0x22
7319 .ascii "Title\0"
7320 .byte 0x1
7321 .word 0x101
7322 .long 0x1106
7323 .byte 0x2
7324 .byte 0x91
7325 .byte 0x60
7326 .byte 0x0
7327 .byte 0x23
7328 .byte 0x1
7329 .set L$set$794,LASF35-Lsection__debug_str
7330 .long L$set$794
7331 .byte 0x1
7332 .word 0x109
7333 .byte 0x1
7334 .quad LFB48
7335 .quad LFE48
7336 .set L$set$795,LLST32-Lsection__debug_loc
7337 .long L$set$795
7338 .long 0x1b3f
7339 .byte 0x22
7340 .ascii "__s\0"
7341 .byte 0x1
7342 .word 0x108
7343 .long 0x601
7344 .byte 0x2
7345 .byte 0x91
7346 .byte 0x68
7347 .byte 0x0
7348 .byte 0x20
7349 .byte 0x1
7350 .set L$set$796,LASF36-Lsection__debug_str
7351 .long L$set$796
7352 .byte 0x1
7353 .word 0x115
7354 .byte 0x1
7355 .long 0xd6
7356 .quad LFB49
7357 .quad LFE49
7358 .set L$set$797,LLST33-Lsection__debug_loc
7359 .long L$set$797
7360 .long 0x1b9f
7361 .byte 0x22
7362 .ascii "fd\0"
7363 .byte 0x1
7364 .word 0x114
7365 .long 0xd6
7366 .byte 0x3
7367 .byte 0x91
7368 .byte 0x9c,0x7e
7369 .byte 0x22
7370 .ascii "__request\0"
7371 .byte 0x1
7372 .word 0x114
7373 .long 0x33d
7374 .byte 0x3
7375 .byte 0x91
7376 .byte 0x90,0x7e
7377 .byte 0x24
7378 .byte 0x25
7379 .ascii "Marker\0"
7380 .byte 0x1
7381 .word 0x116
7382 .long 0x193
7383 .byte 0x3
7384 .byte 0x91
7385 .byte 0xa0,0x7e
7386 .byte 0x0
7387 .byte 0x20
7388 .byte 0x1
7389 .set L$set$798,LASF37-Lsection__debug_str
7390 .long L$set$798
7391 .byte 0x1
7392 .word 0x11f
7393 .byte 0x1
7394 .long 0xd6
7395 .quad LFB50
7396 .quad LFE50
7397 .set L$set$799,LLST34-Lsection__debug_loc
7398 .long L$set$799
7399 .long 0x1bfd
7400 .byte 0x22
7401 .ascii "__fd\0"
7402 .byte 0x1
7403 .word 0x11e
7404 .long 0xd6
7405 .byte 0x3
7406 .byte 0x91
7407 .byte 0x9c,0x7e
7408 .byte 0x22
7409 .ascii "__cmd\0"
7410 .byte 0x1
7411 .word 0x11e
7412 .long 0xd6
7413 .byte 0x3
7414 .byte 0x91
7415 .byte 0x98,0x7e
7416 .byte 0x24
7417 .byte 0x25
7418 .ascii "Marker\0"
7419 .byte 0x1
7420 .word 0x120
7421 .long 0x193
7422 .byte 0x3
7423 .byte 0x91
7424 .byte 0xa0,0x7e
7425 .byte 0x0
7426 .byte 0x20
7427 .byte 0x1
7428 .set L$set$800,LASF38-Lsection__debug_str
7429 .long L$set$800
7430 .byte 0x1
7431 .word 0x12a
7432 .byte 0x1
7433 .long 0xd6
7434 .quad LFB51
7435 .quad LFE51
7436 .set L$set$801,LLST35-Lsection__debug_loc
7437 .long L$set$801
7438 .long 0x1c46
7439 .byte 0x21
7440 .set L$set$802,LASF39-Lsection__debug_str
7441 .long L$set$802
7442 .byte 0x1
7443 .word 0x129
7444 .long 0x1111
7445 .byte 0x2
7446 .byte 0x91
7447 .byte 0x68
7448 .byte 0x22
7449 .ascii "__speed\0"
7450 .byte 0x1
7451 .word 0x129
7452 .long 0x35f
7453 .byte 0x2
7454 .byte 0x91
7455 .byte 0x60
7456 .byte 0x0
7457 .byte 0x20
7458 .byte 0x1
7459 .set L$set$803,LASF40-Lsection__debug_str
7460 .long L$set$803
7461 .byte 0x1
7462 .word 0x131
7463 .byte 0x1
7464 .long 0xd6
7465 .quad LFB52
7466 .quad LFE52
7467 .set L$set$804,LLST36-Lsection__debug_loc
7468 .long L$set$804
7469 .long 0x1c8f
7470 .byte 0x21
7471 .set L$set$805,LASF39-Lsection__debug_str
7472 .long L$set$805
7473 .byte 0x1
7474 .word 0x130
7475 .long 0x1111
7476 .byte 0x2
7477 .byte 0x91
7478 .byte 0x68
7479 .byte 0x22
7480 .ascii "__speed\0"
7481 .byte 0x1
7482 .word 0x130
7483 .long 0x35f
7484 .byte 0x2
7485 .byte 0x91
7486 .byte 0x60
7487 .byte 0x0
7488 .byte 0x20
7489 .byte 0x1
7490 .set L$set$806,LASF41-Lsection__debug_str
7491 .long L$set$806
7492 .byte 0x1
7493 .word 0x138
7494 .byte 0x1
7495 .long 0xd6
7496 .quad LFB53
7497 .quad LFE53
7498 .set L$set$807,LLST37-Lsection__debug_loc
7499 .long L$set$807
7500 .long 0x1cd5
7501 .byte 0x22
7502 .ascii "__fd\0"
7503 .byte 0x1
7504 .word 0x137
7505 .long 0xd6
7506 .byte 0x2
7507 .byte 0x91
7508 .byte 0x6c
7509 .byte 0x21
7510 .set L$set$808,LASF39-Lsection__debug_str
7511 .long L$set$808
7512 .byte 0x1
7513 .word 0x137
7514 .long 0x1111
7515 .byte 0x2
7516 .byte 0x91
7517 .byte 0x60
7518 .byte 0x0
7519 .byte 0x20
7520 .byte 0x1
7521 .set L$set$809,LASF42-Lsection__debug_str
7522 .long L$set$809
7523 .byte 0x1
7524 .word 0x13f
7525 .byte 0x1
7526 .long 0xd6
7527 .quad LFB54
7528 .quad LFE54
7529 .set L$set$810,LLST38-Lsection__debug_loc
7530 .long L$set$810
7531 .long 0x1d39
7532 .byte 0x22
7533 .ascii "__fd\0"
7534 .byte 0x1
7535 .word 0x13e
7536 .long 0xd6
7537 .byte 0x2
7538 .byte 0x91
7539 .byte 0x6c
7540 .byte 0x22
7541 .ascii "__optional_actions\0"
7542 .byte 0x1
7543 .word 0x13e
7544 .long 0xd6
7545 .byte 0x2
7546 .byte 0x91
7547 .byte 0x68
7548 .byte 0x21
7549 .set L$set$811,LASF39-Lsection__debug_str
7550 .long L$set$811
7551 .byte 0x1
7552 .word 0x13e
7553 .long 0x1117
7554 .byte 0x2
7555 .byte 0x91
7556 .byte 0x60
7557 .byte 0x0
7558 .byte 0x20
7559 .byte 0x1
7560 .set L$set$812,LASF43-Lsection__debug_str
7561 .long L$set$812
7562 .byte 0x1
7563 .word 0x14b
7564 .byte 0x1
7565 .long 0x22e
7566 .quad LFB55
7567 .quad LFE55
7568 .set L$set$813,LLST39-Lsection__debug_loc
7569 .long L$set$813
7570 .long 0x1d83
7571 .byte 0x22
7572 .ascii "Pe32Data\0"
7573 .byte 0x1
7574 .word 0x148
7575 .long 0x226
7576 .byte 0x2
7577 .byte 0x91
7578 .byte 0x68
7579 .byte 0x21
7580 .set L$set$814,LASF0-Lsection__debug_str
7581 .long L$set$814
7582 .byte 0x1
7583 .word 0x14a
7584 .long 0x326
7585 .byte 0x2
7586 .byte 0x91
7587 .byte 0x60
7588 .byte 0x0
7589 .byte 0x23
7590 .byte 0x1
7591 .set L$set$815,LASF44-Lsection__debug_str
7592 .long L$set$815
7593 .byte 0x1
7594 .word 0x155
7595 .byte 0x1
7596 .quad LFB56
7597 .quad LFE56
7598 .set L$set$816,LLST40-Lsection__debug_loc
7599 .long L$set$816
7600 .long 0x1db5
7601 .byte 0x21
7602 .set L$set$817,LASF45-Lsection__debug_str
7603 .long L$set$817
7604 .byte 0x1
7605 .word 0x154
7606 .long 0x112a
7607 .byte 0x2
7608 .byte 0x91
7609 .byte 0x68
7610 .byte 0x0
7611 .byte 0x23
7612 .byte 0x1
7613 .set L$set$818,LASF46-Lsection__debug_str
7614 .long L$set$818
7615 .byte 0x1
7616 .word 0x160
7617 .byte 0x1
7618 .quad LFB57
7619 .quad LFE57
7620 .set L$set$819,LLST41-Lsection__debug_loc
7621 .long L$set$819
7622 .long 0x1de7
7623 .byte 0x21
7624 .set L$set$820,LASF45-Lsection__debug_str
7625 .long L$set$820
7626 .byte 0x1
7627 .word 0x15f
7628 .long 0x112a
7629 .byte 0x2
7630 .byte 0x91
7631 .byte 0x68
7632 .byte 0x0
7633 .byte 0x20
7634 .byte 0x1
7635 .set L$set$821,LASF47-Lsection__debug_str
7636 .long L$set$821
7637 .byte 0x1
7638 .word 0x16d
7639 .byte 0x1
7640 .long 0x244
7641 .quad LFB58
7642 .quad LFE58
7643 .set L$set$822,LLST42-Lsection__debug_loc
7644 .long L$set$822
7645 .long 0x1e1d
7646 .byte 0x21
7647 .set L$set$823,LASF34-Lsection__debug_str
7648 .long L$set$823
7649 .byte 0x1
7650 .word 0x16c
7651 .long 0x12b5
7652 .byte 0x2
7653 .byte 0x91
7654 .byte 0x68
7655 .byte 0x0
7656 .byte 0x20
7657 .byte 0x1
7658 .set L$set$824,LASF48-Lsection__debug_str
7659 .long L$set$824
7660 .byte 0x1
7661 .word 0x174
7662 .byte 0x1
7663 .long 0x244
7664 .quad LFB59
7665 .quad LFE59
7666 .set L$set$825,LLST43-Lsection__debug_loc
7667 .long L$set$825
7668 .long 0x1e76
7669 .byte 0x21
7670 .set L$set$826,LASF34-Lsection__debug_str
7671 .long L$set$826
7672 .byte 0x1
7673 .word 0x173
7674 .long 0x12b5
7675 .byte 0x2
7676 .byte 0x91
7677 .byte 0x68
7678 .byte 0x22
7679 .ascii "Width\0"
7680 .byte 0x1
7681 .word 0x173
7682 .long 0xb8
7683 .byte 0x2
7684 .byte 0x91
7685 .byte 0x64
7686 .byte 0x22
7687 .ascii "Height\0"
7688 .byte 0x1
7689 .word 0x173
7690 .long 0xb8
7691 .byte 0x2
7692 .byte 0x91
7693 .byte 0x60
7694 .byte 0x0
7695 .byte 0x20
7696 .byte 0x1
7697 .set L$set$827,LASF49-Lsection__debug_str
7698 .long L$set$827
7699 .byte 0x1
7700 .word 0x17b
7701 .byte 0x1
7702 .long 0x244
7703 .quad LFB60
7704 .quad LFE60
7705 .set L$set$828,LLST44-Lsection__debug_loc
7706 .long L$set$828
7707 .long 0x1eac
7708 .byte 0x21
7709 .set L$set$829,LASF34-Lsection__debug_str
7710 .long L$set$829
7711 .byte 0x1
7712 .word 0x17a
7713 .long 0x12b5
7714 .byte 0x2
7715 .byte 0x91
7716 .byte 0x68
7717 .byte 0x0
7718 .byte 0x20
7719 .byte 0x1
7720 .set L$set$830,LASF50-Lsection__debug_str
7721 .long L$set$830
7722 .byte 0x1
7723 .word 0x182
7724 .byte 0x1
7725 .long 0x244
7726 .quad LFB61
7727 .quad LFE61
7728 .set L$set$831,LLST45-Lsection__debug_loc
7729 .long L$set$831
7730 .long 0x1ef1
7731 .byte 0x21
7732 .set L$set$832,LASF34-Lsection__debug_str
7733 .long L$set$832
7734 .byte 0x1
7735 .word 0x181
7736 .long 0x12b5
7737 .byte 0x2
7738 .byte 0x91
7739 .byte 0x68
7740 .byte 0x22
7741 .ascii "key\0"
7742 .byte 0x1
7743 .word 0x181
7744 .long 0x1269
7745 .byte 0x2
7746 .byte 0x91
7747 .byte 0x60
7748 .byte 0x0
7749 .byte 0x20
7750 .byte 0x1
7751 .set L$set$833,LASF51-Lsection__debug_str
7752 .long L$set$833
7753 .byte 0x1
7754 .word 0x194
7755 .byte 0x1
7756 .long 0x244
7757 .quad LFB62
7758 .quad LFE62
7759 .set L$set$834,LLST46-Lsection__debug_loc
7760 .long L$set$834
7761 .long 0x1fde
7762 .byte 0x21
7763 .set L$set$835,LASF34-Lsection__debug_str
7764 .long L$set$835
7765 .byte 0x1
7766 .word 0x189
7767 .long 0x12b5
7768 .byte 0x2
7769 .byte 0x91
7770 .byte 0x68
7771 .byte 0x22
7772 .ascii "BltBuffer\0"
7773 .byte 0x1
7774 .word 0x18a
7775 .long 0x121c
7776 .byte 0x2
7777 .byte 0x91
7778 .byte 0x60
7779 .byte 0x22
7780 .ascii "BltOperation\0"
7781 .byte 0x1
7782 .word 0x18b
7783 .long 0x11ff
7784 .byte 0x2
7785 .byte 0x91
7786 .byte 0x5c
7787 .byte 0x22
7788 .ascii "SourceX\0"
7789 .byte 0x1
7790 .word 0x18c
7791 .long 0x16b
7792 .byte 0x2
7793 .byte 0x91
7794 .byte 0x50
7795 .byte 0x22
7796 .ascii "SourceY\0"
7797 .byte 0x1
7798 .word 0x18d
7799 .long 0x16b
7800 .byte 0x2
7801 .byte 0x91
7802 .byte 0x48
7803 .byte 0x22
7804 .ascii "DestinationX\0"
7805 .byte 0x1
7806 .word 0x18e
7807 .long 0x16b
7808 .byte 0x2
7809 .byte 0x91
7810 .byte 0x40
7811 .byte 0x22
7812 .ascii "DestinationY\0"
7813 .byte 0x1
7814 .word 0x18f
7815 .long 0x16b
7816 .byte 0x2
7817 .byte 0x91
7818 .byte 0x0
7819 .byte 0x22
7820 .ascii "Width\0"
7821 .byte 0x1
7822 .word 0x190
7823 .long 0x16b
7824 .byte 0x2
7825 .byte 0x91
7826 .byte 0x8
7827 .byte 0x22
7828 .ascii "Height\0"
7829 .byte 0x1
7830 .word 0x191
7831 .long 0x16b
7832 .byte 0x2
7833 .byte 0x91
7834 .byte 0x10
7835 .byte 0x22
7836 .ascii "Delta\0"
7837 .byte 0x1
7838 .word 0x193
7839 .long 0x16b
7840 .byte 0x2
7841 .byte 0x91
7842 .byte 0x18
7843 .byte 0x0
7844 .byte 0x5
7845 .ascii "SET_TIMER_CALLBACK\0"
7846 .byte 0x1
7847 .word 0x198
7848 .long 0xf59
7849 .byte 0x20
7850 .byte 0x1
7851 .set L$set$836,LASF52-Lsection__debug_str
7852 .long L$set$836
7853 .byte 0x1
7854 .word 0x19d
7855 .byte 0x1
7856 .long 0x16b
7857 .quad LFB63
7858 .quad LFE63
7859 .set L$set$837,LLST47-Lsection__debug_loc
7860 .long L$set$837
7861 .long 0x2059
7862 .byte 0x22
7863 .ascii "api\0"
7864 .byte 0x1
7865 .word 0x19c
7866 .long 0x226
7867 .byte 0x2
7868 .byte 0x91
7869 .byte 0x58
7870 .byte 0x22
7871 .ascii "a\0"
7872 .byte 0x1
7873 .word 0x19c
7874 .long 0x7f
7875 .byte 0x2
7876 .byte 0x91
7877 .byte 0x50
7878 .byte 0x25
7879 .ascii "settimer_callback\0"
7880 .byte 0x1
7881 .word 0x19e
7882 .long 0x1fde
7883 .byte 0x2
7884 .byte 0x91
7885 .byte 0x68
7886 .byte 0x0
7887 .byte 0x6
7888 .long 0xd6
7889 .long 0x2064
7890 .byte 0x26
7891 .byte 0x0
7892 .byte 0x27
7893 .ascii "__CFConstantStringClassReference\0"
7894 .long 0x2059
7895 .byte 0x1
7896 .byte 0x1
7897 .byte 0x1
7898 .byte 0x28
7899 .ascii "gUnixRmDir\0"
7900 .byte 0x1
7901 .byte 0x18
7902 .long 0xf8f
7903 .byte 0x1
7904 .byte 0x1
7905 .byte 0x28
7906 .ascii "gUnixOpenDir\0"
7907 .byte 0x1
7908 .byte 0x19
7909 .long 0xfb6
7910 .byte 0x1
7911 .byte 0x1
7912 .byte 0x28
7913 .ascii "gUnixStat\0"
7914 .byte 0x1
7915 .byte 0x1a
7916 .long 0xfeb
7917 .byte 0x1
7918 .byte 0x1
7919 .byte 0x28
7920 .ascii "gUnixStatFs\0"
7921 .byte 0x1
7922 .byte 0x1b
7923 .long 0x101d
7924 .byte 0x1
7925 .byte 0x1
7926 .byte 0x0
7927 .section __DWARF,__debug_abbrev,regular,debug
7928 .byte 0x1
7929 .byte 0x11
7930 .byte 0x1
7931 .byte 0x25
7932 .byte 0x8
7933 .byte 0x13
7934 .byte 0xb
7935 .byte 0x3
7936 .byte 0x8
7937 .byte 0x11
7938 .byte 0x1
7939 .byte 0x12
7940 .byte 0x1
7941 .byte 0x10
7942 .byte 0x6
7943 .byte 0x0
7944 .byte 0x0
7945 .byte 0x2
7946 .byte 0x16
7947 .byte 0x0
7948 .byte 0x3
7949 .byte 0x8
7950 .byte 0x3a
7951 .byte 0xb
7952 .byte 0x3b
7953 .byte 0xb
7954 .byte 0x49
7955 .byte 0x13
7956 .byte 0x0
7957 .byte 0x0
7958 .byte 0x3
7959 .byte 0x24
7960 .byte 0x0
7961 .byte 0xb
7962 .byte 0xb
7963 .byte 0x3e
7964 .byte 0xb
7965 .byte 0x3
7966 .byte 0x8
7967 .byte 0x0
7968 .byte 0x0
7969 .byte 0x4
7970 .byte 0x24
7971 .byte 0x0
7972 .byte 0xb
7973 .byte 0xb
7974 .byte 0x3e
7975 .byte 0xb
7976 .byte 0x0
7977 .byte 0x0
7978 .byte 0x5
7979 .byte 0x16
7980 .byte 0x0
7981 .byte 0x3
7982 .byte 0x8
7983 .byte 0x3a
7984 .byte 0xb
7985 .byte 0x3b
7986 .byte 0x5
7987 .byte 0x49
7988 .byte 0x13
7989 .byte 0x0
7990 .byte 0x0
7991 .byte 0x6
7992 .byte 0x1
7993 .byte 0x1
7994 .byte 0x49
7995 .byte 0x13
7996 .byte 0x1
7997 .byte 0x13
7998 .byte 0x0
7999 .byte 0x0
8000 .byte 0x7
8001 .byte 0x21
8002 .byte 0x0
8003 .byte 0x49
8004 .byte 0x13
8005 .byte 0x2f
8006 .byte 0xb
8007 .byte 0x0
8008 .byte 0x0
8009 .byte 0x8
8010 .byte 0x13
8011 .byte 0x1
8012 .byte 0x3
8013 .byte 0x8
8014 .byte 0xb
8015 .byte 0xb
8016 .byte 0x3a
8017 .byte 0xb
8018 .byte 0x3b
8019 .byte 0xb
8020 .byte 0x1
8021 .byte 0x13
8022 .byte 0x0
8023 .byte 0x0
8024 .byte 0x9
8025 .byte 0xd
8026 .byte 0x0
8027 .byte 0x3
8028 .byte 0x8
8029 .byte 0x3a
8030 .byte 0xb
8031 .byte 0x3b
8032 .byte 0xb
8033 .byte 0x49
8034 .byte 0x13
8035 .byte 0x38
8036 .byte 0xa
8037 .byte 0x0
8038 .byte 0x0
8039 .byte 0xa
8040 .byte 0xf
8041 .byte 0x0
8042 .byte 0xb
8043 .byte 0xb
8044 .byte 0x0
8045 .byte 0x0
8046 .byte 0xb
8047 .byte 0xf
8048 .byte 0x0
8049 .byte 0xb
8050 .byte 0xb
8051 .byte 0x49
8052 .byte 0x13
8053 .byte 0x0
8054 .byte 0x0
8055 .byte 0xc
8056 .byte 0x13
8057 .byte 0x1
8058 .byte 0xb
8059 .byte 0xb
8060 .byte 0x3a
8061 .byte 0xb
8062 .byte 0x3b
8063 .byte 0xb
8064 .byte 0x1
8065 .byte 0x13
8066 .byte 0x0
8067 .byte 0x0
8068 .byte 0xd
8069 .byte 0x13
8070 .byte 0x1
8071 .byte 0x3
8072 .byte 0x8
8073 .byte 0xb
8074 .byte 0xb
8075 .byte 0x3a
8076 .byte 0xb
8077 .byte 0x3b
8078 .byte 0x5
8079 .byte 0x1
8080 .byte 0x13
8081 .byte 0x0
8082 .byte 0x0
8083 .byte 0xe
8084 .byte 0xd
8085 .byte 0x0
8086 .byte 0x3
8087 .byte 0x8
8088 .byte 0x3a
8089 .byte 0xb
8090 .byte 0x3b
8091 .byte 0x5
8092 .byte 0x49
8093 .byte 0x13
8094 .byte 0x38
8095 .byte 0xa
8096 .byte 0x0
8097 .byte 0x0
8098 .byte 0xf
8099 .byte 0x26
8100 .byte 0x0
8101 .byte 0x49
8102 .byte 0x13
8103 .byte 0x0
8104 .byte 0x0
8105 .byte 0x10
8106 .byte 0x13
8107 .byte 0x1
8108 .byte 0x3
8109 .byte 0x8
8110 .byte 0xb
8111 .byte 0x5
8112 .byte 0x3a
8113 .byte 0xb
8114 .byte 0x3b
8115 .byte 0xb
8116 .byte 0x1
8117 .byte 0x13
8118 .byte 0x0
8119 .byte 0x0
8120 .byte 0x11
8121 .byte 0x21
8122 .byte 0x0
8123 .byte 0x49
8124 .byte 0x13
8125 .byte 0x2f
8126 .byte 0x5
8127 .byte 0x0
8128 .byte 0x0
8129 .byte 0x12
8130 .byte 0x13
8131 .byte 0x0
8132 .byte 0x3
8133 .byte 0x8
8134 .byte 0x3c
8135 .byte 0xc
8136 .byte 0x0
8137 .byte 0x0
8138 .byte 0x13
8139 .byte 0x15
8140 .byte 0x1
8141 .byte 0x27
8142 .byte 0xc
8143 .byte 0x49
8144 .byte 0x13
8145 .byte 0x1
8146 .byte 0x13
8147 .byte 0x0
8148 .byte 0x0
8149 .byte 0x14
8150 .byte 0x5
8151 .byte 0x0
8152 .byte 0x49
8153 .byte 0x13
8154 .byte 0x0
8155 .byte 0x0
8156 .byte 0x15
8157 .byte 0xd
8158 .byte 0x0
8159 .byte 0x3
8160 .byte 0xe
8161 .byte 0x3a
8162 .byte 0xb
8163 .byte 0x3b
8164 .byte 0xb
8165 .byte 0x49
8166 .byte 0x13
8167 .byte 0x38
8168 .byte 0xa
8169 .byte 0x0
8170 .byte 0x0
8171 .byte 0x16
8172 .byte 0x15
8173 .byte 0x1
8174 .byte 0x27
8175 .byte 0xc
8176 .byte 0x1
8177 .byte 0x13
8178 .byte 0x0
8179 .byte 0x0
8180 .byte 0x17
8181 .byte 0x26
8182 .byte 0x0
8183 .byte 0x0
8184 .byte 0x0
8185 .byte 0x18
8186 .byte 0x26
8187 .byte 0x0
8188 .byte 0x3
8189 .byte 0x8
8190 .byte 0x49
8191 .byte 0x13
8192 .byte 0x0
8193 .byte 0x0
8194 .byte 0x19
8195 .byte 0x4
8196 .byte 0x1
8197 .byte 0xb
8198 .byte 0xb
8199 .byte 0x3a
8200 .byte 0xb
8201 .byte 0x3b
8202 .byte 0xb
8203 .byte 0x1
8204 .byte 0x13
8205 .byte 0x0
8206 .byte 0x0
8207 .byte 0x1a
8208 .byte 0x28
8209 .byte 0x0
8210 .byte 0x3
8211 .byte 0x8
8212 .byte 0x1c
8213 .byte 0xd
8214 .byte 0x0
8215 .byte 0x0
8216 .byte 0x1b
8217 .byte 0x2e
8218 .byte 0x1
8219 .byte 0x3f
8220 .byte 0xc
8221 .byte 0x3
8222 .byte 0xe
8223 .byte 0x3a
8224 .byte 0xb
8225 .byte 0x3b
8226 .byte 0xb
8227 .byte 0x27
8228 .byte 0xc
8229 .byte 0x49
8230 .byte 0x13
8231 .byte 0x11
8232 .byte 0x1
8233 .byte 0x12
8234 .byte 0x1
8235 .byte 0x40
8236 .byte 0x6
8237 .byte 0x1
8238 .byte 0x13
8239 .byte 0x0
8240 .byte 0x0
8241 .byte 0x1c
8242 .byte 0x5
8243 .byte 0x0
8244 .byte 0x3
8245 .byte 0xe
8246 .byte 0x3a
8247 .byte 0xb
8248 .byte 0x3b
8249 .byte 0xb
8250 .byte 0x49
8251 .byte 0x13
8252 .byte 0x2
8253 .byte 0xa
8254 .byte 0x0
8255 .byte 0x0
8256 .byte 0x1d
8257 .byte 0x5
8258 .byte 0x0
8259 .byte 0x3
8260 .byte 0x8
8261 .byte 0x3a
8262 .byte 0xb
8263 .byte 0x3b
8264 .byte 0xb
8265 .byte 0x49
8266 .byte 0x13
8267 .byte 0x2
8268 .byte 0xa
8269 .byte 0x0
8270 .byte 0x0
8271 .byte 0x1e
8272 .byte 0x2e
8273 .byte 0x1
8274 .byte 0x3f
8275 .byte 0xc
8276 .byte 0x3
8277 .byte 0xe
8278 .byte 0x3a
8279 .byte 0xb
8280 .byte 0x3b
8281 .byte 0xb
8282 .byte 0x27
8283 .byte 0xc
8284 .byte 0x11
8285 .byte 0x1
8286 .byte 0x12
8287 .byte 0x1
8288 .byte 0x40
8289 .byte 0x6
8290 .byte 0x1
8291 .byte 0x13
8292 .byte 0x0
8293 .byte 0x0
8294 .byte 0x1f
8295 .byte 0x2e
8296 .byte 0x0
8297 .byte 0x3f
8298 .byte 0xc
8299 .byte 0x3
8300 .byte 0xe
8301 .byte 0x3a
8302 .byte 0xb
8303 .byte 0x3b
8304 .byte 0xb
8305 .byte 0x27
8306 .byte 0xc
8307 .byte 0x49
8308 .byte 0x13
8309 .byte 0x11
8310 .byte 0x1
8311 .byte 0x12
8312 .byte 0x1
8313 .byte 0x40
8314 .byte 0x6
8315 .byte 0x0
8316 .byte 0x0
8317 .byte 0x20
8318 .byte 0x2e
8319 .byte 0x1
8320 .byte 0x3f
8321 .byte 0xc
8322 .byte 0x3
8323 .byte 0xe
8324 .byte 0x3a
8325 .byte 0xb
8326 .byte 0x3b
8327 .byte 0x5
8328 .byte 0x27
8329 .byte 0xc
8330 .byte 0x49
8331 .byte 0x13
8332 .byte 0x11
8333 .byte 0x1
8334 .byte 0x12
8335 .byte 0x1
8336 .byte 0x40
8337 .byte 0x6
8338 .byte 0x1
8339 .byte 0x13
8340 .byte 0x0
8341 .byte 0x0
8342 .byte 0x21
8343 .byte 0x5
8344 .byte 0x0
8345 .byte 0x3
8346 .byte 0xe
8347 .byte 0x3a
8348 .byte 0xb
8349 .byte 0x3b
8350 .byte 0x5
8351 .byte 0x49
8352 .byte 0x13
8353 .byte 0x2
8354 .byte 0xa
8355 .byte 0x0
8356 .byte 0x0
8357 .byte 0x22
8358 .byte 0x5
8359 .byte 0x0
8360 .byte 0x3
8361 .byte 0x8
8362 .byte 0x3a
8363 .byte 0xb
8364 .byte 0x3b
8365 .byte 0x5
8366 .byte 0x49
8367 .byte 0x13
8368 .byte 0x2
8369 .byte 0xa
8370 .byte 0x0
8371 .byte 0x0
8372 .byte 0x23
8373 .byte 0x2e
8374 .byte 0x1
8375 .byte 0x3f
8376 .byte 0xc
8377 .byte 0x3
8378 .byte 0xe
8379 .byte 0x3a
8380 .byte 0xb
8381 .byte 0x3b
8382 .byte 0x5
8383 .byte 0x27
8384 .byte 0xc
8385 .byte 0x11
8386 .byte 0x1
8387 .byte 0x12
8388 .byte 0x1
8389 .byte 0x40
8390 .byte 0x6
8391 .byte 0x1
8392 .byte 0x13
8393 .byte 0x0
8394 .byte 0x0
8395 .byte 0x24
8396 .byte 0x18
8397 .byte 0x0
8398 .byte 0x0
8399 .byte 0x0
8400 .byte 0x25
8401 .byte 0x34
8402 .byte 0x0
8403 .byte 0x3
8404 .byte 0x8
8405 .byte 0x3a
8406 .byte 0xb
8407 .byte 0x3b
8408 .byte 0x5
8409 .byte 0x49
8410 .byte 0x13
8411 .byte 0x2
8412 .byte 0xa
8413 .byte 0x0
8414 .byte 0x0
8415 .byte 0x26
8416 .byte 0x21
8417 .byte 0x0
8418 .byte 0x0
8419 .byte 0x0
8420 .byte 0x27
8421 .byte 0x34
8422 .byte 0x0
8423 .byte 0x3
8424 .byte 0x8
8425 .byte 0x49
8426 .byte 0x13
8427 .byte 0x3f
8428 .byte 0xc
8429 .byte 0x34
8430 .byte 0xc
8431 .byte 0x3c
8432 .byte 0xc
8433 .byte 0x0
8434 .byte 0x0
8435 .byte 0x28
8436 .byte 0x34
8437 .byte 0x0
8438 .byte 0x3
8439 .byte 0x8
8440 .byte 0x3a
8441 .byte 0xb
8442 .byte 0x3b
8443 .byte 0xb
8444 .byte 0x49
8445 .byte 0x13
8446 .byte 0x3f
8447 .byte 0xc
8448 .byte 0x3c
8449 .byte 0xc
8450 .byte 0x0
8451 .byte 0x0
8452 .byte 0x0
8453 .section __DWARF,__debug_pubnames,regular,debug
8454 .long 0x3b6
8455 .word 0x2
8456 .set L$set$838,Ldebug_info0-Lsection__debug_info
8457 .long L$set$838
8458 .long 0x20e0
8459 .long 0x137a
8460 .ascii "Gasketrmdir\0"
8461 .long 0x13ae
8462 .ascii "Gasketopendir\0"
8463 .long 0x13e2
8464 .ascii "Gasketstat\0"
8465 .long 0x1425
8466 .ascii "Gasketstatfs\0"
8467 .long 0x1468
8468 .ascii "GasketmsSleep\0"
8469 .long 0x14a1
8470 .ascii "Gasketexit\0"
8471 .long 0x14d4
8472 .ascii "GasketSetTimer\0"
8473 .long 0x151c
8474 .ascii "GasketGetLocalTime\0"
8475 .long 0x154d
8476 .ascii "Gasketgmtime\0"
8477 .long 0x1583
8478 .ascii "GasketGetTimeZone\0"
8479 .long 0x15a4
8480 .ascii "GasketGetDayLight\0"
8481 .long 0x15c5
8482 .ascii "Gasketpoll\0"
8483 .long 0x161a
8484 .ascii "Gasketread\0"
8485 .long 0x166b
8486 .ascii "Gasketwrite\0"
8487 .long 0x16bc
8488 .ascii "Gasketgetenv\0"
8489 .long 0x16f1
8490 .ascii "Gasketopen\0"
8491 .long 0x1745
8492 .ascii "Gasketlseek\0"
8493 .long 0x1797
8494 .ascii "Gasketftruncate\0"
8495 .long 0x17d8
8496 .ascii "Gasketclose\0"
8497 .long 0x180b
8498 .ascii "Gasketmkdir\0"
8499 .long 0x184e
8500 .ascii "Gasketunlink\0"
8501 .long 0x1882
8502 .ascii "GasketGetErrno\0"
8503 .long 0x18a3
8504 .ascii "Gasketrewinddir\0"
8505 .long 0x18d3
8506 .ascii "Gasketreaddir\0"
8507 .long 0x1907
8508 .ascii "Gasketclosedir\0"
8509 .long 0x193b
8510 .ascii "Gasketrename\0"
8511 .long 0x1985
8512 .ascii "Gasketmktime\0"
8513 .long 0x19b8
8514 .ascii "Gasketfsync\0"
8515 .long 0x19eb
8516 .ascii "Gasketchmod\0"
8517 .long 0x1a2f
8518 .ascii "Gasketutime\0"
8519 .long 0x1a76
8520 .ascii "Gaskettcflush\0"
8521 .long 0x1ac6
8522 .ascii "GasketUgaCreate\0"
8523 .long 0x1b0d
8524 .ascii "Gasketperror\0"
8525 .long 0x1b3f
8526 .ascii "Gasketioctl\0"
8527 .long 0x1b9f
8528 .ascii "Gasketfcntl\0"
8529 .long 0x1bfd
8530 .ascii "Gasketcfsetispeed\0"
8531 .long 0x1c46
8532 .ascii "Gasketcfsetospeed\0"
8533 .long 0x1c8f
8534 .ascii "Gaskettcgetattr\0"
8535 .long 0x1cd5
8536 .ascii "Gaskettcsetattr\0"
8537 .long 0x1d39
8538 .ascii "GasketUnixPeCoffGetEntryPoint\0"
8539 .long 0x1d83
8540 .ascii "GasketUnixPeCoffRelocateImageExtraAction\0"
8541 .long 0x1db5
8542 .ascii "GasketUnixPeCoffUnloadImageExtraAction\0"
8543 .long 0x1de7
8544 .ascii "GasketUgaClose\0"
8545 .long 0x1e1d
8546 .ascii "GasketUgaSize\0"
8547 .long 0x1e76
8548 .ascii "GasketUgaCheckKey\0"
8549 .long 0x1eac
8550 .ascii "GasketUgaGetKey\0"
8551 .long 0x1ef1
8552 .ascii "GasketUgaBlt\0"
8553 .long 0x1ff9
8554 .ascii "ReverseGasketUint64\0"
8555 .long 0x0
8556 .section __DWARF,__debug_pubtypes,regular,debug
8557 .long 0x472
8558 .word 0x2
8559 .set L$set$839,Ldebug_info0-Lsection__debug_info
8560 .long L$set$839
8561 .long 0x20e0
8562 .long 0x7f
8563 .ascii "UINT64\0"
8564 .long 0xb8
8565 .ascii "UINT32\0"
8566 .long 0xdd
8567 .ascii "UINT16\0"
8568 .long 0x101
8569 .ascii "CHAR16\0"
8570 .long 0x10f
8571 .ascii "INT16\0"
8572 .long 0x129
8573 .ascii "BOOLEAN\0"
8574 .long 0x149
8575 .ascii "UINT8\0"
8576 .long 0x156
8577 .ascii "CHAR8\0"
8578 .long 0x16b
8579 .ascii "UINTN\0"
8580 .long 0x17b
8581 .ascii "PHYSICAL_ADDRESS\0"
8582 .long 0x1b3
8583 .ascii "__va_list_tag\0"
8584 .long 0x193
8585 .ascii "VA_LIST\0"
8586 .long 0x22e
8587 .ascii "RETURN_STATUS\0"
8588 .long 0x244
8589 .ascii "EFI_STATUS\0"
8590 .long 0x316
8591 .ascii "EFI_TIME\0"
8592 .long 0x32c
8593 .ascii "tcflag_t\0"
8594 .long 0x352
8595 .ascii "cc_t\0"
8596 .long 0x35f
8597 .ascii "speed_t\0"
8598 .long 0x36f
8599 .ascii "termios\0"
8600 .long 0x424
8601 .ascii "__uint8_t\0"
8602 .long 0x435
8603 .ascii "__uint16_t\0"
8604 .long 0x447
8605 .ascii "__int32_t\0"
8606 .long 0x458
8607 .ascii "__uint32_t\0"
8608 .long 0x46a
8609 .ascii "__int64_t\0"
8610 .long 0x47b
8611 .ascii "__uint64_t\0"
8612 .long 0x499
8613 .ascii "__darwin_time_t\0"
8614 .long 0x4c0
8615 .ascii "_opaque_pthread_mutex_t\0"
8616 .long 0x514
8617 .ascii "__darwin_blkcnt_t\0"
8618 .long 0x52d
8619 .ascii "__darwin_blksize_t\0"
8620 .long 0x547
8621 .ascii "__darwin_dev_t\0"
8622 .long 0x55d
8623 .ascii "__darwin_gid_t\0"
8624 .long 0x573
8625 .ascii "__darwin_ino64_t\0"
8626 .long 0x58b
8627 .ascii "__darwin_mode_t\0"
8628 .long 0x5a2
8629 .ascii "__darwin_off_t\0"
8630 .long 0x5b8
8631 .ascii "__darwin_pthread_mutex_t\0"
8632 .long 0x5d8
8633 .ascii "__darwin_uid_t\0"
8634 .long 0x5ee
8635 .ascii "off_t\0"
8636 .long 0x60c
8637 .ascii "timespec\0"
8638 .long 0x641
8639 .ascii "time_t\0"
8640 .long 0x64f
8641 .ascii "tm\0"
8642 .long 0x721
8643 .ascii "dirent\0"
8644 .long 0x88e
8645 .ascii "DIR\0"
8646 .long 0x899
8647 .ascii "dev_t\0"
8648 .long 0x8a6
8649 .ascii "gid_t\0"
8650 .long 0x8b3
8651 .ascii "mode_t\0"
8652 .long 0x8c1
8653 .ascii "uid_t\0"
8654 .long 0x8ce
8655 .ascii "pollfd\0"
8656 .long 0x90e
8657 .ascii "int32_t\0"
8658 .long 0x91d
8659 .ascii "blkcnt_t\0"
8660 .long 0x92d
8661 .ascii "blksize_t\0"
8662 .long 0x93e
8663 .ascii "nlink_t\0"
8664 .long 0x95d
8665 .ascii "uint32_t\0"
8666 .long 0x96d
8667 .ascii "uint64_t\0"
8668 .long 0x97d
8669 .ascii "fsid\0"
8670 .long 0x9a9
8671 .ascii "fsid_t\0"
8672 .long 0x9c7
8673 .ascii "statfs\0"
8674 .long 0xb11
8675 .ascii "utimbuf\0"
8676 .long 0xb45
8677 .ascii "PE_COFF_LOADER_READ_FILE\0"
8678 .long 0xdb0
8679 .ascii "PE_COFF_LOADER_IMAGE_CONTEXT\0"
8680 .long 0xdd4
8681 .ascii "stat_fix\0"
8682 .long 0xf49
8683 .ascii "STAT_FIX\0"
8684 .long 0xf8f
8685 .ascii "UnixRmDir\0"
8686 .long 0xfb6
8687 .ascii "UnixOpenDir\0"
8688 .long 0xfeb
8689 .ascii "UnixStat\0"
8690 .long 0x101d
8691 .ascii "UnixStatFs\0"
8692 .long 0x1179
8693 .ascii "EFI_UGA_PIXEL\0"
8694 .long 0x11ff
8695 .ascii "EFI_UGA_BLT_OPERATION\0"
8696 .long 0x1254
8697 .ascii "EFI_INPUT_KEY\0"
8698 .long 0x128f
8699 .ascii "UGAClose\0"
8700 .long 0x12bb
8701 .ascii "UGASize\0"
8702 .long 0x12ea
8703 .ascii "UGACheckKey\0"
8704 .long 0x12fd
8705 .ascii "UGAGetKey\0"
8706 .long 0x1329
8707 .ascii "UGABlt\0"
8708 .long 0x1070
8709 .ascii "_EFI_UNIX_UGA_IO_PROTOCOL\0"
8710 .long 0x1fde
8711 .ascii "SET_TIMER_CALLBACK\0"
8712 .long 0x0
8713 .section __DWARF,__debug_aranges,regular,debug
8714 .long 0x2c
8715 .word 0x2
8716 .set L$set$840,Ldebug_info0-Lsection__debug_info
8717 .long L$set$840
8718 .byte 0x8
8719 .byte 0x0
8720 .word 0x0
8721 .word 0x0
8722 .quad Ltext0
8723 .set L$set$841,Letext0-Ltext0
8724 .quad L$set$841
8725 .quad 0x0
8726 .quad 0x0
8727 .section __DWARF,__debug_str,regular,debug
8728 LASF17:
8729 .ascii "Gasketopen\0"
8730 LASF18:
8731 .ascii "Gasketlseek\0"
8732 LASF48:
8733 .ascii "GasketUgaSize\0"
8734 LASF52:
8735 .ascii "ReverseGasketUint64\0"
8736 LASF40:
8737 .ascii "Gasketcfsetospeed\0"
8738 LASF31:
8739 .ascii "Gasketutime\0"
8740 LASF41:
8741 .ascii "Gaskettcgetattr\0"
8742 LASF38:
8743 .ascii "Gasketcfsetispeed\0"
8744 LASF42:
8745 .ascii "Gaskettcsetattr\0"
8746 LASF15:
8747 .ascii "Gasketwrite\0"
8748 LASF1:
8749 .ascii "Gasketrmdir\0"
8750 LASF43:
8751 .ascii "GasketUnixPeCoffGetEntryPoint\0"
8752 LASF36:
8753 .ascii "Gasketioctl\0"
8754 LASF39:
8755 .ascii "__termios_p\0"
8756 LASF23:
8757 .ascii "GasketGetErrno\0"
8758 LASF26:
8759 .ascii "Gasketclosedir\0"
8760 LASF44:
8761 .ascii "GasketUnixPeCoffRelocateImageExtraAction\0"
8762 LASF13:
8763 .ascii "Gasketpoll\0"
8764 LASF49:
8765 .ascii "GasketUgaCheckKey\0"
8766 LASF50:
8767 .ascii "GasketUgaGetKey\0"
8768 LASF11:
8769 .ascii "GasketGetTimeZone\0"
8770 LASF25:
8771 .ascii "Gasketreaddir\0"
8772 LASF46:
8773 .ascii "GasketUnixPeCoffUnloadImageExtraAction\0"
8774 LASF34:
8775 .ascii "UgaIo\0"
8776 LASF12:
8777 .ascii "GasketGetDayLight\0"
8778 LASF6:
8779 .ascii "GasketmsSleep\0"
8780 LASF51:
8781 .ascii "GasketUgaBlt\0"
8782 LASF32:
8783 .ascii "Gaskettcflush\0"
8784 LASF22:
8785 .ascii "Gasketunlink\0"
8786 LASF27:
8787 .ascii "Gasketrename\0"
8788 LASF8:
8789 .ascii "GasketSetTimer\0"
8790 LASF24:
8791 .ascii "Gasketrewinddir\0"
8792 LASF21:
8793 .ascii "Gasketmkdir\0"
8794 LASF4:
8795 .ascii "Gasketstat\0"
8796 LASF7:
8797 .ascii "Gasketexit\0"
8798 LASF9:
8799 .ascii "GasketGetLocalTime\0"
8800 LASF20:
8801 .ascii "Gasketclose\0"
8802 LASF35:
8803 .ascii "Gasketperror\0"
8804 LASF45:
8805 .ascii "ImageContext\0"
8806 LASF2:
8807 .ascii "Gasketopendir\0"
8808 LASF28:
8809 .ascii "Gasketmktime\0"
8810 LASF30:
8811 .ascii "Gasketchmod\0"
8812 LASF37:
8813 .ascii "Gasketfcntl\0"
8814 LASF3:
8815 .ascii "pathname\0"
8816 LASF0:
8817 .ascii "EntryPoint\0"
8818 LASF5:
8819 .ascii "Gasketstatfs\0"
8820 LASF33:
8821 .ascii "GasketUgaCreate\0"
8822 LASF19:
8823 .ascii "Gasketftruncate\0"
8824 LASF16:
8825 .ascii "Gasketgetenv\0"
8826 LASF47:
8827 .ascii "GasketUgaClose\0"
8828 LASF14:
8829 .ascii "Gasketread\0"
8830 LASF10:
8831 .ascii "Gasketgmtime\0"
8832 LASF29:
8833 .ascii "Gasketfsync\0"
8834 .subsections_via_symbols
8835
8836 #endif
8837