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

/freebsd-11.0-release/usr.bin/ar/
H A Dar.h41 #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.c616 if (!(bsdar->options & AR_SS) && obj->maddr != NULL)
669 if ((bsdar->s_cnt != 0 && !(bsdar->options & AR_SS)) ||
/freebsd-11.0-release/contrib/elftoolchain/ar/
H A Dar.h43 #define AR_SS 0x0080 /* do not write archive symbol table */ macro
H A Dar.c235 bsdar->options |= AR_SS;
289 if (bsdar->options & AR_S && bsdar->options & AR_SS)
316 if (bsdar->options & AR_SS)
H A Dwrite.c672 if (!(bsdar->options & AR_SS) && obj->elf != NULL)
741 if ((bsdar->s_cnt != 0 && !(bsdar->options & AR_SS)) ||

Completed in 130 milliseconds