Searched refs:StripProperties (Results 1 – 5 of 5) sorted by relevance
24 type StripProperties struct { struct49 StripProperties StripProperties 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, ",")[all …]
52 return append(props, &library.Properties, &library.stripper.StripProperties)97 if library.stripper.StripProperties.Strip.Keep_symbols_list != nil {
122 &binary.stripper.StripProperties)
694 &library.stripper.StripProperties)1354 library.stripper.StripProperties.Strip.None = BoolPtr(true)
400 &library.stripper.StripProperties)