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