Home | History | Annotate | Download | only in arm
      1 	.text
      2 	.type foo, %function
      3 foo:
      4 	bl bar
      5 
      6 	.section .text.bar
      7 	nop
      8 	.type bar, %function
      9 bar:
     10 	nop
     11