Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 62) sorted by relevance

123

/scripts/
A Dver_linux22 printversion("Binutils", version("ld -v"))
26 printversion("E2fsprogs", version("tune2fs"))
27 printversion("Jfsutils", version("fsck.jfs -V"))
28 printversion("Xfsprogs", version("xfs_db -V"))
30 printversion("Pcmcia-cs", version("cardmgr -V"))
32 printversion("PPP", version("pppd --version"))
36 printversion("Flex", version("flex --version"))
40 if (!seen[ver = version("readlink " $NF)]++)
46 printversion("Kbd", version("loadkeys -V"))
48 printversion("Sh-utils", version("expr --v"))
[all …]
A Dld-version.sh27 set -- $(LC_ALL=C "$@" --version)
33 min_tool_version=$(dirname $0)/min-tool-version.sh
37 version=$1
50 version=$2
64 version=${version%%[!0-9.]*}
66 cversion=$(get_canonical_version $version)
72 echo >&2 "*** Your $disp_name version: $version"
A Das-version.sh48 set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler-with-cpp /dev/null -o /dev/null 2>/dev/null)
54 min_tool_version=$(dirname $0)/min-tool-version.sh
58 version=$1
68 version=${version%-*}
70 cversion=$(get_canonical_version $version)
76 echo >&2 "*** Your $name assembler version: $version"
A Dcc-version.sh37 min_tool_version=$(dirname $0)/min-tool-version.sh
41 version=$2.$3.$4
45 version=$2.$3.$4
54 cversion=$(get_canonical_version $version)
60 echo >&2 "*** Your $name version: $version"
A DKconfig.include43 # Get the C compiler name, version, and error out if it is not supported.
44 cc-info := $(shell,$(srctree)/scripts/cc-version.sh $(CC))
47 cc-version := $(shell,set -- $(cc-info) && echo $2)
49 # Get the assembler name, version, and error out if it is not supported.
50 as-info := $(shell,$(srctree)/scripts/as-version.sh $(CC) $(CLANG_FLAGS))
53 as-version := $(shell,set -- $(as-info) && echo $2)
55 # Get the linker name, version, and error out if it is not supported.
56 ld-info := $(shell,$(srctree)/scripts/ld-version.sh $(LD))
59 ld-version := $(shell,set -- $(ld-info) && echo $2)
68 rustc-version := $(shell,$(srctree)/scripts/rustc-version.sh $(RUSTC))
[all …]
A Drust_is_available.sh8 min_tool_version=$(dirname $0)/min-tool-version.sh
85 LC_ALL=C "$RUSTC" --version 2>/dev/null
131 LC_ALL=C "$BINDGEN" --version workaround-for-0.69.0 2>/dev/null
250 cc_name=$($(dirname $0)/cc-version.sh $CC | cut -f1 -d' ')
253 LC_ALL=C $CC --version 2>/dev/null \
A Dbuild-version4 prev_ver=$(cat .version 2>/dev/null) &&
8 echo ${ver} > .version
A DMakefile.compiler64 gcc-min-version = $(call test-ge, $(CONFIG_GCC_VERSION), $1)
68 clang-min-version = $(call test-ge, $(CONFIG_CLANG_VERSION), $1)
72 rustc-min-version = $(call test-ge, $(CONFIG_RUSTC_VERSION), $1)
A Dheaderdep.pl20 version => \&version,
56 sub version { subroutine
A DMakefile.debug21 DEBUG_RUSTFLAGS += -Zdwarf-version=4
23 DEBUG_RUSTFLAGS += -Zdwarf-version=5
A Dpahole-version.sh13 "$@" --version | sed -E 's/v([0-9]+)\.([0-9]+)/\1\2/'
A Drustc-version.sh20 if output=$("$@" --version 2>/dev/null); then
A Drustc-llvm-version.sh16 if output=$("$@" --version --verbose 2>/dev/null | grep -E 'LLVM.*[0-9]+\.[0-9]+\.[0-9]+'); then
A Dtags.sh265 if $1 --version 2>&1 | grep -iq universal; then
315 if $1 --version 2>&1 | grep -iq exuberant; then
317 elif $1 --version 2>&1 | grep -iq emacs; then
A DLindent6 RES=`indent --version | cut -d' ' -f3`
/scripts/gendwarfksyms/
A Dtypes.c238 struct version { struct
243 static void version_init(struct version *version) in version_init() argument
245 version->crc = crc32(0, NULL, 0); in version_init()
249 static void version_free(struct version *version) in version_free() argument
254 static void version_add(struct version *version, const char *s) in version_add() argument
256 version->crc = crc32(version->crc, (void *)s, strlen(s)); in version_add()
322 static void __calculate_version(struct version *version, in __calculate_version() argument
351 static void calculate_version(struct version *version, in calculate_version() argument
354 version_init(version); in calculate_version()
520 struct version version; in expand_symbol() local
[all …]
/scripts/package/debian/
A Dcopyright1 This is a packaged upstream version of the Linux kernel.
13 the Free Software Foundation; version 2 dated June, 1991.
16 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
/scripts/kconfig/lxdialog/
A DBIG.FAT.WARNING1 This is NOT the official version of dialog. This version has been
/scripts/dummy-tools/
A Dgcc54 if arg_contain --version "$@"; then
71 if arg_contain -Wa,--version "$@"; then
A Dld26 if arg_contain --version "$@" || arg_contain -v "$@"; then
/scripts/package/
A Dbuilddeb140 version=${1#linux-headers-}
142 …}-gcc" "${srctree}/scripts/package/install-extmod-build" "${pdir}/usr/src/linux-headers-${version}"
144 mkdir -p $pdir/lib/modules/$version/
145 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
A Dsnapcraft.template2 version: KERNELRELEASE
/scripts/ksymoops/
A DREADME2 free standing utility, not linked to any particular kernel version.
3 The latest version can be found in
/scripts/dtc/
A Dflattree.c18 int version; member
326 fdt->version = cpu_to_fdt32(vi->version); in make_fdt_header()
358 if (version_table[i].version == version) in dt_to_blob()
362 die("Unknown device tree blob version %d\n", version); in dt_to_blob()
456 if (version_table[i].version == version) in dt_to_asm()
460 die("Unknown device tree blob version %d\n", version); in dt_to_asm()
481 asm_emit_cell(f, vi->version); in dt_to_asm()
868 version = fdt32_to_cpu(fdt->version); in dt_from_blob()
880 if (version >= 3) { in dt_from_blob()
889 if (version >= 17) { in dt_from_blob()
[all …]
/scripts/dtc/libfdt/
A Dfdt.c69 size_t fdt_header_size_(uint32_t version) in fdt_header_size_() argument
71 if (version <= 1) in fdt_header_size_()
73 else if (version <= 2) in fdt_header_size_()
75 else if (version <= 3) in fdt_header_size_()
77 else if (version <= 16) in fdt_header_size_()

Completed in 24 milliseconds

123