Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/util/
Delf2efi.c36 #define EFI_FILE_ALIGN 0x20 macro
90 .SectionAlignment = EFI_FILE_ALIGN,
91 .FileAlignment = EFI_FILE_ALIGN,
130 return ( ( offset + EFI_FILE_ALIGN - 1 ) & ~( EFI_FILE_ALIGN - 1 ) ); in efi_file_align()