Home | History | Annotate | Download | only in ld-mips-elf
      1         .section .init,"ax",@progbits
      2 	.globl	_init
      3 	.ent	_init
      4 	.type	_init, @function
      5 _init:
      6         ld      $2,%call16(bar)
      7 	.end	_init
      8 
      9         .section .fini,"ax",@progbits
     10 	.globl	_fini
     11 	.ent	_fini
     12 	.type	_fini, @function
     13 _fini:
     14 	.end	_fini
     15 
     16 	.data
     17 foo:
     18 	.dword	bar
     19 
     20