Searched refs:StripProperties (Results 1 – 9 of 9) sorted by relevance
23 type StripProperties struct { struct34 StripProperties StripProperties member39 …return (!ctx.Config().EmbeddedInMake() || ctx.Device()) && !Bool(stripper.StripProperties.Strip.No…47 if Bool(stripper.StripProperties.Strip.Keep_symbols) {49 } else if len(stripper.StripProperties.Strip.Keep_symbols_list) > 0 {50 flags.stripKeepSymbolsList = strings.Join(stripper.StripProperties.Strip.Keep_symbols_list, ",")51 } else if !Bool(stripper.StripProperties.Strip.All) {54 if Bool(stripper.StripProperties.Strip.Use_gnu_strip) {
50 return append(props, &library.Properties, &library.stripper.StripProperties)82 if library.stripper.StripProperties.Strip.Keep_symbols_list != nil {
130 library.StripProperties.Strip.None = BoolPtr(true)
155 library.StripProperties.Strip.None = BoolPtr(true)
173 library.StripProperties.Strip.None = BoolPtr(true)
366 library.StripProperties.Strip.None = BoolPtr(true)
105 &binary.stripper.StripProperties)
318 &library.stripper.StripProperties)
2005 &StripProperties{},