Home | History | Annotate | Download | only in ld-elf
      1 	.text
      2 	.globl _start
      3 _start:
      4 	.space 16
      5 
      6 	.section .rodata,"a"
      7 	.globl foo
      8 foo:
      9 	.dc.a __ehdr_start
     10