Searched refs:ELF_ALIGN (Results 1 – 2 of 2) sorted by relevance
55 #define ELF_ALIGN(a) ((((a) + align - 1) / align) * align) macro397 doff = ELF_ALIGN(offset + namesz); in donote()406 offset = ELF_ALIGN(doff + descsz); in donote()
2597 #define ELF_ALIGN(a) ((((a) + align - 1) / align) * align)
Completed in 16 milliseconds