Searched refs:so (Results 1 – 18 of 18) sorted by relevance
/scripts/ |
D | Makefile.gcc-plugins | 3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so 5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so 13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so 15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so 29 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so 35 gcc-plugin-$(CONFIG_GCC_PLUGIN_STACKLEAK) += stackleak_plugin.so 47 gcc-plugin-$(CONFIG_GCC_PLUGIN_ARM_SSP_PER_TASK) += arm_ssp_per_task_plugin.so 57 GCC_PLUGINS_CFLAGS := $(filter-out %/sancov_plugin.so, $(GCC_PLUGINS_CFLAGS))
|
D | Makefile.kcov | 4 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
|
D | dev-needs.sh | 16 chain, so the last entry in the output is close to the root of the
|
D | Kbuild.include | 169 # and if so will execute $(rule_foo). 183 # (2) No target, so we better build it
|
/scripts/gcc-plugins/ |
D | Makefile | 3 $(obj)/randomize_layout_plugin.so: $(objtree)/$(obj)/randomize_layout_seed.h 32 plugin-single := $(foreach m, $(GCC_PLUGIN), $(if $($(m:%.so=%-objs)),,$(m))) 34 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs)))) 37 clean-files += *.so 46 $(plugin-single): $(obj)/%.so: $(src)/%.c FORCE 55 $(foreach m, $(notdir $(plugin-multi)), $(eval $(obj)/$m: $(addprefix $(obj)/, $($(m:%.so=%-objs)))…
|
/scripts/kconfig/tests/new_choice_with_dep/ |
D | Kconfig | 20 This is a new symbol, so should be asked. 37 This is a new symbol, so should be asked.
|
/scripts/kconfig/tests/auto_submenu/ |
D | Kconfig | 12 This depends on A, so should be a submenu of A. 51 This depends on A, but not a consecutive item, so can/should not
|
/scripts/atomic/fallbacks/ |
D | fetch_add_unless | 8 * Atomically adds @a to @v, so long as @v was not already @u.
|
/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 7 # delimiters. You can use the following trick to do so.
|
/scripts/coccinelle/misc/ |
D | ifcol.cocci | 8 //# calculation does not distinguish between spaces and tabs, so code that
|
/scripts/coccinelle/iterators/ |
D | list_entry_update.cocci | 3 /// the list to the next, so it is usually not a good idea to reassign it.
|
D | device_node_continue.cocci | 2 /// Device node iterators put the previous value of the index variable, so an
|
D | fen.cocci | 2 /// These iterators only exit normally when the loop cursor is NULL, so there
|
/scripts/gdb/linux/ |
D | constants.py.in | 22 /* We need to stringify expanded macros so that they can be parsed */
|
/scripts/kconfig/ |
D | symbol.c | 918 off_t so, eo; member 940 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp() 941 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp() 983 sym_match_arr[cnt].so = match[0].rm_so; in sym_re_search()
|
/scripts/package/ |
D | builddeb | 77 find scripts/gcc-plugins -name \*.so
|
/scripts/coccinelle/api/alloc/ |
D | zalloc-simple.cocci | 6 /// Note in particular that there are no ...s in the rule, so all of the 230 msg="WARNING: dma_alloc_coherent used in %s already zeroes out memory, so memset is not needed" % (…
|
/scripts/dtc/ |
D | dtx_diff | 54 linux source tree can be provided by '-s SRCTREE' or '-S' so that
|