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

/freebsd-10.0-release/contrib/binutils/ld/
H A Dldmain.h38 extern int g_switch_value;
H A Dldmain.c80 int g_switch_value = 8; variable
H A Dlexsup.c839 g_switch_value = strtoul (optarg, &end, 0);
H A Dldlang.c2836 bfd_set_gp_size (output, g_switch_value);
5454 bfd_set_gp_size (entry->the_bfd, g_switch_value);
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Dvxworks.h147 g_switch_value = SDATA_DEFAULT_SIZE; \
H A Dsysv4.h85 g_switch_value = SDATA_DEFAULT_SIZE; \
H A Drs6000.c2019 if (rs6000_sdata && g_switch_value)
2022 g_switch_value);
2706 if (summand < 0 || (unsigned HOST_WIDE_INT) summand > g_switch_value)
17933 && (unsigned HOST_WIDE_INT) size <= g_switch_value
/freebsd-10.0-release/contrib/gcc/
H A Dflags.h215 extern unsigned HOST_WIDE_INT g_switch_value;
H A Dopts.c47 unsigned HOST_WIDE_INT g_switch_value; variable
678 g_switch_value = value;
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-mips.c535 static unsigned int g_switch_value = 8; variable
1779 if (g_switch_seen && g_switch_value != 0)
1781 g_switch_value = 0;
1881 bfd_set_gp_size (stdoutput, g_switch_value);
9707 && (g_switch_value < 4
9794 if (g_switch_value >= 8)
9801 assert (g_switch_value >= 4);
11615 g_switch_value = atoi (arg);
11770 if (g_switch_seen && g_switch_value != 0)
11772 g_switch_value
[all...]
H A Dtc-score.c127 static unsigned int g_switch_value = 8; variable
4136 else if (USE_GLOBAL_POINTER_OPT && g_switch_value > 0)
4166 && S_GET_VALUE (sym) <= g_switch_value)))
5764 g_switch_value = atoi (arg);
5774 g_switch_value = 0; /* Must set -G num as 0 to generate PIC code. */
6632 bfd_set_gp_size (stdoutput, g_switch_value);
H A Dtc-alpha.c368 static int g_switch_value = 8;
4958 bfd_set_gp_size (stdoutput, g_switch_value);
5116 g_switch_value = atoi (arg);
365 static int g_switch_value = 8; variable
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.c5157 ia64_section_threshold = g_switch_set ? g_switch_value : IA64_DEFAULT_GVALUE;
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips.c4744 mips_section_threshold = g_switch_set ? g_switch_value : MIPS_DEFAULT_GVALUE;

Completed in 354 milliseconds