Searched refs:stripDebug (Results 1 – 3 of 3) sorted by relevance
59 bool stripDebug; member
128 bool stripDebug = config->stripDebug || config->stripAll; in calculateCustomSections() local147 if (stripDebug && name.startswith(".debug_")) in calculateCustomSections()
451 config->stripDebug = args.hasArg(OPT_strip_debug); in readConfigs()566 if (!config->stripDebug && !config->stripAll && config->compressRelocations) in checkOptions()