Searched refs:ALIGN_UP (Results 1 – 2 of 2) sorted by relevance
11 ALIGN_UP (sizeof (ElfW(Nhdr)) + (namesz), (align))16 ALIGN_UP (ELF_NOTE_DESC_OFFSET ((namesz), (align)) + (descsz), (align))
53 #define ALIGN_UP(base, size) ALIGN_DOWN ((base) + (size) - 1, (size)) macro61 ((__typeof__ (base)) ALIGN_UP ((uintptr_t) (base), (size)))
Completed in 5 milliseconds