Home
last modified time | relevance | path

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

/linux/scripts/
H A Drust_is_available.sh74 if ! command -v "$BINDGEN" >/dev/null; then
76 echo >&2 "*** Rust bindings generator '$BINDGEN' could not be found."
131 LC_ALL=C "$BINDGEN" --version workaround-for-0.69.0 2>/dev/null
135 echo >&2 "*** Running '$BINDGEN' to check the Rust bindings generator version failed with"
148 echo >&2 "*** Running '$BINDGEN' to check the bindings generator version did not return"
160 echo >&2 "*** Rust bindings generator '$BINDGEN' is too old."
169 if ! "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_0_66.h >/dev/null; then
171 echo >&2 "*** Rust bindings generator '$BINDGEN' versions 0.66.0 and 0.66.1 may not"
186 LC_ALL=C "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_libclang.h 2>&1 >/dev/null
190 echo >&2 "*** Running '$BINDGEN' to check the libclang version (used by the Rust"
[all …]
/linux/Documentation/rust/
H A Dquick-start.rst124 CLIPPY_DRIVER=clippy-driver-1.80 BINDGEN=bindgen-0.65
/linux/
H A DMakefile538 BINDGEN = bindgen macro
632 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN
/linux/init/
H A DKconfig2212 default "$(shell,$(BINDGEN) --version workaround-for-0.69.0 2>/dev/null)"