Searched refs:parse_code_option (Results 1 – 3 of 3) sorted by relevance
781 (parse_code_option, s_mipsset): Add fp=xx, oddspreg and nooddspreg1141 (s_mipsset): Split into s_mipsset and parse_code_option. Settings1142 supported by both .set and .module are moved to parse_code_option.1144 parse_code_option is used with s_module the warnings are deferred1149 (parse_code_option): New static function derived from s_mipsset.
1522 (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.
15623 parse_code_option (char * name) in parse_code_option() function15823 type = parse_code_option (name); in s_mipsset()15897 if (parse_code_option (name) == OPTION_TYPE_BAD) in s_module()