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