Searched refs:option (Results 1 – 22 of 22) sorted by relevance
/scripts/ |
D | config | 19 --enable|-e option Enable option 20 --disable|-d option Disable option 21 --module|-m option Turn option into a module 22 --set-str option string 23 Set option to "string" 24 --set-val option value 25 Set option to value 26 --undefine|-u option Undefine option 27 --state|-s option Print state of option (n,y,m,undef) 29 --enable-after|-E beforeopt option [all …]
|
D | Makefile.extrawarn | 31 KBUILD_CFLAGS += $(call cc-option, -Wunused-but-set-variable) 32 KBUILD_CFLAGS += $(call cc-option, -Wunused-const-variable) 33 KBUILD_CFLAGS += $(call cc-option, -Wpacked-not-aligned) 34 KBUILD_CFLAGS += $(call cc-option, -Wstringop-truncation) 68 KBUILD_CFLAGS += $(call cc-option, -Wlogical-op) 71 KBUILD_CFLAGS += $(call cc-option, -Wmaybe-uninitialized) 72 KBUILD_CFLAGS += $(call cc-option, -Wunused-macros) 93 KBUILD_CFLAGS += $(call cc-option, -Wpacked-bitfield-compat)
|
D | Makefile.kcsan | 13 $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0) -fno-optimize-sibling-calls) \ 14 …$(call cc-option,$(call cc-param,tsan-compound-read-before-write=1),$(call cc-option,$(call cc-par…
|
D | Kconfig.include | 26 # $(cc-option,<flag>) 28 cc-option = $(success,mkdir .tmp_$$$$; trap "rm -rf .tmp_$$$$" EXIT; $(CC) -Werror $(CLANG_FLAGS) $… 30 # $(ld-option,<flag>) 32 ld-option = $(success,$(LD) -v $(1)) 54 cc-option-bit = $(if-success,$(CC) -Werror $(1) -E -x c /dev/null -o /dev/null,$(1)) 55 m32-flag := $(cc-option-bit,-m32) 56 m64-flag := $(cc-option-bit,-m64)
|
D | Makefile.kasan | 5 cc-param = $(call cc-option, -mllvm -$(1), $(call cc-option, --param $(1))) 24 CFLAGS_KASAN_SHADOW := $(call cc-option, -fsanitize=kernel-address \ 26 $(call cc-option, -fsanitize=kernel-address \
|
D | Makefile.lib | 311 dtc-option = $(call try-run, $(DTC) $1 -v,$1) 316 dtc-option = $1 320 DTC_FLAGS += $(call dtc-option,-Wno-interrupt_provider) 324 DTC_FLAGS += $(call dtc-option,-Wno-unit_address_vs_reg) \ 325 $(call dtc-option,-Wno-unit_address_format) \ 326 $(call dtc-option,-Wno-avoid_unnecessary_addr_size) \ 327 $(call dtc-option,-Wno-alias_paths) \ 328 $(call dtc-option,-Wno-graph_child_address) \ 329 $(call dtc-option,-Wno-simple_bus_reg) \ 330 $(call dtc-option,-Wno-unique_unit_address) \ [all …]
|
D | Kbuild.include | 90 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 91 # Exit code chooses option. "$$TMP" serves as a temporary file and is 103 # as-option 104 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,) 106 as-option = $(call try-run,\ 115 # __cc-option 116 # Usage: MY_CFLAGS += $(call __cc-option,$(CC),$(MY_CFLAGS),-march=winchip-c6,-march=i586) 117 __cc-option = $(call try-run,\ 120 # cc-option 121 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586) [all …]
|
D | leaking_addresses.pl | 221 my ($option) = @_; 246 $value = option_from_file($option, $file); 262 my ($option, $file) = @_; 268 if ($line =~ /^$option/) {
|
/scripts/kconfig/tests/choice_value_with_m_dep/ |
D | Kconfig | 5 option modules
|
/scripts/kconfig/tests/inter_choice/ |
D | Kconfig | 5 option modules
|
/scripts/kconfig/ |
D | lexer.l | 5 %option nostdinit noyywrap never-interactive full ecs 6 %option 8bit nodefault yylineno
|
D | qconf.h | 180 const QStyleOptionViewItem &option,
|
D | conf.c | 458 static struct option long_opts[] = {
|
D | qconf.cc | 244 const QStyleOptionViewItem &option, in createEditor() argument 258 return QStyledItemDelegate::createEditor(parent, option, index); in createEditor()
|
/scripts/kconfig/tests/choice/ |
D | Kconfig | 5 option modules
|
/scripts/genksyms/ |
D | lex.l | 47 %option noyywrap 49 %option noinput
|
D | genksyms.c | 759 struct option long_opts[] = { in main()
|
/scripts/dtc/ |
D | util.h | 200 struct option const long_opts[],
|
D | dtc-lexer.l | 6 %option noyywrap nounput noinput never-interactive
|
D | dtc.c | 51 static struct option const usage_long_opts[] = {
|
D | util.c | 417 struct option const long_opts[], in util_usage()
|
/scripts/coccinelle/null/ |
D | badzero.cocci | 7 //# using the option -all_includes and the option -I to specify an
|