Searched refs:bpfobj (Results 1 – 1 of 1) sorted by relevance
88 struct bpf_object *bpfobj = NULL; in test_open_file() local95 bpfobj = bpf_object__open(filename); in test_open_file()96 err = libbpf_get_error(bpfobj); in test_open_file()105 test_walk_progs(bpfobj, verbose); in test_open_file()106 test_walk_maps(bpfobj, verbose); in test_open_file()110 bpf_object__name(bpfobj)); in test_open_file()111 bpf_object__close(bpfobj); in test_open_file()