Searched refs:ELF_ALIGN_UP (Results 1 – 2 of 2) sorted by relevance
75 #define ELF_ALIGN_UP(a, b) (((a) + ((b) - 1)) & ~((b) - 1)) macro
327 …size = ELF_ALIGN_UP(addrMax, *boundary) - ELF_ALIGN_DOWN(addrMin, *boundary) + ELF_ALIGN_DOWN(offS… in OsReserveSpace()