Home
last modified time | relevance | path

Searched refs:ix86_cmodel_string (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.opt95 Target RejectNegative Joined Var(ix86_cmodel_string)
H A Di386.c1630 if (ix86_cmodel_string != 0) in override_options()
1632 if (!strcmp (ix86_cmodel_string, "small")) in override_options()
1634 else if (!strcmp (ix86_cmodel_string, "medium")) in override_options()
1637 sorry ("code model %s not supported in PIC mode", ix86_cmodel_string); in override_options()
1638 else if (!strcmp (ix86_cmodel_string, "32")) in override_options()
1640 else if (!strcmp (ix86_cmodel_string, "kernel") && !flag_pic) in override_options()
1642 else if (!strcmp (ix86_cmodel_string, "large") && !flag_pic) in override_options()
1645 error ("bad value (%s) for -mcmodel= switch", ix86_cmodel_string); in override_options()
1665 ix86_cmodel_string, TARGET_64BIT ? "64" : "32"); in override_options()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h435 { "cmodel=", &ix86_cmodel_string, \
3404 extern const char *ix86_cmodel_string;
H A Di386.c657 const char *ix86_cmodel_string; variable
1062 if (ix86_cmodel_string != 0) in override_options()
1064 if (!strcmp (ix86_cmodel_string, "small")) in override_options()
1067 sorry ("code model %s not supported in PIC mode", ix86_cmodel_string); in override_options()
1068 else if (!strcmp (ix86_cmodel_string, "32")) in override_options()
1070 else if (!strcmp (ix86_cmodel_string, "kernel") && !flag_pic) in override_options()
1072 else if (!strcmp (ix86_cmodel_string, "medium") && !flag_pic) in override_options()
1074 else if (!strcmp (ix86_cmodel_string, "large") && !flag_pic) in override_options()
1077 error ("bad value (%s) for -mcmodel= switch", ix86_cmodel_string); in override_options()
1096 ix86_cmodel_string, TARGET_64BIT ? "64" : "32"); in override_options()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.58171 * i386.c (ix86_cmodel_string, ix86_cmodel): Define.
8177 (ix86_cmodel_string, ix86_cmodel): Declare.