| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldmain.h | 37 extern int g_switch_value;
|
| H A D | ldmain.c | 81 int g_switch_value = 8; variable
|
| H A D | lexsup.c | 734 g_switch_value = strtoul (optarg, &end, 0); in parse_args()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ldmain.h | 38 extern int g_switch_value;
|
| H A D | ldmain.c | 81 int g_switch_value = 8; variable
|
| /openbsd-src/gnu/gcc/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; \
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | flags.h | 219 extern unsigned HOST_WIDE_INT g_switch_value;
|
| H A D | opts.c | 45 unsigned HOST_WIDE_INT g_switch_value; variable 701 g_switch_value = value; in common_handle_option()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-frv.c | 262 static int g_switch_value = 8; variable 275 g_switch_value = atoi (arg); 276 if (! g_switch_value) 416 g_switch_value = 0; 495 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin()
|
| H A D | tc-mips.c | 454 static unsigned int g_switch_value = 8; variable 1557 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin() 9186 || g_switch_value < 4 in mips_ip() 9273 if ((USE_GLOBAL_POINTER_OPT && g_switch_value >= 8) in mips_ip() 9285 || g_switch_value >= 4); in mips_ip() 10706 g_switch_value = 0x7fffffff; in md_parse_option() 10745 if (g_switch_seen && g_switch_value != 0) in md_parse_option() 10750 g_switch_value = 0; in md_parse_option() 10783 g_switch_value = atoi (arg); in md_parse_option() 10932 && g_switch_value != 0) in mips_after_parse_args() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | flags.h | 616 extern int g_switch_value;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-frv.c | 263 static int g_switch_value = 8; variable 276 g_switch_value = atoi (arg); 277 if (! g_switch_value) 431 g_switch_value = 0; 510 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin()
|
| H A D | tc-mips.c | 496 static unsigned int g_switch_value = 8; variable 1723 if (g_switch_seen && g_switch_value != 0) in md_begin() 1725 g_switch_value = 0; in md_begin() 1825 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin() 9268 && (g_switch_value < 4 in mips_ip() 9355 if (g_switch_value >= 8) in mips_ip() 9362 assert (g_switch_value >= 4); in mips_ip() 11116 g_switch_value = atoi (arg); in md_parse_option() 11270 if (g_switch_seen && g_switch_value != 0) in mips_after_parse_args() 11272 g_switch_value = 0; in mips_after_parse_args() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | sysv4.h | 92 extern int g_switch_value; /* Value of the -G xx switch. */ 174 g_switch_value = SDATA_DEFAULT_SIZE; \ 689 && (SIZE) <= g_switch_value) \
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | elf.h | 125 if ((SIZE) <= g_switch_value) \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| H A D | elf.h | 141 if ((SIZE) <= g_switch_value) \
|
| /openbsd-src/gnu/gcc/gcc/config/m32r/ |
| H A D | m32r.h | 1518 && (SIZE) > 0 && (SIZE) <= g_switch_value) \ 1531 && (SIZE) > 0 && (SIZE) <= g_switch_value) \
|
| H A D | m32r.c | 209 g_switch_value = SDATA_DEFAULT_SIZE; in m32r_init() 471 if (size > 0 && (unsigned HOST_WIDE_INT) size <= g_switch_value) in m32r_in_small_data_p() 1752 ASM_COMMENT_START, g_switch_value); in m32r_file_start()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/ |
| H A D | m32r.h | 346 extern int g_switch_value; /* value of the -G xx switch */ 1835 && (SIZE) > 0 && (SIZE) <= g_switch_value) \
|
| H A D | m32r.c | 130 g_switch_value = SDATA_DEFAULT_SIZE; in m32r_init() 435 if (size > 0 && size <= g_switch_value) 2233 ASM_COMMENT_START, g_switch_value);
|
| /openbsd-src/gnu/gcc/gcc/config/score/ |
| H A D | score.c | 509 sdata_max = g_switch_set ? g_switch_value : DEFAULT_SDATA_MAX; in score_override_options() 513 if (g_switch_set && (g_switch_value != 0)) in score_override_options()
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.h | 2362 if ((SIZE) > 0 && (SIZE) <= g_switch_value) \
|
| H A D | frv.c | 514 && (unsigned HOST_WIDE_INT) unspec->offset < g_switch_value) in frv_const_unspec_p() 639 g_switch_value = 0; in frv_override_options() 731 g_switch_value = SDATA_DEFAULT_SIZE; in frv_override_options() 895 if (g_switch_value == 0 && !flag_pic) in frv_conditional_register_usage() 9462 if (size > 0 && (unsigned HOST_WIDE_INT) size <= g_switch_value) in frv_in_small_data_p()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frv.c | 444 g_switch_value = 0; in frv_override_options() 544 g_switch_value = SDATA_DEFAULT_SIZE; in frv_override_options() 675 if (!DECL_ARTIFICIAL (decl) && size > 0 && size <= g_switch_value) 758 if (g_switch_value == 0 && !flag_pic) in frv_conditional_register_usage() 9787 && size > 0 && size <= g_switch_value;
|