You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
289 B

.text
.globl _start
.type _start, @function
_start:
lea foo@TLSDESC(%rip), %eax
call *foo@TLSCALL(%eax)
movl %fs:0, %ecx
addl foo@gottpoff(%rip), %ecx
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 30
.section .note.GNU-stack,"",@progbits