Home
last modified time | relevance | path

Searched refs:parse_code_option (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-2014781 (parse_code_option, s_mipsset): Add fp=xx, oddspreg and nooddspreg
1141 (s_mipsset): Split into s_mipsset and parse_code_option. Settings
1142 supported by both .set and .module are moved to parse_code_option.
1144 parse_code_option is used with s_module the warnings are deferred
1149 (parse_code_option): New static function derived from s_mipsset.
DChangeLog-20163849 (parse_code_option): Return status indicating option type.
3850 (s_mipsset): Update `parse_code_option' call site accordingly.
3852 (s_module): Update `parse_code_option' call site.
DChangeLog2191 (parse_code_option): Likewise.
DChangeLog-20193800 (mips_after_parse_args, parse_code_option): Track the initial
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c16734 parse_code_option (char * name) in parse_code_option() function
16937 type = parse_code_option (name); in s_mipsset()
17011 if (parse_code_option (name) == OPTION_TYPE_BAD) in s_module()