Searched refs:tls_ie (Results 1 – 4 of 4) sorted by relevance
19 #define tls_ie __attribute__ ((tls_model ("initial-exec"))) macro21 __thread int tls_var2 tls_ie; variable22 __thread int tls_var3 tls_ie = 0x20; variable
23 #define tls_ie __attribute__ ((tls_model ("initial-exec"))) macro25 __thread int tls_var0 tls_ie; variable26 __thread int tls_var1 tls_ie = 0x10; variable
44 ldw r3, %tls_ie(SYSCALL_ERROR_ERRNO)(r3)
101 ldw r3, %tls_ie(SYSCALL_ERROR_ERRNO)(r3); \