1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.global __tls_get_addr,__tls_get_addr_opt,gd,ld .type __tls_get_addr,@function .type __tls_get_addr_opt,@function .section ".tbss","awT",@nobits .align 2 gd: .space 4 .section ".tdata","awT",@progbits .align 2 ld: .long 0xc0ffee .text __tls_get_addr: __tls_get_addr_opt: blr