Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Dlibbpf.map259 bpf_linker__new;
Dlibbpf.h1409 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-6.1.9/tools/bpf/bpftool/
Dgen.c1586 linker = bpf_linker__new(output_file, NULL); in do_object()