Home
last modified time | relevance | path

Searched refs:BINDGEN (Results 1 – 3 of 3) 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."
133 LC_ALL=C "$BINDGEN" --version 2>/dev/null
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" $(dirname $0)/rust_is_available_bindgen_libclang.h 2>&1 >/dev/null
187 echo >&2 "*** Running '$BINDGEN' to check the libclang version (used by the Rust"
207 echo >&2 "*** Running '$BINDGEN' to check the libclang version (used by the Rust"
220 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/init/
H A DKconfig1923 default $(shell,command -v $(BINDGEN) >/dev/null 2>&1 && $(BINDGEN) --version || echo n)