Home | History | Annotate | Download | only in ld-pe
      1  .globl _mainCRTStartup
      2  .globl mainCRTStartup
      3  .globl start
      4  .text
      5 _mainCRTStartup:
      6 mainCRTStartup:
      7 start:
      8 
      9  .section .foo,"b"
     10  .space 16
     11