Searched refs:LIBELF_ADJUST_AR_SIZE (Results 1 – 2 of 2) sorted by relevance
298 sz = LIBELF_ADJUST_AR_SIZE(sz); in _libelf_ar_open()307 sz = LIBELF_ADJUST_AR_SIZE(sz); in _libelf_ar_open()327 sz = LIBELF_ADJUST_AR_SIZE(sz); in _libelf_ar_open()340 sz = LIBELF_ADJUST_AR_SIZE(sz); in _libelf_ar_open()
69 #define LIBELF_ADJUST_AR_SIZE(S) (((S) + 1U) & ~1U) macro