| /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 | ld-version.sh | 27 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"
|
| D | as-version.sh | 48 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"
|
| D | cc-version.sh | 37 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"
|
| D | Kconfig.include | 43 # 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 …]
|
| D | rust_is_available.sh | 8 min_tool_version=$(dirname $0)/min-tool-version.sh 85 LC_ALL=C "$RUSTC" --version 2>/dev/null 129 LC_ALL=C "$BINDGEN" --version workaround-for-0.69.0 2>/dev/null 233 cc_name=$($(dirname $0)/cc-version.sh $CC | cut -f1 -d' ') 236 LC_ALL=C $CC --version 2>/dev/null \
|
| D | build-version | 4 prev_ver=$(cat .version 2>/dev/null) && 8 echo ${ver} > .version
|
| D | Makefile.compiler | 64 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)
|
| D | headerdep.pl | 20 version => \&version, 56 sub version { subroutine
|
| D | Makefile.debug | 21 DEBUG_RUSTFLAGS += -Zdwarf-version=4 23 DEBUG_RUSTFLAGS += -Zdwarf-version=5
|
| D | pahole-version.sh | 13 "$@" --version | sed -E 's/v([0-9]+)\.([0-9]+)/\1\2/'
|
| D | rustc-version.sh | 20 if output=$("$@" --version 2>/dev/null); then
|
| D | rustc-llvm-version.sh | 16 if output=$("$@" --version --verbose 2>/dev/null | grep -E 'LLVM.*[0-9]+\.[0-9]+\.[0-9]+'); then
|
| /scripts/gendwarfksyms/ |
| D | types.c | 238 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() 246 type_expansion_init(&version->type); in version_init() 249 static void version_free(struct version *version) in version_free() argument 251 type_expansion_free(&version->type); in version_free() 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() 258 type_expansion_append(&version->type, s, NULL); in version_add() 322 static void __calculate_version(struct version *version, in __calculate_version() argument [all …]
|
| /scripts/package/ |
| D | mkdebian | 151 version=$KERNELRELEASE 155 …rsion=$(${srctree}/scripts/setlocalversion --no-local ${srctree})-$($srctree/scripts/build-version) 208 Package: $packagename-$version 210 Description: Linux kernel, version $version 212 files, version: $version. 231 Package: linux-headers-$version 234 Description: Linux kernel headers for $version on $debarch 235 This package provides kernel header files for $version on $debarch 245 Package: linux-image-$version-dbg 249 Description: Linux kernel debugging symbols for $version
|
| D | builddeb | 126 version=${1#linux-headers-} 128 …}-gcc" "${srctree}/scripts/package/install-extmod-build" "${pdir}/usr/src/linux-headers-${version}" 130 mkdir -p $pdir/lib/modules/$version/ 131 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
|
| /scripts/package/debian/ |
| D | copyright | 1 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/ |
| D | BIG.FAT.WARNING | 1 This is NOT the official version of dialog. This version has been
|
| /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
|
| /scripts/ksymoops/ |
| D | README | 2 free standing utility, not linked to any particular kernel version. 3 The latest version can be found in
|
| /scripts/gcc-plugins/ |
| D | sancov_plugin.c | 29 .version = PLUGIN_VERSION, 87 __visible int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gcc_version *version) in plugin_init() argument 109 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
|
| /scripts/dtc/ |
| D | flattree.c | 18 int version; member 326 fdt->version = cpu_to_fdt32(vi->version); in make_fdt_header() 346 void dt_to_blob(FILE *f, struct dt_info *dti, int version) in dt_to_blob() argument 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() 447 void dt_to_asm(FILE *f, struct dt_info *dti, int version) in dt_to_asm() argument 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() 797 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local [all …]
|
| /scripts/dtc/libfdt/ |
| D | fdt.c | 69 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_()
|