Home
last modified time | relevance | path

Searched refs:bpf_linker_opts (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/lib/bpf/
Dlibbpf.h1786 struct bpf_linker_opts { struct
1800 LIBBPF_API struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts); argument
1801 LIBBPF_API struct bpf_linker *bpf_linker__new_fd(int fd, struct bpf_linker_opts *opts);
Dlinker.c228 struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts) in bpf_linker__new()
233 if (!OPTS_VALID(opts, bpf_linker_opts)) in bpf_linker__new()
270 struct bpf_linker *bpf_linker__new_fd(int fd, struct bpf_linker_opts *opts) in bpf_linker__new_fd()
279 if (!OPTS_VALID(opts, bpf_linker_opts)) in bpf_linker__new_fd()