Searched refs:Strip (Results 1 – 4 of 4) sorted by relevance
25 Strip struct { member54 forceDisable := Bool(stripper.StripProperties.Strip.None)56 forceEnable := Bool(stripper.StripProperties.Strip.All) ||57 Bool(stripper.StripProperties.Strip.Keep_symbols) ||58 Bool(stripper.StripProperties.Strip.Keep_symbols_and_debug_frame)67 if Bool(stripper.StripProperties.Strip.Keep_symbols) {69 } else if Bool(stripper.StripProperties.Strip.Keep_symbols_and_debug_frame) {71 } else if len(stripper.StripProperties.Strip.Keep_symbols_list) > 0 {72 flags.StripKeepSymbolsList = strings.Join(stripper.StripProperties.Strip.Keep_symbols_list, ",")73 } else if !Bool(stripper.StripProperties.Strip.All) {
97 if library.stripper.StripProperties.Strip.Keep_symbols_list != nil {
1354 library.stripper.StripProperties.Strip.None = BoolPtr(true)
99 Strip struct {