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

/linux-master/tools/lib/bpf/
H A Dbpf_gen_internal.h32 struct gen_loader_opts *opts;
H A Dlibbpf.h1708 struct gen_loader_opts { struct
1718 struct gen_loader_opts *opts);
H A Dgen_loader.c398 struct gen_loader_opts *opts = gen->opts;
H A Dlibbpf.c8968 int bpf_object__gen_loader(struct bpf_object *obj, struct gen_loader_opts *opts)
8974 if (!OPTS_VALID(opts, gen_loader_opts))
/linux-master/tools/bpf/bpftool/
H A Dprog.c1860 static int try_loader(struct gen_loader_opts *gen)
1902 DECLARE_LIBBPF_OPTS(gen_loader_opts, gen);
H A Dgen.c690 DECLARE_LIBBPF_OPTS(gen_loader_opts, opts);
704 /* If there was no error during load then gen_loader_opts

Completed in 177 milliseconds