Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uefisign/
H A Dpe.c56 #define PE_ALIGMENT_SIZE 8 macro
531 if (pc_len % PE_ALIGMENT_SIZE > 0) in update()
532 pc_aligment = PE_ALIGMENT_SIZE - (pc_len % PE_ALIGMENT_SIZE); in update()