Lines Matching full:sym32
250 /* True if ".set sym32" is in effect. */
251 bfd_boolean sym32;
285 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ FALSE,
296 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ FALSE,
480 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32)
1601 {"mno-sym32", no_argument, NULL, OPTION_MNO_SYM32},
14466 file_mips_opts.sym32 = TRUE;
14470 file_mips_opts.sym32 = FALSE;
15761 else if (strcmp (name, "sym32") == 0)
15762 mips_opts.sym32 = TRUE;
15764 mips_opts.sym32 = FALSE;