Home
last modified time | relevance | path

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

/dragonfly/contrib/elftoolchain/libelf/
HDlibelf_ar_util.c298 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()
HD_libelf.h68 #define LIBELF_ADJUST_AR_SIZE(S) (((S) + 1U) & ~1U) macro