Home
last modified time | relevance | path

Searched refs:version (Results 1 – 13 of 13) sorted by relevance

/DragonStub/inc/dragonstub/
H A Dcompiler_types.h273 #define __diag_GCC(version, severity, string) argument
279 #define __diag_ignore(compiler, version, option, comment) \ argument
280 __diag_##compiler(version, ignore, option)
281 #define __diag_warn(compiler, version, option, comment) \ argument
282 __diag_##compiler(version, warn, option)
283 #define __diag_error(compiler, version, option, comment) \ argument
284 __diag_##compiler(version, error, option)
H A Dlinux-efi.h482 u32 version; member
491 u16 version; member
/DragonStub/docs/
H A DREADME.git5 1) Edit the file "Makefile". Changing the "VERSION" line to the new version.
6 2) Do a "git commit" just for the version number change.
H A DREADME.elilo6 As of version 3.0, the gnu-efi package is now split in two different packages:
H A DREADME.gnuefi36 - A version of "objcopy" that supports EFI applications. To
37 check if your version includes EFI support, issue the
47 - For debugging purposes, it's useful to have a version of
53 - A version of gcc newer than July 30th 1999 (older versions
57 - A version of "objcopy" that supports EFI applications. To
58 check if your version includes EFI support, issue the
66 - For debugging purposes, it's useful to have a version of
321 version can be found in gnuefi/reloc_ia32.c, the x86_64 version
322 can be found in gnuefi/reloc_x86_64.c and the IA-64 version can be
/DragonStub/apps/lib/libfdt/
H A Dfdt.c70 size_t fdt_header_size_(uint32_t version) in fdt_header_size_() argument
72 if (version <= 1) in fdt_header_size_()
74 else if (version <= 2) in fdt_header_size_()
76 else if (version <= 3) in fdt_header_size_()
78 else if (version <= 16) in fdt_header_size_()
H A Dfdt.h18 fdt32_t version; /* format version */ member
H A Dlibfdt.h254 #define fdt_version(fdt) (fdt_get_header(fdt, version))
271 fdt_set_hdr_(version);
292 size_t fdt_header_size_(uint32_t version);
/DragonStub/
H A DLICENSE239 be similar in spirit to the present version, but may differ in detail to
242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
244 later version", you have the option of following the terms and conditions
245 either of that version or of any later version published by the Free
246 Software Foundation. If the Program does not specify a version number of
247 this License, you may choose any version ever published by the Free Software
298 the Free Software Foundation; either version 2 of the License, or
299 (at your option) any later version.
315 Gnomovision version 69, Copyright (C) year name of author
H A DChangeLog35 Bump version to 3.0.2
94 version number changed from VERSION = 3.0u to VERSION = 3.0.1
131 simply edit the makefile's "VERSION" line to the new version, commit
370 Subject: [PATCH 1/4] Restrict GNU_EFI_USE_MS_ABI GCC version test to x86_64
372 The version test only applies to x86_64 builds, so no need to do it
998 - If the compiler version is new enough, and GNU_EFI_USE_MS_ABI
1155 new types data sections produced by recent version of gcc-3.x
1265 * bumped version to 1.0
1285 * released version 0.9
1301 * lilo/lilo.c (LILO_VERSION): Up version number to 0.9.
[all …]
H A DMake.defaults94 USING_CLANG := $(shell $(CC) -v 2>&1 | grep -q 'clang version' && echo clang)
/DragonStub/apps/
H A Delf.c36 u8 version = *(u8 *)(buf + EI_VERSION); in verify_ident() local
37 if (version != EV_CURRENT) { in verify_ident()
39 EV_CURRENT, version); in verify_ident()
/DragonStub/inc/
H A Delf.h2053 Elf32_Half version; member