Home | History | Annotate | Download | only in ld-x86-64
      1 	.text
      2 	.globl	plt
      3 	.type	plt, @function
      4 plt:
      5 	call   *puts@GOTPCREL(%rip)
      6 	jmp	puts@PLT
      7