inline.s 309 B

123456789101112
  1. .text
  2. .globl _start
  3. _start:
  4. std 2,24(1)
  5. .reloc .-4,R_PPC64_PLTSEQ,my_func
  6. addis 12,2,my_func@plt@ha # .reloc .,R_PPC64_PLT16_HA,my_func
  7. ld 12,my_func@plt@l(12) # .reloc .,R_PPC64_PLT16_LO_DS,my_func
  8. mtctr 12
  9. .reloc .-4,R_PPC64_PLTSEQ,my_func
  10. bctrl
  11. .reloc .-4,R_PPC64_PLTCALL,my_func
  12. ld 2,24(1)