Lines Matching defs:opts
161 const struct bpf_linker_file_opts *opts,
217 struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts)
222 if (!OPTS_VALID(opts, bpf_linker_opts))
441 const struct bpf_linker_file_opts *opts)
446 if (!OPTS_VALID(opts, bpf_linker_file_opts))
452 err = err ?: linker_load_obj_file(linker, filename, opts, &obj);
539 const struct bpf_linker_file_opts *opts,
2659 LIBBPF_OPTS(btf_dedup_opts, opts);
2696 opts.btf_ext = linker->btf_ext;
2697 err = btf__dedup(linker->btf, &opts);