Searched refs:obj_file (Results 1 – 2 of 2) sorted by relevance
53 static void test_fexit_bpf2bpf_common(const char *obj_file, in test_fexit_bpf2bpf_common() argument80 obj = bpf_object__open_file(obj_file, &opts); in test_fexit_bpf2bpf_common()82 "failed to open %s: %ld\n", obj_file, in test_fexit_bpf2bpf_common()300 static void test_obj_load_failure_common(const char *obj_file, in test_obj_load_failure_common() argument322 obj = bpf_object__open_file(obj_file, &opts); in test_obj_load_failure_common()324 "failed to open %s: %ld\n", obj_file, in test_obj_load_failure_common()
7 const char *obj_file = "./test_probe_user.o"; in test_probe_user() local17 obj = bpf_object__open_file(obj_file, &opts); in test_probe_user()