Searched refs:tls_model (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dcoretypes.h60 enum tls_model { enum
H A Doutput.h560 enum tls_model);
H A Dtree.h2926 ENUM_BITFIELD(tls_model) tls_model : 3;
2971 #define DECL_TLS_MODEL(NODE) (VAR_DECL_CHECK (NODE)->decl_with_vis.tls_model)
2976 (VAR_DECL_CHECK (NODE)->decl_with_vis.tls_model != TLS_MODEL_NONE)
3442 extern enum tls_model flag_tls_default;
H A Dprint-tree.c380 enum tls_model kind = DECL_TLS_MODEL (node);
H A Dtoplev.c315 enum tls_model flag_tls_default = TLS_MODEL_GLOBAL_DYNAMIC;
H A Drtl.h1312 SYMBOL_REF_TLS_MODEL to extract the field as an enum tls_model. */
1315 ((enum tls_model) ((SYMBOL_REF_FLAGS (RTX) >> SYMBOL_FLAG_TLS_SHIFT) & 7))
2218 extern enum tls_model decl_default_tls_model (tree);
H A Dvarasm.c5219 enum tls_model
5222 enum tls_model kind;
6109 enum tls_model model)
H A Dc-common.c630 { "tls_model", 1, 1, true, false, false,
5048 /* Handle an "tls_model" attribute; arguments as in
5057 enum tls_model kind;
5071 error ("tls_model argument not a string");
5084 error ("tls_model argument must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\"");
/freebsd-10.0-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h28 # define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))
35 # define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))
40 # define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))
H A Djemalloc_defs.h134 /* Non-empty if the tls_model attribute is supported. */
135 #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.c778 static enum tls_model
781 enum tls_model tls_kind = 0;
949 ia64_expand_tls_address (enum tls_model tls_kind, rtx op0, rtx op1,
1069 enum tls_model tls_kind;
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c716 static rtx rs6000_legitimize_tls_address (rtx, enum tls_model);
2994 enum tls_model model = SYMBOL_REF_TLS_MODEL (x);
3157 rs6000_legitimize_tls_address (rtx addr, enum tls_model model)
4049 enum tls_model model;
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c1348 static rtx legitimize_tls_address (rtx, enum tls_model, int);
7161 legitimize_tls_address (rtx x, enum tls_model model, int for_mov)
9302 enum tls_model model;
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips.c2067 enum tls_model model;

Completed in 311 milliseconds