Searched refs:g_switch_value (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldmain.h | 38 extern int g_switch_value;
|
| H A D | ldmain.c | 80 int g_switch_value = 8; variable
|
| H A D | lexsup.c | 844 g_switch_value = strtoul (optarg, &end, 0); in parse_args()
|
| H A D | ldlang.c | 2834 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 D | ChangeLog-9197 | 6530 * 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 D | vxworks.h | 147 g_switch_value = SDATA_DEFAULT_SIZE; \
|
| H A D | sysv4.h | 85 g_switch_value = SDATA_DEFAULT_SIZE; \
|
| H A D | rs6000.c | 2010 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 D | flags.h | 248 extern unsigned HOST_WIDE_INT g_switch_value;
|
| H A D | opts.c | 47 unsigned HOST_WIDE_INT g_switch_value; variable 1027 g_switch_value = value; in common_handle_option()
|
| H A D | ChangeLog-2003 | 19090 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 D | ChangeLog-1998 | 15682 * 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 D | tc-mips.c | 535 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 D | tc-score.c | 127 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 D | tc-alpha.c | 365 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 D | mips.c | 4722 mips_section_threshold = g_switch_set ? g_switch_value : MIPS_DEFAULT_GVALUE; in override_options()
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.c | 5146 ia64_section_threshold = g_switch_set ? g_switch_value : IA64_DEFAULT_GVALUE; in ia64_override_options()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-9295 | 3040 * 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 D | ChangeLog-0001 | 719 (nopic_need_relax): Take g_switch_value into account as gp
|