Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/elftoolchain/ar/
HDar.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()
HDar.h43 #define AR_SS 0x0080 /* do not write archive symbol table */ macro
HDwrite.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-11-stable/usr.bin/ar/
HDar.c222 bsdar->options |= AR_SS; in main()
270 if (bsdar->options & AR_S && bsdar->options & AR_SS) in main()
304 if (bsdar->options & AR_SS) in main()
HDar.h43 #define AR_SS 0x0080 /* do not write archive symbol table */ macro
HDwrite.c630 if (!(bsdar->options & AR_SS) && obj->maddr != NULL) in write_objs()
700 if ((bsdar->s_cnt != 0 && !(bsdar->options & AR_SS)) || in write_objs()