Searched defs:StripFlags (Results 1 – 1 of 1) sorted by relevance
400 type StripFlags struct { struct401 Toolchain config.Toolchain402 StripKeepSymbols bool403 StripKeepSymbolsList string404 StripKeepSymbolsAndDebugFrame bool405 StripKeepMiniDebugInfo bool406 StripAddGnuDebuglink bool407 StripUseGnuStrip bool995 outputFile android.WritablePath, flags StripFlags) {