H A D | vl.c | 887 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ in help() argument 888 if ((arch_mask) & arch_type) \ in help() 891 #define ARCHHEADING(text, arch_mask) \ in help() argument 892 if ((arch_mask) & arch_type) \ in help() 913 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument 916 #define ARCHHEADING(text, arch_mask) argument 927 uint32_t arch_mask; member 933 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument 934 { option, opt_arg, opt_enum, arch_mask }, 936 #define ARCHHEADING(text, arch_mask) argument [all …]
|