Home
last modified time | relevance | path

Searched refs:TLS_MODEL_GLOBAL_DYNAMIC (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/gcc/
HDcoretypes.h62 TLS_MODEL_GLOBAL_DYNAMIC, enumerator
HDprint-tree.c386 case TLS_MODEL_GLOBAL_DYNAMIC: in print_node()
HDtoplev.c315 enum tls_model flag_tls_default = TLS_MODEL_GLOBAL_DYNAMIC;
HDopts.c1327 flag_tls_default = TLS_MODEL_GLOBAL_DYNAMIC; in common_handle_option()
HDc-common.c5205 kind = optimize ? TLS_MODEL_LOCAL_DYNAMIC : TLS_MODEL_GLOBAL_DYNAMIC; in handle_tls_model_attribute()
5207 kind = TLS_MODEL_GLOBAL_DYNAMIC; in handle_tls_model_attribute()
HDvarasm.c5214 kind = TLS_MODEL_GLOBAL_DYNAMIC; in decl_default_tls_model()
HDChangeLog-200220042 * flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.
20043 * toplev.c (flag_tls_default) Set to TLS_MODEL_GLOBAL_DYNAMIC.
/NextBSD/contrib/gcc/config/sparc/
HDpredicates.md123 (match_test "SYMBOL_REF_TLS_MODEL (op) == TLS_MODEL_GLOBAL_DYNAMIC")))
HDsparc.c3070 case TLS_MODEL_GLOBAL_DYNAMIC: in legitimize_tls_address()
/NextBSD/contrib/gcc/config/ia64/
HDpredicates.md206 case TLS_MODEL_GLOBAL_DYNAMIC:
HDia64.c953 case TLS_MODEL_GLOBAL_DYNAMIC: in ia64_expand_tls_address()
/NextBSD/contrib/gcc/config/mips/
HDmips.c2075 case TLS_MODEL_GLOBAL_DYNAMIC: in mips_legitimize_tls_address()
/NextBSD/contrib/gcc/config/s390/
HDs390.c3169 case TLS_MODEL_GLOBAL_DYNAMIC: in legitimize_tls_address()
/NextBSD/contrib/gcc/config/i386/
HDi386.c7151 case TLS_MODEL_GLOBAL_DYNAMIC: in legitimize_tls_address()
13887 |= TLS_MODEL_GLOBAL_DYNAMIC << SYMBOL_FLAG_TLS_SHIFT; in ix86_tls_module_base()
/NextBSD/contrib/gcc/config/arm/
HDarm.c3943 case TLS_MODEL_GLOBAL_DYNAMIC: in legitimize_tls_address()
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.c3236 if (model == TLS_MODEL_GLOBAL_DYNAMIC) in rs6000_legitimize_tls_address()