Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Doptions.h457 #define DEFINE_bool_alias(option__, varname__, dashes__, shortname__, \ argument
460 struct Struct_##option__ : public options::Struct_var \
462 Struct_##option__() \
463 : option(#option__, dashes__, shortname__, "", helpstring__, \
477 Struct_##option__ option__##_; \
479 struct Struct_no_##option__ : public options::Struct_var \
481 Struct_no_##option__() \
483 ? "no" #option__ \
484 : "no-" #option__), \
499 Struct_no_##option__ no_##option__##_initializer_
[all …]