tls-tiny-gd.d 772 B

12345678910111213141516171819202122232425262728
  1. #source: tls-tiny-gd.s
  2. #target: [check_shared_lib_support]
  3. #ld: -shared -T relocs.ld -e0
  4. #objdump: -dr
  5. #...
  6. Disassembly of section .text:
  7. 0000000000010000 \<test\>:
  8. +10000: 10080040 adr x0, 20008 \<var>
  9. +10004: 9400000a bl 1002c \<.*>
  10. +10008: d503201f nop
  11. Disassembly of section .plt:
  12. 000000000001000c \<.plt\>:
  13. +1000c: a9bf7bf0 stp x16, x30, \[sp, #-16\]!
  14. +10010: 90000090 adrp x16, 20000 \<_GLOBAL_OFFSET_TABLE_\>
  15. +10014: f9401611 ldr x17, \[x16, #40\]
  16. +10018: 9100a210 add x16, x16, #0x28
  17. +1001c: d61f0220 br x17
  18. +10020: d503201f nop
  19. +10024: d503201f nop
  20. +10028: d503201f nop
  21. +1002c: 90000090 adrp x16, 20000 \<_GLOBAL_OFFSET_TABLE_\>
  22. +10030: f9401a11 ldr x17, \[x16, #48\]
  23. +10034: 9100c210 add x16, x16, #0x30
  24. +10038: d61f0220 br x17