Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/bpf/
Dlibbpf.map259 bpf_linker__new;
Dlibbpf.h1633 LIBBPF_API struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts);
Dlinker.c217 struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts) in bpf_linker__new() function
/Linux-v6.6/tools/bpf/bpftool/
Dgen.c1584 linker = bpf_linker__new(output_file, NULL); in do_object()