Searched defs:StripFlags (Results 1 – 1 of 1) sorted by relevance
432 type StripFlags struct { struct433 Toolchain config.Toolchain434 StripKeepSymbols bool435 StripKeepSymbolsList string436 StripKeepSymbolsAndDebugFrame bool437 StripKeepMiniDebugInfo bool438 StripAddGnuDebuglink bool439 StripUseGnuStrip bool1109 outputFile android.WritablePath, flags StripFlags) {