Searched refs:EFI_FVB2_WEAK_ALIGNMENT (Results 1 – 6 of 6) sorted by relevance
89 #define EFI_FVB2_WEAK_ALIGNMENT 0x80000000 macro
55 #define EFI_FVB2_WEAK_ALIGNMENT 0x80000000 macro
483 if ((FwVolHeader->Attributes & EFI_FVB2_WEAK_ALIGNMENT) != EFI_FVB2_WEAK_ALIGNMENT) { in ProduceFVBProtocolOnBuffer()
1045 if ((FvHeader->Attributes & EFI_FVB2_WEAK_ALIGNMENT) != EFI_FVB2_WEAK_ALIGNMENT) { in CoreProcessFvImageFile()
1354 …if ((ReadUnaligned32 (&FvHeader->Attributes) & EFI_FVB2_WEAK_ALIGNMENT) != EFI_FVB2_WEAK_ALIGNMENT… in ProcessFvFile()
291 FvInfo->FvAttributes |= EFI_FVB2_WEAK_ALIGNMENT; in ParseFvInf()2615 if (((FvHeader->Attributes & EFI_FVB2_WEAK_ALIGNMENT) != EFI_FVB2_WEAK_ALIGNMENT) && in GenerateFvImage()