Searched refs:ELF_F_ARCHIVE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_flag.c119 (flags & ~(ELF_F_ARCHIVE | ELF_F_ARCHIVE_SYSV |
125 if ((flags & ELF_F_ARCHIVE_SYSV) && (flags & ELF_F_ARCHIVE) == 0) {
130 if ((flags & ELF_F_ARCHIVE) && e->e_cmd != ELF_C_WRITE) {
H A Dlibelf.h179 #define ELF_F_ARCHIVE 0x100U /* archive creation */ macro

Completed in 572 milliseconds