Searched refs:compiler (Results 1 – 25 of 43) sorted by relevance
12
/xen-4.10.0-shim-comet/ |
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) 83 * 16-bit x86 assembler, loader and compiler for qemu-traditional / rombios
|
A D | INSTALL | 272 is required to use XSM/Flask; if the SELinux policy compiler is 274 This option is enabled by default if XSM is enabled and the compiler 342 * To build xen and tools using a cross compiler:
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/public/ |
A D | version.h | 47 char compiler[64]; member
|
/xen-4.10.0-shim-comet/xen/ |
A D | Kconfig | 42 # For architectures that know their compiler __int128 support is sound
|
A D | Kconfig.debug | 134 Enable undefined behaviour sanitizer. It uses compiler to insert code 136 This requires a UBSAN capable compiler and it is a debug only feature.
|
/xen-4.10.0-shim-comet/m4/ |
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])
|
A D | pkg.m4 | 107 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
|
/xen-4.10.0-shim-comet/tools/fuzz/ |
A D | README.oss-fuzz | 21 inherit the correct compiler settings and be run in a pre-setup
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | coverage.markdown | 7 information. Every basic block in the code will be instrumented by the compiler
|
A D | livepatch.markdown | 792 `nop` operations. The alternative assembler macros cause the compiler to 874 also able to patch the strings as needed. This sounds simple - but the compiler 967 the stack, make sure the payload is built with same compiler as hypervisor). 1128 Depending on compiler settings, there are several functions in Xen that
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl.c | 596 info->compiler = libxl__strdup(NOGC, u.xen_cc.compiler); in libxl_get_version_info()
|
A D | CODING_STYLE | 252 notation) is brain damaged - the compiler knows the types anyway and can
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | kernel.c | 332 safe_strcpy(info.compiler, deny ? xen_deny() : xen_compiler()); in DO()
|
A D | Kconfig | 138 This requires that the SELinux policy compiler (checkpolicy) be
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl.mli | 87 compiler : string; RecordField
|
A D | xenctrl.ml | 115 compiler : string; RecordField
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | CODING_STYLE | 136 notation) is brain damaged - the compiler knows the types anyway and can
|
A D | xl_info.c | 167 maybe_printf("cc_compiler : %s\n", info->compiler); in output_xeninfo()
|
/xen-4.10.0-shim-comet/tools/ |
A D | configure | 1551 CC C compiler command 1552 CFLAGS C compiler flags 1583 glib_CFLAGS C compiler flags for glib, overriding pkg-config 1586 C compiler flags for pixman, overriding pkg-config 1589 C compiler flags for LIBNL3, overriding pkg-config 1592 C compiler flags for SYSTEMD, overriding pkg-config 1754 # left behind by Apple's compiler. We do this before executing the actions.
|
/xen-4.10.0-shim-comet/tools/golang/xenlight/ |
A D | xenlight.go | 225 info.Compiler = C.GoString(cinfo.compiler)
|
Completed in 47 milliseconds
12