Lines Matching refs:getZFlag
497 static bool getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, in getZFlag() function
593 getZFlag(args, "rel", "rela", false); in checkZOptions()
1472 config->zCombreloc = getZFlag(args, "combreloc", "nocombreloc", true); in readConfigs()
1473 config->zCopyreloc = getZFlag(args, "copyreloc", "nocopyreloc", true); in readConfigs()
1483 config->zKeepTextSectionPrefix = getZFlag( in readConfigs()
1486 getZFlag(args, "lrodata-after-bss", "nolrodata-after-bss", false); in readConfigs()
1490 config->zNow = getZFlag(args, "now", "lazy", false); in readConfigs()
1493 config->zRelro = getZFlag(args, "relro", "norelro", true); in readConfigs()
1500 getZFlag(args, "start-stop-gc", "nostart-stop-gc", true); in readConfigs()
1502 config->zText = getZFlag(args, "text", "notext", true); in readConfigs()
1726 if (getZFlag(args, "pack-relative-relocs", "nopack-relative-relocs", false)) { in readConfigs()