Home
last modified time | relevance | path

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

/openbmc/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."
137 LC_ALL=C "$BINDGEN" --version workaround-for-0.69.0 2>/dev/null
154 echo >&2 "*** Running '$BINDGEN' to check the bindings generator version did not return"
166 echo >&2 "*** Rust bindings generator '$BINDGEN' is too old."
174 echo >&2 "*** Rust bindings generator '$BINDGEN' is too new. This may or may not work."
187 LC_ALL=C "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_libclang.h 2>&1 >/dev/null
191 echo >&2 "*** Running '$BINDGEN' to check the libclang version (used by the Rust"
211 echo >&2 "*** Running '$BINDGEN' to check the libclang version (used by the Rust"
224 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN') is too old."
[all …]
/openbmc/linux/rust/
H A DMakefile311 libclang_maj_ver=$(shell $(BINDGEN) $(srctree)/scripts/rust_is_available_bindgen_libclang.h 2>&1 | …
329 quiet_cmd_bindgen = BINDGEN $@
331 $(BINDGEN) $< $(bindgen_target_flags) \
/openbmc/linux/
H A DMakefile505 BINDGEN = bindgen macro
603 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN CARGO
/openbmc/linux/init/
H A DKconfig1927 default "$(shell,$(BINDGEN) --version workaround-for-0.69.0 2>/dev/null)"