Home
last modified time | relevance | path

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

/external/libbpf/src/
Dlibbpf.h1737 struct bpf_linker_opts { struct
1751 LIBBPF_API struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts); argument
Dlinker.c217 struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts) in bpf_linker__new()
222 if (!OPTS_VALID(opts, bpf_linker_opts)) in bpf_linker__new()
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs7437 pub struct bpf_linker_opts { struct
7453 opts: *mut bpf_linker_opts, in bpf_linker__new() argument