Searched refs:targets (Results 151 - 175 of 191) sorted by path

12345678

/linux-master/net/nfc/nci/
H A Dntf.c294 target = &ndev->targets[i];
310 target = &ndev->targets[ndev->n_targets];
326 memset(ndev->targets, 0,
390 nfc_targets_found(ndev->nfc_dev, ndev->targets,
475 target = &ndev->targets[ndev->n_targets];
489 nfc_targets_found(ndev->nfc_dev, ndev->targets, ndev->n_targets);
/linux-master/net/nfc/
H A Dnetlink.c145 rc = nfc_genl_send_target(skb, &dev->targets[i], cb,
/linux-master/samples/bpf/
H A DMakefile276 targets += syscall_nrs.s
/linux-master/scripts/
H A DMakefile53 targets += module.lds
H A DMakefile.build20 targets :=
76 targets-for-builtin := $(extra-y)
79 targets-for-builtin += $(obj)/lib.a
83 targets-for-builtin += $(obj)/built-in.a
86 targets-for-modules := $(foreach x, o mod, \
90 targets-for-modules += $(obj)/modules.order
93 targets += $(targets-for-builtin) $(targets-for-modules)
287 # i.e. the outputs we would get for the different single targets (
[all...]
H A DMakefile.clean28 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
H A DMakefile.host161 targets += $(host-csingle) $(host-cmulti) $(host-cobjs) \
H A DMakefile.lib55 # List composite targets that are constructed by combining other targets
57 # List primitive targets that are compiled from source files
101 targets := $(addprefix $(obj)/,$(targets))
322 # and add target to 'targets' so that we know we have to
H A DMakefile.modfinal61 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o)
69 # Read all saved command lines and dependencies for the $(targets) we
74 existing-targets := $(wildcard $(sort $(targets)))
76 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.modpost91 targets += .vmlinux.objs
143 targets += $(output-symdump)
151 existing-targets := $(wildcard $(sort $(targets)))
153 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.package2 # Makefile for the different targets used to generate full packages of a kernel
42 targets += $(linux-tarballs)
144 # dir-pkg tar*-pkg - tarball targets
200 targets += $(perf-tarballs)
239 # Read all saved command lines and dependencies for the $(targets) we
244 existing-targets := $(wildcard $(sort $(targets)))
246 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.userprogs45 targets += $(user-csingle) $(user-cmulti) $(user-cobjs)
H A DMakefile.vmlinux12 targets :=
24 targets += .vmlinux.export.o
35 targets += vmlinux
45 # Read all saved command lines and dependencies for the $(targets) we
50 existing-targets := $(wildcard $(sort $(targets)))
52 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.vmlinux_o24 targets := .tmp_initcalls.lds
64 targets += vmlinux.o
71 targets += modules.builtin.modinfo
86 targets += modules.builtin
96 # Read all saved command lines and dependencies for the $(targets) we
101 existing-targets := $(wildcard $(sort $(targets)))
103 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
/linux-master/scripts/gcc-plugins/
H A DMakefile14 targets += randomize_layout_seed.h
43 targets += $(plugin-single) $(plugin-multi) $(plugin-objs)
/linux-master/scripts/kconfig/
H A DMakefile3 # Kernel configuration targets
4 # These targets are used from top-level makefile
73 # These targets map 1:1 to the commandline options of 'conf'
78 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
82 PHONY += $(simple-targets)
84 $(simple-targets): $(obj)/conf
128 @echo 'Configuration targets:'
156 @echo 'Configuration topic targets:'
171 # conf: Used for defconfig, oldconfig and related targets
216 targets
[all...]
/linux-master/scripts/mod/
H A DMakefile15 targets += $(devicetable-offsets-file) devicetable-offsets.s
28 targets += elfconfig.h
/linux-master/scripts/package/debian/
H A Drules28 binary-targets := $(addprefix binary-, image image-dbg headers libc-dev)
58 .PHONY: $(binary-targets)
59 $(binary-targets): build-arch
66 binary-arch: $(binary-targets)
/linux-master/security/selinux/
H A DMakefile8 # lacking in older versions of make is support for grouped targets. These
36 # see the note above, replace the $targets and 'flask.h' rule with the lines
38 # targets += $(genhdrs)
40 targets += flask.h
/linux-master/security/tomoyo/
H A DMakefile4 targets += builtin-policy.h
/linux-master/tools/bpf/bpftool/
H A DMakefile145 LLVM_CONFIG_LIB_COMPONENTS := mcdisassembler all-targets
/linux-master/tools/build/
H A DMakefile.build174 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
175 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
/linux-master/tools/lib/bpf/
H A Dusdt.c584 struct usdt_target *targets = NULL, *target; local
766 tmp = libbpf_reallocarray(targets, target_cnt + 1, sizeof(*targets));
771 targets = tmp;
773 target = &targets[target_cnt];
792 *out_targets = targets;
800 free(targets);
965 struct usdt_target *targets = NULL; local
991 usdt_cookie, &targets, &target_cnt);
1031 struct usdt_target *target = &targets[
[all...]
/linux-master/tools/objtool/
H A Dcheck.c559 INIT_LIST_HEAD(&file->pv_ops[idx].targets);
3418 list_for_each_entry(target, &file->pv_ops[idx].targets, pv_target) {
/linux-master/tools/objtool/include/objtool/
H A Dobjtool.h19 struct list_head targets; member in struct:pv_state

Completed in 1478 milliseconds

12345678