Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.map361 bpf_linker__new;
Dlibbpf.h911 LIBBPF_API struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts);
Dlinker.c218 struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts) in bpf_linker__new() function
/tools/bpf/bpftool/
Dgen.c989 linker = bpf_linker__new(output_file, NULL); in do_object()