Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20141124 (s_module): New static function.
1144 parse_code_option is used with s_module the warnings are deferred
1146 kept in s_mipsset as it is not applicable to s_module. Inferred
1147 settings are also kept in s_mipsset as s_module does not infer any
1150 (s_module): New static function that implements .module. Allows file
DChangeLog1525 (s_module): Update `parse_code_option' call site.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c1340 static void s_module (int);
1773 {"module", s_module, 0},
15886 s_module (int ignore ATTRIBUTE_UNUSED) in s_module() function