Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/
Drust_is_available.sh35 if ! command -v "$BINDGEN" >/dev/null; then
38 echo >&2 "*** Rust bindings generator '$BINDGEN' could not be found."
77 LC_ALL=C "$BINDGEN" --version 2>/dev/null \
87 echo >&2 "*** Rust bindings generator '$BINDGEN' is too old."
96 echo >&2 "*** Rust bindings generator '$BINDGEN' is too new. This may or may not work."
104 LC_ALL=C "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_libclang.h 2>&1 >/dev/null \
115 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN') is too old."
137 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN')"
/Linux-v6.1/rust/
DMakefile275 quiet_cmd_bindgen = BINDGEN $@
277 $(BINDGEN) $< $(bindgen_target_flags) \
/Linux-v6.1/
DMakefile508 BINDGEN = bindgen macro
603 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN CARGO
/Linux-v6.1/init/
DKconfig1939 default $(shell,command -v $(BINDGEN) >/dev/null 2>&1 && $(BINDGEN) --version || echo n)