Home
last modified time | relevance | path

Searched refs:g_switch_value (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/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.c844 g_switch_value = strtoul (optarg, &end, 0); in parse_args()
H A Dldlang.c2834 bfd_set_gp_size (output, g_switch_value); in open_output()
5452 bfd_set_gp_size (entry->the_bfd, g_switch_value); in ldlang_add_file()
H A DChangeLog-91976530 * ldmain.c (g_switch_value): New variable.
6532 (command_line_option): Accept -G and set g_switch_value.
/freebsd-12.1/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.c2010 if (rs6000_sdata && g_switch_value) in rs6000_file_start()
2013 g_switch_value); in rs6000_file_start()
2696 if (summand < 0 || (unsigned HOST_WIDE_INT) summand > g_switch_value) in small_data_operand()
17915 && (unsigned HOST_WIDE_INT) size <= g_switch_value in rs6000_elf_in_small_data_p()
/freebsd-12.1/contrib/gcc/
H A Dflags.h248 extern unsigned HOST_WIDE_INT g_switch_value;
H A Dopts.c47 unsigned HOST_WIDE_INT g_switch_value; variable
1027 g_switch_value = value; in common_handle_option()
H A DChangeLog-200319090 g_switch_value): Remove.
19096 * config/frv/frv.h: Remove declaration of g_switch_value.
22248 * config/mips/mips.h: Remove definition of g_switch_value.
22252 * flags.h (g_switch_value): Change to an unsigned
22254 * toplev.c (g_switch_value): Likewise.
22257 g_switch_value cast.
22270 (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
22277 * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
22279 (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
22282 g_switch_value cast.
[all …]
H A DChangeLog-199815682 * flags.h (g_switch_value, g_switch_set): Declare.
15683 * alpha.c (override_options): Set g_switch_value=8 if not set.
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-mips.c535 static unsigned int g_switch_value = 8; variable
1774 g_switch_value = 0; in md_begin()
9700 && (g_switch_value < 4 in mips_ip()
9787 if (g_switch_value >= 8) in mips_ip()
9794 assert (g_switch_value >= 4); in mips_ip()
11606 g_switch_value = atoi (arg); in md_parse_option()
11762 g_switch_value = 0; in mips_after_parse_args()
12698 g_switch_value = 0; in s_option()
12990 g_switch_value = 0; in s_abicalls()
13569 if (g_switch_value > 0) in nopic_need_relax()
[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) in nopic_need_relax()
4166 && S_GET_VALUE (sym) <= g_switch_value))) in nopic_need_relax()
5764 g_switch_value = atoi (arg); in md_parse_option()
5774 g_switch_value = 0; /* Must set -G num as 0 to generate PIC code. */ in md_parse_option()
6632 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin()
H A Dtc-alpha.c365 static int g_switch_value = 8; variable
4945 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin()
5103 g_switch_value = atoi (arg); in md_parse_option()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c4722 mips_section_threshold = g_switch_set ? g_switch_value : MIPS_DEFAULT_GVALUE; in override_options()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c5146 ia64_section_threshold = g_switch_set ? g_switch_value : IA64_DEFAULT_GVALUE; in ia64_override_options()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-92953040 * config/tc-mips.c (g_switch_value, g_switch_seen): Define
5742 (mips_ip): If g_switch_value < 4, use immediate values for 'l'.
5743 If g_switch_value < 8, use .rdata rather than .lit for 'L'.
11352 * config/tc-mips.c (g_switch_value): New static variable.
H A DChangeLog-0001719 (nopic_need_relax): Take g_switch_value into account as gp