Searched refs:bpf_object__open (Results 1 – 11 of 11) sorted by relevance
12 obj = bpf_object__open(file); in test_reference_tracking()
308 obj = bpf_object__open(test_case->bpf_obj_file); in test_core_reloc()
90 bpfobj = bpf_object__open(filename); in test_open_file()
1627 obj = bpf_object__open(bpf_file); in populate_progs()
1151 obj = bpf_object__open(MAPINMAP_PROG); in test_map_in_map()
4175 obj = bpf_object__open(test->file); in do_test_file()
47 bpf_object__open;
47 For example ``bpf_object__open`` consists of the name of corresponding
70 LIBBPF_API struct bpf_object *bpf_object__open(const char *path);
3661 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open() function
101 obj = bpf_object__open(filename); in bpf__prepare_load()