Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/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.
DChangeLog1522 (parse_code_option): Return status indicating option type.
1523 (s_mipsset): Update `parse_code_option' call site accordingly.
1525 (s_module): Update `parse_code_option' call site.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c15623 parse_code_option (char * name) in parse_code_option() function
15823 type = parse_code_option (name); in s_mipsset()
15897 if (parse_code_option (name) == OPTION_TYPE_BAD) in s_module()