Home
last modified time | relevance | path

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

123

/scripts/
Dver_linux20 printversion("GNU C", version("gcc -dumpversion"))
21 printversion("GNU Make", version("make --version"))
22 printversion("Binutils", version("ld -v"))
23 printversion("Util-linux", version("mount --version"))
24 printversion("Mount", version("mount --version"))
25 printversion("Module-init-tools", version("depmod -V"))
26 printversion("E2fsprogs", version("tune2fs"))
27 printversion("Jfsutils", version("fsck.jfs -V"))
28 printversion("Reiserfsprogs", version("reiserfsck -V"))
29 printversion("Reiser4fsprogs", version("fsck.reiser4 -V"))
[all …]
Das-version.sh48 set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler /dev/null -o /dev/null 2>/dev/null)
56 version=$1
65 version=${version%-*}
67 cversion=$(get_canonical_version $version)
Dnsdeps15 SPATCH_REQ_VERSION_NUM=$(echo $SPATCH_REQ_VERSION | ${DIR}/scripts/ld-version.sh)
16 SPATCH_VERSION=$($SPATCH --version | head -1 | awk '{print $3}')
17 SPATCH_VERSION_NUM=$(echo $SPATCH_VERSION | ${DIR}/scripts/ld-version.sh)
Dlink-vmlinux.sh228 pahole_ver=$(${PAHOLE} --version | sed -E 's/v([0-9]+)\.([0-9]+)/\1\2/')
359 info GEN .version
360 if [ -r .version ]; then
361 VERSION=$(expr 0$(cat .version) + 1)
362 echo $VERSION > .version
364 rm -f .version
365 echo 1 > .version
Dgcc-ld20 --version-script|--dynamic-list|--version-exports-symbol|--wrap|-m)
Dheaderdep.pl20 version => \&version,
56 sub version { subroutine
Dmkcompile_h22 VERSION=$(cat .version 2>/dev/null || echo 1)
55 { echo /\* This file is auto generated, version $VERSION \*/
Dlld-version.sh24 set -- $(LC_ALL=C "$@" --version)
Dpahole-flags.sh10 pahole_ver=$(${PAHOLE} --version | sed -E 's/v([0-9]+)\.([0-9]+)/\1\2/')
Dcoccicheck18 SPATCH_VERSION=$($SPATCH --version | head -1 | awk '{print $3}')
19 SPATCH_VERSION_NUM=$(echo $SPATCH_VERSION | ${DIR}/scripts/ld-version.sh)
189 REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh)
DKconfig.include45 # Get the assembler name, version, and error out if it is not supported.
46 as-info := $(shell,$(srctree)/scripts/as-version.sh $(CC) $(CLANG_FLAGS))
49 as-version := $(shell,set -- $(as-info) && echo $2)
/scripts/package/
Dbuilddeb81 destdir=$pdir/usr/src/linux-headers-$version
90 mkdir -p $pdir/lib/modules/$version/
91 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
109 version=$KERNELRELEASE
112 packagename=linux-image-$version
116 packagename=user-mode-linux-$version
124 installed_image_path="usr/bin/linux-$version"
127 installed_image_path="boot/vmlinux-$version"
130 installed_image_path="boot/vmlinuz-$version"
142 …mkdir -p "$tmpdir/usr/lib/uml/modules/$version" "$tmpdir/usr/bin" "$tmpdir/usr/share/doc/$packagen…
[all …]
Dmkdebian88 version=$KERNELRELEASE
93 revision=$(cat .version 2>/dev/null||echo 1)
94 packageversion=$version-$revision
153 This is a packacked upstream version of the Linux kernel.
165 the Free Software Foundation; version 2 dated June, 1991.
168 License version 2 can be found in \`/usr/share/common-licenses/GPL-2'.
/scripts/dtc/
Dfdtdump.c56 uint32_t version = fdt32_to_cpu(bph->version); in dump_blob() local
73 printf("// version:\t\t%d\n", version); in dump_blob()
76 if (version >= 2) in dump_blob()
80 if (version >= 3) in dump_blob()
83 if (version >= 17) in dump_blob()
134 if (version < 16 && sz >= 8) in dump_blob()
Dflattree.c18 int version; member
325 fdt->version = cpu_to_fdt32(vi->version); in make_fdt_header()
345 void dt_to_blob(FILE *f, struct dt_info *dti, int version) in dt_to_blob() argument
357 if (version_table[i].version == version) in dt_to_blob()
361 die("Unknown device tree blob version %d\n", version); in dt_to_blob()
446 void dt_to_asm(FILE *f, struct dt_info *dti, int version) in dt_to_asm() argument
455 if (version_table[i].version == version) in dt_to_asm()
459 die("Unknown device tree blob version %d\n", version); in dt_to_asm()
480 asm_emit_cell(f, vi->version); in dt_to_asm()
799 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local
[all …]
/scripts/gcc-plugins/
Dcyc_complexity_plugin.c26 .version = "20160225",
52 __visible int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gcc_version *version) in plugin_init() argument
58 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
Dsancov_plugin.c29 .version = "20160402",
89 __visible int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gcc_version *version) in plugin_init() argument
115 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
/scripts/dummy-tools/
Dgcc54 if arg_contain --version "$@"; then
71 if arg_contain -Wa,--version "$@"; then
Dnm26 if arg_contain --version "$@" || arg_contain -v "$@"; then
Dobjcopy26 if arg_contain --version "$@" || arg_contain -v "$@"; then
Dld26 if arg_contain --version "$@" || arg_contain -v "$@"; then
/scripts/kconfig/lxdialog/
DBIG.FAT.WARNING1 This is NOT the official version of dialog. This version has been
/scripts/ksymoops/
DREADME2 free standing utility, not linked to any particular kernel version.
3 The latest version can be found in
/scripts/dtc/libfdt/
Dfdt.c65 size_t fdt_header_size_(uint32_t version) in fdt_header_size_() argument
67 if (version <= 1) in fdt_header_size_()
69 else if (version <= 2) in fdt_header_size_()
71 else if (version <= 3) in fdt_header_size_()
73 else if (version <= 16) in fdt_header_size_()
/scripts/kconfig/
Dgconf-cfg.sh22 if ! pkg-config --atleast-version=2.0.0 gtk+-2.0; then

123