Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i386.c9833 #define OPTION_MNO_SHARED (OPTION_MD_BASE + 26) macro
9845 {"mno-shared", no_argument, NULL, OPTION_MNO_SHARED},
9915 case OPTION_MNO_SHARED: in md_parse_option()
Dtc-mips.c1464 OPTION_MNO_SHARED, enumerator
1590 {"mno-shared", no_argument, NULL, OPTION_MNO_SHARED},
14347 case OPTION_MNO_SHARED: in md_parse_option()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-200480 (md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED.