Home
last modified time | relevance | path

Searched refs:objs (Results 1 – 10 of 10) sorted by relevance

/samples/bpf/
A Dsyscall_tp_user.c52 struct bpf_object *objs[nr_tests]; in test() local
56 objs[i] = bpf_object__open_file(filename, NULL); in test()
57 if (libbpf_get_error(objs[i])) { in test()
59 objs[i] = NULL; in test()
67 bpf_object__for_each_program(prog, objs[i]) in test()
77 if (bpf_object__load(objs[i])) { in test()
82 map0_fds[i] = bpf_object__find_map_fd_by_name(objs[i], in test()
84 map1_fds[i] = bpf_object__find_map_fd_by_name(objs[i], in test()
91 bpf_object__for_each_program(prog, objs[i]) { in test()
131 bpf_object__close(objs[i]); in test()
A DMakefile52 fds_example-objs := fds_example.o
53 sockex1-objs := sockex1_user.o
54 sockex2-objs := sockex2_user.o
55 sockex3-objs := sockex3_user.o
57 tracex3-objs := tracex3_user.o
58 tracex4-objs := tracex4_user.o
60 tracex6-objs := tracex6_user.o
62 lathist-objs := lathist_user.o
75 cpustat-objs := cpustat_user.o
77 xdp_fwd-objs := xdp_fwd_user.o
[all …]
A DMakefile.target24 $(if $($(m)-objs),,$(m)))
28 $(if $($(m)-objs),$(m)))
31 tprog-cobjs := $(sort $(foreach m,$(__tprogs),$($(m)-objs)))
64 $(addprefix $(obj)/,$($(@F)-objs)) \
68 $(call multi_depend, $(tprog-cmulti), , -objs)
/samples/livepatch/
A Dlivepatch-sample.c46 static struct klp_object objs[] = { variable
55 .objs = objs,
A Dlivepatch-shadow-fix2.c106 static struct klp_object objs[] = { variable
115 .objs = objs,
A Dlivepatch-callbacks-demo.c148 static struct klp_object objs[] = { variable
181 .objs = objs,
A Dlivepatch-shadow-fix1.c146 static struct klp_object objs[] = { variable
155 .objs = objs,
/samples/hid/
A DMakefile.target24 $(if $($(m)-objs),,$(m)))
28 $(if $($(m)-objs),$(m)))
31 tprog-cobjs := $(sort $(foreach m,$(__tprogs),$($(m)-objs)))
64 $(addprefix $(obj)/,$($(@F)-objs)) \
68 $(call multi_depend, $(tprog-cmulti), , -objs)
A DMakefile21 hid_mouse-objs := hid_mouse.o
22 hid_surface_dial-objs := hid_surface_dial.o
/samples/seccomp/
A DMakefile4 bpf-fancy-objs := bpf-fancy.o bpf-helper.o

Completed in 12 milliseconds