Searched refs:OPTION_NO_RELAX (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlex.h | 54 OPTION_NO_RELAX, enumerator
|
D | lexsup.c | 392 { {"no-relax", no_argument, NULL, OPTION_NO_RELAX}, 1089 case OPTION_NO_RELAX: in parse_args()
|
D | ChangeLog-2004 | 358 (PARSE_AND_LIST_PROLOGUE): Add OPTION_NO_RELAX. 360 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NO_RELAX.
|
D | ChangeLog-2009 | 61 * lexsup (enum option_values): Add OPTION_NO_RELAX. 63 (parse_args): Handle OPTION_NO_RELAX. Use DISABLE_RELAXATION and
|
D | ChangeLog-2005 | 976 (OPTION_NO_RELAX, OPTION_SECUREPLT, OPTION_NO_SECUREPLT): New.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-sparc.c | 485 #define OPTION_NO_RELAX (OPTION_MD_BASE + 15) macro 486 {"no-relax", no_argument, NULL, OPTION_NO_RELAX}, 666 case OPTION_NO_RELAX: in md_parse_option()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9697 | 70 (md_longopts): Add new OPTION_RELAX and OPTION_NO_RELAX options.
|