Searched refs:option__ (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | options.h | 500 #define DEFINE_bool_alias(option__, varname__, dashes__, shortname__, \ argument 503 struct Struct_##option__ : public options::Struct_var \ 505 Struct_##option__() \ 506 : option(#option__, dashes__, shortname__, "", helpstring__, \ 521 Struct_##option__ option__##_; \ 523 struct Struct_no_##option__ : public options::Struct_var \ 525 Struct_no_##option__() \ 527 ? "no" #option__ \ 528 : "no-" #option__), \ 544 Struct_no_##option__ no_##option__##_initializer_ [all …]
|