Searched refs:stripDebug (Results 1 – 3 of 3) sorted by relevance
53 bool stripDebug; member
127 bool stripDebug = config->stripDebug || config->stripAll; in calculateCustomSections() local146 if (stripDebug && name.startswith(".debug_")) in calculateCustomSections()
388 config->stripDebug = args.hasArg(OPT_strip_debug); in readConfigs()483 if (!config->stripDebug && !config->stripAll && config->compressRelocations) in checkOptions()