Searched refs:compiler (Results 1 – 25 of 52) sorted by relevance
123
/xen/ |
A D | .travis.yml | 13 - compiler: gcc 15 - compiler: gcc 17 - compiler: gcc-5 19 - compiler: gcc 21 - compiler: gcc-5 23 - compiler: clang 27 - compiler: gcc 29 - compiler: gcc 31 - compiler: gcc 33 - compiler: gcc [all …]
|
A D | README | 39 * C compiler and linker: 64 * ACPI ASL compiler (iasl) 84 * 16-bit x86 assembler, loader and compiler for qemu-traditional / rombios
|
A D | INSTALL | 291 is required to use XSM/Flask; if the SELinux policy compiler is 293 This option is enabled by default if XSM is enabled and the compiler 361 * To build xen and tools using a cross compiler:
|
/xen/xen/scripts/ |
A D | clang-version.sh | 9 compiler="$*" 11 if ! ( $compiler --version | grep -q clang) ; then 16 MAJOR=$(echo __clang_major__ | $compiler -E -x c - | tail -n 1) 17 MINOR=$(echo __clang_minor__ | $compiler -E -x c - | tail -n 1) 18 PATCHLEVEL=$(echo __clang_patchlevel__ | $compiler -E -x c - | tail -n 1)
|
A D | gcc-version.sh | 9 compiler="$*" 17 if ! ( $compiler --version | head -n 1 | grep -q gcc ); then 22 MAJOR=$(echo __GNUC__ | $compiler -E -x c - | tail -n 1) 23 MINOR=$(echo __GNUC_MINOR__ | $compiler -E -x c - | tail -n 1) 24 PATCHLEVEL=$(echo __GNUC_PATCHLEVEL__ | $compiler -E -x c - | tail -n 1)
|
A D | Kconfig.include | 27 # Return y if the compiler supports <flag>, n otherwise 39 $(error-if,$(failure,command -v $(CC)),compiler '$(CC)' not found)
|
A D | Kbuild.include | 117 # differed from actual command line. This happens when compiler
|
/xen/tools/libacpi/ |
A D | README | 15 compiler as -DLIBACPI_STDUTILS=\"<filename>\". See tools/firmware/hvmloader/Makefile 29 DSDT compiler "iasl" is needed. By default, it will be downloaded
|
/xen/docs/hypervisor-guide/ |
A D | code-coverage.rst | 20 Coverage support is dependent on the compiler and toolchain used. As Xen 21 isn't a userspace application, it can't use the compiler supplied library, and 25 or later, and Xen is compatible with these. However, the compiler internal 32 compiler in use.
|
/xen/m4/ |
A D | golang.m4 | 2 dnl Check for the go compiler
|
A D | xenstored.m4 | 3 …AC_MSG_ERROR([Missing ocaml dependencies for oxenstored, try installing ocaml ocaml-compiler-libs …
|
A D | ocaml.m4 | 220 AC_MSG_CHECKING([for OCaml compiler word size])
|
/xen/xen/include/xen/ |
A D | compile.h.in | 6 #define XEN_COMPILER "@@compiler@@"
|
A D | compiler.h | 5 #error Sorry, your compiler is too old/not recognized.
|
/xen/xen/include/public/ |
A D | version.h | 47 char compiler[64]; member
|
/xen/xen/common/ |
A D | kernel.c | 382 static HYPFS_STRING_INIT(compiler, "compiler"); 400 hypfs_string_set_reference(&compiler, xen_compiler()); in buildinfo_init() 404 hypfs_add_leaf(&compileinfo, &compiler, true); in buildinfo_init() 483 safe_strcpy(info.compiler, deny ? xen_deny() : xen_compiler()); in DO()
|
/xen/tools/tests/cpu-policy/ |
A D | Makefile | 14 $(warning Test harness not built, use newer compiler than "$(CC)" (version $(shell $(CC) -dumpversi…
|
/xen/xen/ |
A D | Kconfig.debug | 111 Enable undefined behaviour sanitizer. It uses compiler to insert code 113 This requires a UBSAN capable compiler and it is a debug only feature.
|
A D | Kconfig | 57 # For architectures that know their compiler __int128 support is sound
|
/xen/tools/fuzz/ |
A D | README.oss-fuzz | 21 inherit the correct compiler settings and be run in a pre-setup
|
/xen/docs/misc/ |
A D | hypfs-paths.pandoc | 154 #### /buildinfo/compileinfo/compiler = STRING 156 The compiler used to build Xen.
|
/xen/docs/hypervisor-guide/x86/ |
A D | how-xen-boots.rst | 32 Depending on whether the compiler supports ``__attribute__((__ms_abi__))`` or
|
/xen/tools/libxl/ |
A D | libxl.c | 602 info->compiler = libxl__strdup(NOGC, u.xen_cc.compiler); in libxl_get_version_info()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl.ml | 144 compiler : string; RecordField
|
A D | xenctrl.mli | 118 compiler : string; RecordField
|
Completed in 20 milliseconds
123