Searched refs:bpf_linker__new (Results 1 – 4 of 4) sorted by relevance
258 bpf_linker__new;
1796 LIBBPF_API struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts);
217 struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts) in bpf_linker__new() function
1890 linker = bpf_linker__new(output_file, NULL); in do_object()