1 ; Check that .dtpoffd trivially works, for external (though presumably 2 ; module-local) and local symbols with offsets. 3 4 .section .tdata,"awT",@progbits 5 .type x, @object 6 .size x, 4 7 x: 8 .dword 0 9 10 .text 11 start: 12 .dword 0x73696854 13 .dtpoffd extsym+42 14 .dword 0x61207369 15 .dtpoffd x+2 16 .dword 0x55566699 17