Searched refs:version (Results 1 - 25 of 41) sorted by relevance

12

/seL4-test-master/projects/musllibc/src/internal/
H A Dversion.c1 #include "version.h"
3 static const char version[] = VERSION; variable
8 return version;
H A Ddynlink.h50 unsigned short version, nsegs; member in struct:fdpic_loadmap
55 unsigned short version, nsegs; member in struct:fdpic_dummy_loadmap
H A Dfdpic_crt.h12 unsigned short version, nsegs; member in struct:__anon303
/seL4-test-master/kernel/tools/python-deps/
H A Dsetup.py44 version='0.4.0', variable
/seL4-test-master/projects/musllibc/include/sys/
H A Dutsname.h14 char version[65]; member in struct:utsname
/seL4-test-master/tools/seL4/misc/
H A Dstyle-cmake.sh25 # cmake-format sends its version info to standard error. :-/
26 CF_VERSION=$(cmake-format --version 2>&1)
31 echo "$PROGNAME: fatal error: no output from \"cmake-format --version\""
35 # Good version; proceed.
38 echo "$PROGNAME: fatal error: need version $DESIRED_VERSION of" \
/seL4-test-master/projects/util_libs/libplatsupport/plat_include/pc99/platsupport/plat/acpi/tables/
H A Dfacs.h24 uint8_t version; member in struct:acpi_facs
/seL4-test-master/tools/nanopb/
H A Dconanfile.py6 version = "0.4.0-dev" variable in class:NanoPbConan
/seL4-test-master/tools/seL4/elfloader-tool/src/
H A Dfdt.c9 /* Newest FDT version that we understand */
18 uint32_t version; member in struct:fdt_header
/seL4-test-master/projects/util_libs/libfdt/
H A Dfdt.h13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
63 fdt32_t version; /* format version */ member in struct:fdt_header
64 fdt32_t last_comp_version; /* last compatible version */
66 /* version 2 fields below */
69 /* version 3 fields below */
72 /* version 17 fields below */
95 #define FDT_MAGIC 0xd00dfeed /* 4: version, 4: total size */
H A Dfdt.c10 * published by the Free Software Foundation; either version 2 of the
11 * License, or (at your option) any later version.
99 size_t fdt_header_size_(uint32_t version) argument
101 if (version <= 1)
103 else if (version <= 2)
105 else if (version <= 3)
107 else if (version <= 16)
H A Dlibfdt.h12 * published by the Free Software Foundation; either version 2 of the
13 * License, or (at your option) any later version.
101 /* FDT_ERR_BADVERSION: Given device tree has a version which
104 * required to convert the tree to the expected version. */
246 #define fdt_version(fdt) (fdt_get_header(fdt, version))
263 fdt_set_hdr_(version); variable
287 size_t fdt_header_size_(uint32_t version);
/seL4-test-master/tools/nanopb/tools/
H A Dmake_windows_package.sh36 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
39 <assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.21022.8" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
/seL4-test-master/projects/musllibc/include/netinet/
H A Dip.h28 unsigned int version:4; member in struct:iphdr
30 unsigned int version:4;
/seL4-test-master/tools/riscv-pk/
H A DMakefile.in41 # If the version information is not in the configure script, then we
42 # assume that we are in a working directory. We use the vcs-version.sh
43 # script in the scripts directory to generate an appropriate version
48 project_ver:=$(shell $(scripts_dir)/vcs-version.sh $(src_dir))
413 # script with the current version and we rerun autoconf in the new
414 # source directory so that the distribution will have the proper version
/seL4-test-master/tools/nanopb/extra/
H A Dnanopb.mk18 # Check whether to use binary version of nanopb_generator or the
/seL4-test-master/tools/riscv-pk/machine/
H A Dfdt.h15 uint32_t version; member in struct:fdt_header
/seL4-test-master/projects/sel4_projects_libs/libsel4vmmplatsupport/arch_include/x86/sel4vmmplatsupport/arch/
H A Dguest_boot_info.h70 uint16_t version; member in struct:apm_bios_info
121 uint16_t version; member in struct:setup_header
261 uint8_t version; member in struct:edd_info
/seL4-test-master/projects/musllibc/
H A DMakefile.muslc37 GENH_INT = obj/src/internal/version.h
103 obj/src/internal/version.h: $(wildcard $(srcdir)/VERSION $(srcdir)/.git)
104 printf '#define VERSION "%s"\n' "$$(cd $(srcdir); sh tools/version.sh)" > $@
106 obj/src/internal/version.o obj/src/internal/version.lo: obj/src/internal/version.h
/seL4-test-master/tools/nanopb/tests/backwards_compatibility/
H A Dalltypes_legacy.c8 #error Regenerate this file with the current version of nanopb generator.
/seL4-test-master/kernel/manual/
H A Dmanual.tex83 \newcommand{\version}{\input{VERSION}}
93 \title{seL4 Reference Manual\\Version \version}
/seL4-test-master/tools/seL4/cmake-tool/helpers/
H A Dmake-uimage54 OBJCOPY-TOOL should be the path to a version of GNU objcopy appropriate
/seL4-test-master/kernel/libsel4/arch_include/x86/sel4/arch/
H A Dbootinfo_types.h14 seL4_Uint16 version; member in struct:seL4_VBEInfoBlock
/seL4-test-master/projects/musllibc/dist/
H A Dconfig.mak32 # Uncomment for warnings (as errors). Might need tuning to your gcc version.
/seL4-test-master/projects/sel4_projects_libs/libsel4vm/src/arch/x86/processor/
H A Dcpuid.c256 if (!cap.version) {
260 eax.split.version_id = min(cap.version, 2);

Completed in 279 milliseconds

12