Home
last modified time | relevance | path

Searched refs:sym32 (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-mips.texi206 @itemx -mno-sym32
208 @cindex -mno-sym32
209 Equivalent to adding @code{.set sym32} or @code{.set nosym32} to
315 @cindex @code{.set sym32}
343 You can use the @code{.set sym32} directive to tell the assembler
349 .set sym32
359 The directive @code{.set nosym32} ends a @code{.set sym32} block and
362 @option{-mno-sym32}.
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mips.c231 bfd_boolean sym32; member
337 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32)
10335 mips_opts.sym32 = TRUE; in md_parse_option()
10339 mips_opts.sym32 = FALSE; in md_parse_option()
11670 mips_opts.sym32 = TRUE; in s_mipsset()
11672 mips_opts.sym32 = FALSE; in s_mipsset()