Searched refs:so (Results 1 – 18 of 18) sorted by relevance
/scripts/gcc-plugins/ |
A D | Makefile | 3 $(obj)/randomize_layout_plugin.so: $(obj)/randomize_layout_seed.h 39 plugin-single := $(foreach m, $(GCC_PLUGIN), $(if $($(m:%.so=%-objs)),,$(m))) 41 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs)))) 44 clean-files += *.so 53 $(plugin-single): $(obj)/%.so: $(src)/%.c FORCE 62 $(foreach m, $(notdir $(plugin-multi)), $(eval $(obj)/$m: $(addprefix $(obj)/, $($(m:%.so=%-objs)))…
|
/scripts/ |
A D | Makefile.gcc-plugins | 3 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so 22 += randomize_layout_plugin.so 24 += stackleak_plugin.so
|
A D | Makefile.randstruct | 7 += -fplugin=$(objtree)/scripts/gcc-plugins/randomize_layout_plugin.so
|
A D | Makefile.kstack_erase | 4 kstack-erase-cflags-y += -fplugin=$(objtree)/scripts/gcc-plugins/stackleak_plugin.so
|
A D | Kbuild.include | 166 # If the target does not exist, the *.cmd file should not be included so 190 # It is a typical mistake to forget the FORCE prerequisite. Check it here so 213 # and if so will execute $(rule_foo). 227 # (2) No target, so we better build it
|
A D | dev-needs.sh | 16 chain, so the last entry in the output is close to the root of the
|
A D | Kconfig.include | 73 # Calls to this should be guarded so that they are not evaluated if
|
/scripts/kconfig/tests/new_choice_with_dep/ |
A 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/ |
A 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/coccinelle/misc/ |
A D | struct_size.cocci | 16 // the macros, so we want to ignore this code when reporting potential
|
A D | ifcol.cocci | 8 //# calculation does not distinguish between spaces and tabs, so code that
|
/scripts/kconfig/tests/preprocess/escape/ |
A D | Kconfig | 7 # delimiters. You can use the following trick to do so.
|
/scripts/coccinelle/iterators/ |
A D | list_entry_update.cocci | 3 /// the list to the next, so it is usually not a good idea to reassign it.
|
A D | device_node_continue.cocci | 2 /// Device node iterators put the previous value of the index variable, so an
|
/scripts/gdb/linux/ |
A D | constants.py.in | 28 /* We need to stringify expanded macros so that they can be parsed */
|
/scripts/kconfig/ |
A D | symbol.c | 972 off_t so, eo; member 994 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp() 995 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp() 1037 sym_match_arr[cnt].so = match[0].rm_so; in sym_re_search()
|
/scripts/coccinelle/api/alloc/ |
A 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/ |
A D | dtx_diff | 54 linux source tree can be provided by '-s SRCTREE' or '-S' so that
|
Completed in 12 milliseconds