Home
last modified time | relevance | path

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

/linux/scripts/
H A Drust_is_available.sh53 if [ -z "${BINDGEN+x}" ]; then
55 echo >&2 "*** Environment variable 'BINDGEN' is not set."
74 if ! command -v "$BINDGEN" >/dev/null; then
76 echo >&2 "*** Rust bindings generator '$BINDGEN' could not be found."
125 LC_ALL=C "$BINDGEN" --version 2>/dev/null
129 echo >&2 "*** Running '$BINDGEN' to check the Rust bindings generator version failed with"
142 echo >&2 "*** Running '$BINDGEN' to check the bindings generator version did not return"
154 echo >&2 "*** Rust bindings generator '$BINDGEN' is too old."
167 LC_ALL=C "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_libclang.h 2>&1 >/dev/null
171 echo >&2 "*** Running '$BINDGEN' t
[all...]
/linux/Documentation/rust/
H A Dquick-start.rst121 CLIPPY_DRIVER=clippy-driver-1.85 BINDGEN=bindgen-0.71
/linux/
H A DMakefile541 BINDGEN = bindgen
635 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN LLVM_LINK
538 BINDGEN = bindgen global() macro
/linux/init/
H A DKconfig2214 default "$(shell,$(BINDGEN) --version 2>/dev/null)"