Lines Matching +full:version +full:- +full:major
1 /* SPDX-License-Identifier: GPL-2.0-only */
14 * Starting from version v3.0, the major version field should be interpreted as
16 * - 0x1: initrd loading from the LINUX_EFI_INITRD_MEDIA_GUID device path,
17 * - 0x2: initrd loading using the initrd= command line option, where the file
29 * The minor version field must remain 0x0.
30 * (https://lore.kernel.org/all/efd6f2d4-547c-1378-1faa-[email protected]/)
36 * LINUX_PE_MAGIC appears at offset 0x38 into the MS-DOS header of EFI bootable
129 #define IMAGE_SCN_TYPE_NO_PAD 0x00000008 /* don't pad - obsolete */
137 #define IMAGE_SCN_LNK_REMOVE 0x00000800 /* .o only - scn to be rm'd*/
138 #define IMAGE_SCN_LNK_COMDAT 0x00001000 /* .o only - COMDAT data */
147 /* and here they just stuck a 1-byte integer in the middle of a bitfield */
215 /* the fact that pe32 isn't padded where pe32+ is 64-bit means union won't
220 uint8_t ld_major; /* linker major version */
221 uint8_t ld_minor; /* linker minor version */
232 uint16_t os_major; /* major OS version */
233 uint16_t os_minor; /* minor OS version */
234 uint16_t image_major; /* major image version */
235 uint16_t image_minor; /* minor image version */
236 uint16_t subsys_major; /* major subsystem version */
237 uint16_t subsys_minor; /* minor subsystem version */
255 uint8_t ld_major; /* linker major version */
256 uint8_t ld_minor; /* linker minor version */
266 uint16_t os_major; /* major OS version */
267 uint16_t os_minor; /* minor OS version */
268 uint16_t image_major; /* major image version */
269 uint16_t image_minor; /* minor image version */
270 uint16_t subsys_major; /* major subsystem version */
271 uint16_t subsys_minor; /* minor subsystem version */
306 struct data_dirent delay_imports; /* delay-load import table */