Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_loader.c535 size_t obj_byte_cnt, in run_subtest()
564 tobj = bpf_object__open_mem(obj_bytes, obj_byte_cnt, open_opts); in run_subtest()
652 size_t obj_byte_cnt; in process_subtest() local
657 obj_bytes = elf_bytes_factory(&obj_byte_cnt); in process_subtest()
658 obj = bpf_object__open_mem(obj_bytes, obj_byte_cnt, &open_opts); in process_subtest()
687 run_subtest(tester, &open_opts, obj_bytes, obj_byte_cnt, in process_subtest()
690 run_subtest(tester, &open_opts, obj_bytes, obj_byte_cnt, in process_subtest()
532 run_subtest(struct test_loader *tester, struct bpf_object_open_opts *open_opts, const void *obj_bytes, size_t obj_byte_cnt, struct test_spec *specs, struct test_spec *spec, bool unpriv) run_subtest() argument

Completed in 1 milliseconds