Searched refs:PE_ALIGMENT_SIZE (Results 1 – 1 of 1) sorted by relevance
56 #define PE_ALIGMENT_SIZE 8 macro531 if (pc_len % PE_ALIGMENT_SIZE > 0) in update()532 pc_aligment = PE_ALIGMENT_SIZE - (pc_len % PE_ALIGMENT_SIZE); in update()