Searched defs:StripFlags (Results 1 – 1 of 1) sorted by relevance
419 type StripFlags struct { struct420 Toolchain config.Toolchain421 StripKeepSymbols bool422 StripKeepSymbolsList string423 StripKeepSymbolsAndDebugFrame bool424 StripKeepMiniDebugInfo bool425 StripAddGnuDebuglink bool426 StripUseGnuStrip bool1069 outputFile android.WritablePath, flags StripFlags) {