Home
last modified time | relevance | path

Searched refs:attribute_tls_model_ie (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/sysdeps/powerpc/nofpu/
Dsoft-supp.h35 extern __thread int __sim_exceptions_thread attribute_tls_model_ie;
37 extern __thread int __sim_disabled_exceptions_thread attribute_tls_model_ie;
40 extern __thread int __sim_round_mode_thread attribute_tls_model_ie;
Dsfp-machine.h105 extern __thread int __sim_exceptions_thread attribute_tls_model_ie;
107 extern __thread int __sim_disabled_exceptions_thread attribute_tls_model_ie;
110 extern __thread int __sim_round_mode_thread attribute_tls_model_ie;
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dmath_ldbl_opt.c3 __thread int __no_long_double attribute_tls_model_ie attribute_hidden;
/glibc-2.36/dlfcn/
Dlibc_dlerror_result.c24 __thread struct dl_action_result *__libc_dlerror_result attribute_tls_model_ie; variable
Ddlerror.h89 attribute_tls_model_ie;
/glibc-2.36/sysdeps/generic/
Dlibc-tsd.h54 CLASS __thread TYPE __libc_tsd_##KEY attribute_tls_model_ie;
/glibc-2.36/include/
Derrno.h31 extern __thread int errno attribute_tls_model_ie;
Dresolv.h21 extern __thread struct __res_state *__resp attribute_tls_model_ie;
Dnetdb.h14 extern __thread int h_errno attribute_tls_model_ie;
Dlibc-symbols.h427 #define attribute_tls_model_ie __attribute__ ((tls_model ("initial-exec"))) macro
/glibc-2.36/sunrpc/
Drpc_thread.c14 attribute_tls_model_ie; variable
/glibc-2.36/resolv/
Dresolv_context.c52 static __thread struct resolv_context *current attribute_tls_model_ie; variable
/glibc-2.36/elf/
Ddl-error-skeleton.c53 static __thread struct catch *catch_hook attribute_tls_model_ie; variable
/glibc-2.36/locale/
Dlocaleinfo.h266 attribute_hidden attribute_tls_model_ie; in __libc_tsd_define()
/glibc-2.36/malloc/
Darena.c97 static __thread mstate thread_arena attribute_tls_model_ie; variable
/glibc-2.36/ChangeLog.old/
DChangeLog.1414096 * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
16133 * include/libc-symbols.h (attribute_tls_model_ie): Define.
16135 Add attribute_tls_model_ie.
16137 Add attribute_tls_model_ie.
16139 attribute_tls_model_ie.
16145 attribute_tls_model_ie.
DChangeLog.177082 * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
DChangeLog.168338 * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for