Searched refs:stem (Results 1 – 9 of 9) sorted by relevance
| /linux/scripts/ |
| H A D | Makefile.lib | 14 target-stem = $(basename $(patsubst $(obj)/%,%,$@)) 26 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \ 29 $(CFLAGS_$(target-stem).o)) 30 _rust_flags = $(filter-out $(RUSTFLAGS_REMOVE_$(target-stem).o), \ 33 $(RUSTFLAGS_$(target-stem).o)) 34 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \ 37 $(AFLAGS_$(target-stem).o)) 38 _cpp_flags = $(KBUILD_CPPFLAGS) $(cppflags-y) $(CPPFLAGS_$(target-stem).lds) 47 …$(GCOV_PROFILE_$(target-stem).o)$(GCOV_PROFILE)$(if $(is-kernel-object),$(CONFIG_GCOV_PROFILE_ALL)… 58 $(KASAN_SANITIZE_$(target-stem).o)$(KASAN_SANITIZE)$(is-kernel-object)), \ [all …]
|
| H A D | Makefile.host | 85 $(HOSTCFLAGS_$(target-stem).o) 88 $(HOSTCXXFLAGS_$(target-stem).o) 97 $(HOSTRUSTFLAGS_$(target-stem)) 112 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem)) 120 $(addprefix $(obj)/, $($(target-stem)-objs)) \ 121 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem)) 138 $(addprefix $(obj)/, $($(target-stem)-$(o)))) \ 139 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem))
|
| H A D | Makefile.userprogs | 20 $($(target-stem)-userccflags) 21 user_ldflags = $(KBUILD_USERLDFLAGS) $(userldflags) $($(target-stem)-userldflags) 22 user_ldlibs = $(userldlibs) $($(target-stem)-userldlibs) 34 $(addprefix $(obj)/, $($(target-stem)-objs)) $(user_ldlibs)
|
| H A D | Makefile.build | 277 is-standard-object = $(if $(filter-out y%, $(OBJECT_FILES_NON_STANDARD_$(target-stem).o)$(OBJECT_FI…
|
| /linux/drivers/of/ |
| H A D | base.c | 1879 int id, const char *stem, int stem_len) in of_alias_add() argument 1883 strscpy(ap->stem, stem, stem_len + 1); in of_alias_add() 1886 ap->alias, ap->stem, ap->id, np); in of_alias_add() 1972 int of_alias_get_id(const struct device_node *np, const char *stem) in of_alias_get_id() argument 1979 if (strcmp(app->stem, stem) != 0) in of_alias_get_id() 2000 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument 2007 if (strcmp(app->stem, stem) != 0) in of_alias_get_highest_id()
|
| H A D | of_private.h | 30 char stem[]; member
|
| /linux/tools/net/sunrpc/xdrgen/generators/ |
| H A D | __init__.py | 55 return Path(filename).stem.upper()
|
| /linux/scripts/gcc-plugins/ |
| H A D | Makefile | 58 $(addprefix $(obj)/, $($(target-stem)-objs))
|
| /linux/tools/verification/rvgen/rvgen/ |
| H A D | ltl2k.py | 68 self.name = Path(file_path).stem
|