Searched refs:SHDR_ALIGN (Results 1 – 1 of 1) sorted by relevance
434 #define SHDR_ALIGN sizeof (ElfW2(LIBELFBITS,Off)) in __elfw2() macro435 size = (size + SHDR_ALIGN - 1) & ~(SHDR_ALIGN - 1); in __elfw2()