Home
last modified time | relevance | path

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

/scripts/
Dconfig19 --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 …]
DMakefile.compiler34 as-option = $(call try-run,\
45 __cc-option = $(call try-run,\
51 cc-option = $(call __cc-option, $(CC),\
56 cc-option-yn = $(if $(call cc-option,$1),y,n)
60 cc-disable-warning = $(call cc-option,-Wno-$(strip $1))
76 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
81 __rustc-option = $(call try-run,\
88 rustc-option = $(call __rustc-option, $(RUSTC),\
93 rustc-option-yn = $(if $(call rustc-option,$1),y,n)
DMakefile.kasan14 cc-param = $(call cc-option, -mllvm -$(1), $(call cc-option, --param $(1)))
15 rustc-param = $(call rustc-option, -Cllvm-args=-$(1),)
44 CFLAGS_KASAN := $(call cc-option, -fsanitize=kernel-address \
46 $(call cc-option, -fsanitize=kernel-address \
DMakefile.kcsan13 …$(call cc-option,$(call cc-param,tsan-compound-read-before-write=1),$(call cc-option,$(call cc-par…
23 kcsan-cflags += $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0))
DMakefile.extrawarn68 KBUILD_CFLAGS += $(call cc-option, -Wcast-function-type)
72 KBUILD_CFLAGS-$(CONFIG_CC_STRINGOP_OVERFLOW) += $(call cc-option, -Wstringop-overflow)
95 KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
98 KBUILD_CFLAGS += $(call cc-option,-Werror=designated-init)
101 KBUILD_CFLAGS += $(call cc-option,-Wenum-conversion)
104 KBUILD_CFLAGS += $(call cc-option,-fzero-init-padding-bits=all)
117 KBUILD_CFLAGS += $(call cc-option, -Wunused-const-variable)
166 KBUILD_CFLAGS += $(call cc-option, -Wlogical-op)
167 KBUILD_CFLAGS += $(call cc-option, -Wunused-macros)
DKconfig.include26 # $(cc-option,<flag>)
28 cc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(CC) -Werror $(CLANG_FLAGS) $(1) …
30 # $(ld-option,<flag>)
32 ld-option = $(success,$(LD) -v $(1))
64 cc-option-bit = $(if-success,$(CC) -Werror $(1) -E -x c /dev/null -o /dev/null,$(1))
65 m32-flag := $(cc-option-bit,-m32)
66 m64-flag := $(cc-option-bit,-m64)
71 # $(rustc-option,<flag>)
77 rustc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(RUSTC) $(1) --crate-type=rlib…
DMakefile.clang18 $(error add '--target=' option to scripts/Makefile.clang)
34 CLANG_FLAGS += -Werror=unknown-warning-option
36 CLANG_FLAGS += -Werror=option-ignored
Dgenerate_rust_target.rs164 fn has(&self, option: &str) -> bool { in has()
165 let option = "CONFIG_".to_owned() + option; in has() localVariable
166 self.0.contains_key(&option) in has()
DMakefile.modinst87 strip-option := --strip-debug
89 strip-option := $(INSTALL_MOD_STRIP)
93 cmd_strip = $(STRIP) $(strip-option) $@
Dleaking_addresses.pl248 my ($option) = @_;
275 $value = option_from_file($option, $file);
287 my ($option, $file) = @_;
293 if ($line =~ /^$option/) {
DMakefile.ubsan13 ubsan-cflags-$(CONFIG_UBSAN_TRAP) += $(call cc-option,-fsanitize-trap=undefined,-fsanitize-undefin…
Dkallsyms.c763 static const struct option long_options[] = { in main()
/scripts/kconfig/
Dlexer.l5 %option nostdinit noyywrap never-interactive full ecs
6 %option 8bit nodefault yylineno
Dqconf.h180 const QStyleOptionViewItem &option,
Dconf.c607 static const struct option long_opts[] = {
Dqconf.cc248 const QStyleOptionViewItem &option, in createEditor() argument
262 return QStyledItemDelegate::createEditor(parent, option, index); in createEditor()
/scripts/genksyms/
Dlex.l47 %option noyywrap
49 %option noinput
Dgenksyms.c743 struct option long_opts[] = { in main()
/scripts/gendwarfksyms/
Dgendwarfksyms.c98 static const struct option opts[] = { in main()
/scripts/coccinelle/null/
Dbadzero.cocci7 //# using the option -all_includes and the option -I to specify an
/scripts/dtc/
Dutil.h204 struct option const long_opts[],
Dfdtoverlay.c28 static struct option const usage_long_opts[] = {
Ddtc-lexer.l6 %option noyywrap nounput noinput never-interactive
Ddtc.c51 static struct option const usage_long_opts[] = {
Dutil.c428 struct option const long_opts[], in util_usage()