Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/elftoolchain/libelf/
HDelf_getarsym.c47 symtab = (ar->e_flags & LIBELF_F_AR_VARIANT_SVR4) ? in elf_getarsym()
HD_libelf.h77 #define LIBELF_F_AR_VARIANT_SVR4 0x020000U /* BSD style ar(1) archive */ macro
HDlibelf_ar_util.c282 e->e_flags |= LIBELF_F_AR_VARIANT_SVR4; in _libelf_ar_open()