Home
last modified time | relevance | path

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

/freebsd-14-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-14-stable/usr.bin/ar/
HDar.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()
HDar.h41 #define AR_SS 0x0080 /* do not write archive symbol table */ macro
HDwrite.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()