Home
last modified time | relevance | path

Searched refs:SHDR_ALIGN (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libelf/
Delf32_updatenull.c434 #define SHDR_ALIGN sizeof (ElfW2(LIBELFBITS,Off)) in __elfw2() macro
435 size = (size + SHDR_ALIGN - 1) & ~(SHDR_ALIGN - 1); in __elfw2()