Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/ar/
H A Dar.c236 bsdar->options |= AR_SS; in main()
290 if (bsdar->options & AR_S && bsdar->options & AR_SS) in main()
317 if (bsdar->options & AR_SS) in main()
H A Dar.h43 #define AR_SS 0x0080 /* do not write archive symbol table */ macro
H A Dwrite.c683 if (!(bsdar->options & AR_SS) && obj->elf != NULL) in write_objs()
752 if ((bsdar->s_cnt != 0 && !(bsdar->options & AR_SS)) || in write_objs()
/freebsd/usr.bin/ar/
H A Dar.c222 bsdar->options |= AR_SS; in main()
272 if (bsdar->options & AR_S && bsdar->options & AR_SS) in main()
303 if (bsdar->options & AR_SS) in main()
H A Dar.h41 #define AR_SS 0x0080 /* do not write archive symbol table */ macro
H A Dwrite.c595 if (!(bsdar->options & AR_SS) && obj->maddr != NULL) in write_objs()
665 if ((bsdar->s_cnt != 0 && !(bsdar->options & AR_SS)) || in write_objs()