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

/freebsd-12-stable/usr.bin/ar/
H A Dar.c152 bsdar->options |= AR_S;
227 bsdar->options |= AR_S;
272 if (bsdar->options & AR_S && bsdar->options & AR_SS)
289 (bsdar->mode == '\0' && bsdar->options & AR_S))))
323 bsdar->options & AR_S) {
H A Dar.h42 #define AR_S 0x0040 /* write archive symbol table */ macro
H A Dwrite.c701 bsdar->options & AR_S) {
/freebsd-12-stable/contrib/elftoolchain/ar/
H A Dar.c154 bsdar->options |= AR_S;
239 bsdar->options |= AR_S;
290 if (bsdar->options & AR_S && bsdar->options & AR_SS)
334 bsdar->options & AR_S) {
H A Dar.h42 #define AR_S 0x0040 /* write archive symbol table */ macro
H A Dwrite.c753 bsdar->options & AR_S) {

Completed in 179 milliseconds