Home
last modified time | relevance | path

Searched refs:bpf_object__gen_loader (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map278 bpf_object__gen_loader;
H A Dlibbpf.h1610 LIBBPF_API int bpf_object__gen_loader(struct bpf_object *obj,
H A Dlibbpf.c8508 int bpf_object__gen_loader(struct bpf_object *obj, struct gen_loader_opts *opts) in bpf_object__gen_loader() function
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c665 err = bpf_object__gen_loader(obj, &opts); in gen_trace()
H A Dprog.c1931 err = bpf_object__gen_loader(obj, &gen); in do_loader()