Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uefisign/
H A Dpe.c523 size_t pc_aligment; in update() local
532 pc_aligment = PE_ALIGMENT_SIZE - (pc_len % PE_ALIGMENT_SIZE); in update()
534 pc_aligment = 0; in update()
552 pc_off = append(x, pc, pc_len, pc_aligment); in update()
561 pde.pde_size = pc_len + pc_aligment; in update()