Searched defs:StripFlags (Results 1 – 1 of 1) sorted by relevance
399 type StripFlags struct { struct400 Toolchain config.Toolchain401 StripKeepSymbols bool402 StripKeepSymbolsList string403 StripKeepSymbolsAndDebugFrame bool404 StripKeepMiniDebugInfo bool405 StripAddGnuDebuglink bool406 StripUseGnuStrip bool1013 outputFile android.WritablePath, flags StripFlags) {