/scripts/ |
D | ver_linux | 20 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 …]
|
D | as-version.sh | 48 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)
|
D | nsdeps | 15 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)
|
D | link-vmlinux.sh | 228 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
|
D | gcc-ld | 20 --version-script|--dynamic-list|--version-exports-symbol|--wrap|-m)
|
D | headerdep.pl | 20 version => \&version, 56 sub version { subroutine
|
D | mkcompile_h | 22 VERSION=$(cat .version 2>/dev/null || echo 1) 55 { echo /\* This file is auto generated, version $VERSION \*/
|
D | lld-version.sh | 24 set -- $(LC_ALL=C "$@" --version)
|
D | pahole-flags.sh | 10 pahole_ver=$(${PAHOLE} --version | sed -E 's/v([0-9]+)\.([0-9]+)/\1\2/')
|
D | coccicheck | 18 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)
|
D | Kconfig.include | 45 # 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/ |
D | builddeb | 81 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 …]
|
D | mkdebian | 88 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/ |
D | fdtdump.c | 56 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()
|
D | flattree.c | 18 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/ |
D | cyc_complexity_plugin.c | 26 .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()
|
D | sancov_plugin.c | 29 .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/ |
D | gcc | 54 if arg_contain --version "$@"; then 71 if arg_contain -Wa,--version "$@"; then
|
D | nm | 26 if arg_contain --version "$@" || arg_contain -v "$@"; then
|
D | objcopy | 26 if arg_contain --version "$@" || arg_contain -v "$@"; then
|
D | ld | 26 if arg_contain --version "$@" || arg_contain -v "$@"; then
|
/scripts/kconfig/lxdialog/ |
D | BIG.FAT.WARNING | 1 This is NOT the official version of dialog. This version has been
|
/scripts/ksymoops/ |
D | README | 2 free standing utility, not linked to any particular kernel version. 3 The latest version can be found in
|
/scripts/dtc/libfdt/ |
D | fdt.c | 65 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/ |
D | gconf-cfg.sh | 22 if ! pkg-config --atleast-version=2.0.0 gtk+-2.0; then
|