Home
last modified time | relevance | path

Searched refs:bpf_linker__new (Results 1 – 4 of 4) sorted by relevance

/linux/tools/lib/bpf/
H A Dlibbpf.map258 bpf_linker__new;
H A Dlibbpf.h1796 LIBBPF_API struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts);
H A Dlinker.c217 struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts) in bpf_linker__new() function
/linux/tools/bpf/bpftool/
H A Dgen.c1890 linker = bpf_linker__new(output_file, NULL); in do_object()