Searched refs:EFI_FILE_ALIGN (Results 1 – 1 of 1) sorted by relevance
36 #define EFI_FILE_ALIGN 0x20 macro90 .SectionAlignment = EFI_FILE_ALIGN,91 .FileAlignment = EFI_FILE_ALIGN,130 return ( ( offset + EFI_FILE_ALIGN - 1 ) & ~( EFI_FILE_ALIGN - 1 ) ); in efi_file_align()