Home
last modified time | relevance | path

Searched refs:OPT_z (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.h60 #define OPT_z 0x00080000 macro
H A Dauditreduce.c507 SETOPT((*optchkd), OPT_z); in select_zone()
508 if (ISOPTSET(opttochk, OPT_z) && p_zone != NULL) { in select_zone()
812 SETOPT(opttochk, OPT_z); in main()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp489 for (auto *arg : args.filtered(OPT_z)) in hasZOption()
499 for (auto *arg : args.filtered(OPT_z)) { in getZFlag()
514 for (auto *arg : args.filtered(OPT_z)) { in getZSeparate()
531 for (auto *arg : args.filtered(OPT_z)) { in getZGnuStack()
548 for (auto *arg : args.filtered(OPT_z)) { in getZStartStopVisibility()
570 for (auto *arg : args.filtered(OPT_z)) { in getZGcs()
591 args::getZOptionValue(args, OPT_z, "max-page-size", 0); in checkZOptions()
592 args::getZOptionValue(args, OPT_z, "common-page-size", 0); in checkZOptions()
594 for (auto *arg : args.filtered(OPT_z)) in checkZOptions()
732 case OPT_z: in setUnresolvedSymbolPolicy()
[all …]