Home
last modified time | relevance | path

Searched refs:bpf_object__open (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/build/feature/
H A Dtest-libbpf.c10 return bpf_object__open("test") ? 0 : -1; in main()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_adjust_tail.c155 obj = bpf_object__open(file); in test_xdp_adjust_frags_tail_shrink()
219 obj = bpf_object__open(file); in test_xdp_adjust_frags_tail_grow()
H A Dxdp_adjust_frags.c16 obj = bpf_object__open(file); in test_xdp_update_frags()
H A Dselect_reuseport.c94 obj = bpf_object__open("test_select_reuseport_kern.bpf.o"); in prepare_bpf_obj()
H A Dbtf.c4786 obj = bpf_object__open(test->file); in do_test_file()
/openbmc/linux/tools/bpf/bpftool/
H A Diter.c51 obj = bpf_object__open(objfile); in do_pin()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map29 bpf_object__open;
H A Dlibbpf.h193 LIBBPF_API struct bpf_object *bpf_object__open(const char *path);
H A Dlibbpf.c7480 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open() function
/openbmc/linux/Documentation/bpf/
H A Dprog_lsm.rst105 obj = bpf_object__open("./my_prog.o");
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst51 passed directly into **libbpf** (using **bpf_object__open()**
115 corresponds to libbpf's **bpf_object__open**\ () API.
/openbmc/linux/Documentation/bpf/libbpf/
H A Dlibbpf_naming_convention.rst47 For example ``bpf_object__open`` consists of the name of corresponding
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_maps.c1163 obj = bpf_object__open(MAPINMAP_PROG); in test_map_in_map()
1238 obj = bpf_object__open(MAPINMAP_INVALID_PROG); in test_map_in_map()
H A Dtest_sockmap.c1937 obj = bpf_object__open(bpf_file); in populate_progs()