Skip to content

Instantly share code, notes, and snippets.

@bheklilr
Created July 18, 2014 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bheklilr/2fdb1b4b640c9fa02e19 to your computer and use it in GitHub Desktop.
Save bheklilr/2fdb1b4b640c9fa02e19 to your computer and use it in GitHub Desktop.
.data
.align 4
.align 1
.globl __stginit_main:Test
__stginit_main:Test:
.data
.align 4
.align 1
.globl Test.A_closure
Test.A_closure:
.long Test.A_static_info
.data
.align 4
.align 1
.globl Test.T_closure
Test.T_closure:
.long Test.T_static_info
.data
.align 4
.align 1
.globl Test.C_closure
Test.C_closure:
.long Test.C_static_info
.data
.align 4
.align 1
.globl Test.G_closure
Test.G_closure:
.long Test.G_static_info
.section .data
.align 4
.align 1
.globl Test.Nucleotide_closure_tbl
Test.Nucleotide_closure_tbl:
.long Test.A_closure+1
.long Test.T_closure+1
.long Test.C_closure+1
.long Test.G_closure+1
.section .rodata
.align 4
.align 1
ifq_str:
.byte 109
.byte 97
.byte 105
.byte 110
.byte 58
.byte 84
.byte 101
.byte 115
.byte 116
.byte 46
.byte 65
.byte 0
.text
.align 4,0x90
.long ifq_str-(Test.A_static_info)+0
.long 0
.long 8
.globl Test.A_static_info
Test.A_static_info:
_cfx:
incl %esi
jmp *0(%ebp)
.section .rodata
.align 4
.align 1
ifA_str:
.byte 109
.byte 97
.byte 105
.byte 110
.byte 58
.byte 84
.byte 101
.byte 115
.byte 116
.byte 46
.byte 84
.byte 0
.text
.align 4,0x90
.long ifA_str-(Test.T_static_info)+0
.long 0
.long 65544
.globl Test.T_static_info
Test.T_static_info:
_cfD:
incl %esi
jmp *0(%ebp)
.section .rodata
.align 4
.align 1
ifG_str:
.byte 109
.byte 97
.byte 105
.byte 110
.byte 58
.byte 84
.byte 101
.byte 115
.byte 116
.byte 46
.byte 67
.byte 0
.text
.align 4,0x90
.long ifG_str-(Test.C_static_info)+0
.long 0
.long 131080
.globl Test.C_static_info
Test.C_static_info:
_cfJ:
incl %esi
jmp *0(%ebp)
.section .rodata
.align 4
.align 1
ifM_str:
.byte 109
.byte 97
.byte 105
.byte 110
.byte 58
.byte 84
.byte 101
.byte 115
.byte 116
.byte 46
.byte 71
.byte 0
.text
.align 4,0x90
.long ifM_str-(Test.G_static_info)+0
.long 0
.long 196616
.globl Test.G_static_info
Test.G_static_info:
_cfP:
incl %esi
jmp *0(%ebp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment