Searched refs:bpf_object__open (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/build/feature/
H A Dtest-libbpf.c10 return bpf_object__open("test") ? 0 : -1;
/linux-master/tools/bpf/bpftool/
H A Diter.c51 obj = bpf_object__open(objfile);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_adjust_tail.c155 obj = bpf_object__open(file);
219 obj = bpf_object__open(file);
H A Dxdp_adjust_frags.c16 obj = bpf_object__open(file);
H A Dselect_reuseport.c94 obj = bpf_object__open("test_select_reuseport_kern.bpf.o");
H A Dbtf.c4815 obj = bpf_object__open(test->file);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_maps.c1163 obj = bpf_object__open(MAPINMAP_PROG);
1238 obj = bpf_object__open(MAPINMAP_INVALID_PROG);
H A Dtest_sockmap.c1821 obj = bpf_object__open(bpf_file);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h205 * @brief **bpf_object__open()** creates a bpf_object by opening
212 LIBBPF_API struct bpf_object *bpf_object__open(const char *path);
244 * **bpf_object__open*()** APIs
1753 /* Called during bpf_object__open() for each recognized BPF program. Callback
H A Dlibbpf.c7928 struct bpf_object *bpf_object__open(const char *path) function

Completed in 189 milliseconds