Lines Matching +full:image +full:- +full:specific

4 Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
22 /// The IntegrityCheck.Checksum.Header field is an 8-bit checksum of the file
29 /// field is set to one, the IntegrityCheck.Checksum.File field is an 8-bit
158 …/// The length of the file data is either (Size - sizeof(EFI_FFS_FILE_HEADER)). This calculation m…
159 /// zero-length file has a Size of 24 bytes, which is sizeof(EFI_FFS_FILE_HEADER).
161 …/// located at the next 8-byte aligned firmware volume offset following the last byte of the file …
178 …(((((EFI_FFS_FILE_HEADER *) (UINTN) FfsFileHeaderPtr)->Attributes) & FFS_ATTRIB_LARGE_FILE) == FFS…
182 /// FFS_FILE_SIZE() function-like macro below must not have side effects:
186 (((EFI_FFS_FILE_HEADER *) (UINTN) (FfsFileHeaderPtr))->Size[0] ) | \
187 (((EFI_FFS_FILE_HEADER *) (UINTN) (FfsFileHeaderPtr))->Size[1] << 8) | \
188 (((EFI_FFS_FILE_HEADER *) (UINTN) (FfsFileHeaderPtr))->Size[2] << 16)))
191 ((UINT32) (((EFI_FFS_FILE_HEADER2 *) (UINTN) FfsFileHeaderPtr)->ExtendedSize))
232 /// A 24-bit unsigned integer that contains the total size of the section in bytes,
244 /// A 24-bit unsigned integer that contains the total size of the section in bytes,
260 /// IA-32 16-bit executable image.
307 /// the process of creating or updating a firmware image without significant impact on the usefulne…
310 /// order to conserve space. The contents of this section are implementation specific, but might co…
337 /// This GUID is defined by the creator of the file. It is a vendor-defined file type.
348 /// This GUID is defined by the creator of the file. It is a vendor-defined file type.
359 /// The leaf section which is encapsulation defined by specific GUID.
367 …/// The GUID that defines the format of the data that follows. It is a vendor-defined section type.
375 /// The bit field that declares some specific characteristics of the section contents.
386 …/// The GUID that defines the format of the data that follows. It is a vendor-defined section type.
394 /// The bit field that declares some specific characteristics of the section contents.
400 /// The leaf section which contains PE32+ image.
412 /// A leaf section type that contains a position-independent-code (PIC) image.
413 /// A PIC image section is a leaf section that contains a position-independent-code (PIC) image.
415 /// PIC and are referred to as PIC images. A PIC image is the same as a PE32+ image except that all
416 /// relocation information has been stripped from the image and the image can be moved and will
417 /// execute correctly without performing any relocation or other fix-ups. EFI_PIC_SECTION2 must
424 /// The leaf section which constains the position-independent-code image.
490 /// and IS_SECTION2() function-like macros below must not have side effects:
494 (((EFI_COMMON_SECTION_HEADER *) (UINTN) (SectionHeaderPtr))->Size[0] ) | \
495 (((EFI_COMMON_SECTION_HEADER *) (UINTN) (SectionHeaderPtr))->Size[1] << 8) | \
496 (((EFI_COMMON_SECTION_HEADER *) (UINTN) (SectionHeaderPtr))->Size[2] << 16)))
502 (((EFI_COMMON_SECTION_HEADER2 *) (UINTN) SectionHeaderPtr)->ExtendedSize)