Searched refs:objs (Results 1 – 10 of 10) sorted by relevance
| /samples/bpf/ |
| A D | syscall_tp_user.c | 52 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 D | Makefile | 52 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 D | Makefile.target | 24 $(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 D | livepatch-sample.c | 46 static struct klp_object objs[] = { variable 55 .objs = objs,
|
| A D | livepatch-shadow-fix2.c | 106 static struct klp_object objs[] = { variable 115 .objs = objs,
|
| A D | livepatch-callbacks-demo.c | 148 static struct klp_object objs[] = { variable 181 .objs = objs,
|
| A D | livepatch-shadow-fix1.c | 146 static struct klp_object objs[] = { variable 155 .objs = objs,
|
| /samples/hid/ |
| A D | Makefile.target | 24 $(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 D | Makefile | 21 hid_mouse-objs := hid_mouse.o 22 hid_surface_dial-objs := hid_surface_dial.o
|
| /samples/seccomp/ |
| A D | Makefile | 4 bpf-fancy-objs := bpf-fancy.o bpf-helper.o
|
Completed in 12 milliseconds