Searched refs:SHDR_ALIGN (Results 1 - 1 of 1) sorted by relevance
/third_party/elfutils/libelf/ | ||
H A D | elf32_updatenull.c | 446 #define SHDR_ALIGN sizeof (ElfW2(LIBELFBITS,Off)) in __elfw2() macro 447 size = (size + SHDR_ALIGN - 1) & ~(SHDR_ALIGN - 1); in __elfw2() |
Completed in 1 milliseconds