Searched refs:AR_SS (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.bin/ar/
H A Dar.h43 #define AR_SS 0x0080 /* do not write archive symbol table */ macro
H A Dar.c222 bsdar->options |= AR_SS;
270 if (bsdar->options & AR_S && bsdar->options & AR_SS)
304 if (bsdar->options & AR_SS)
H A Dwrite.c630 if (!(bsdar->options & AR_SS) && obj->maddr != NULL)
700 if ((bsdar->s_cnt != 0 && !(bsdar->options & AR_SS)) ||
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dar.h43 #define AR_SS 0x0080 /* do not write archive symbol table */ macro
H A Dar.c236 bsdar->options |= AR_SS;
290 if (bsdar->options & AR_S && bsdar->options & AR_SS)
317 if (bsdar->options & AR_SS)
H A Dwrite.c683 if (!(bsdar->options & AR_SS) && obj->elf != NULL)
752 if ((bsdar->s_cnt != 0 && !(bsdar->options & AR_SS)) ||

Completed in 186 milliseconds