Searched refs:BINDGEN (Results 1 - 3 of 3) sorted by last modified time

/linux-master/rust/
H A DMakefile305 libclang_maj_ver=$(shell $(BINDGEN) $(srctree)/scripts/rust_is_available_bindgen_libclang.h 2>&1 | sed -ne 's/.*clang version \([0-9]*\).*/\1/p')
323 quiet_cmd_bindgen = BINDGEN $@
325 $(BINDGEN) $< $(bindgen_target_flags) \
/linux-master/
H A DMakefile509 BINDGEN = bindgen macro
604 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN CARGO
/linux-master/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."
133 LC_ALL=C "$BINDGEN" --version 2>/dev/null
137 echo >&2 "*** Running '$BINDGEN' to check the Rust bindings generator version failed with"
150 echo >&2 "*** Running '$BINDGEN' to check the bindings generator version did not return"
162 echo >&2 "*** Rust bindings generator '$BINDGEN' is too old."
170 echo >&2 "*** Rust bindings generator '$BINDGEN' is too new. This may or may not work."
183 LC_ALL=C "$BINDGEN"
[all...]

Completed in 247 milliseconds