Home
last modified time | relevance | path

Searched refs:tls_ie (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/elf/
Dtst-auditmod21b.c19 #define tls_ie __attribute__ ((tls_model ("initial-exec"))) macro
21 __thread int tls_var2 tls_ie; variable
22 __thread int tls_var3 tls_ie = 0x20; variable
Dtst-auditmod21a.c23 #define tls_ie __attribute__ ((tls_model ("initial-exec"))) macro
25 __thread int tls_var0 tls_ie; variable
26 __thread int tls_var1 tls_ie = 0x10; variable
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/
Dsysdep.S44 ldw r3, %tls_ie(SYSCALL_ERROR_ERRNO)(r3)
Dsysdep.h101 ldw r3, %tls_ie(SYSCALL_ERROR_ERRNO)(r3); \