Searched refs:StripProperties (Results 1 – 10 of 10) 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 Bool(stripper.StripProperties.Strip.Keep_symbols_and_debug_frame) {51 } else if len(stripper.StripProperties.Strip.Keep_symbols_list) > 0 {52 flags.stripKeepSymbolsList = strings.Join(stripper.StripProperties.Strip.Keep_symbols_list, ",")53 } else if !Bool(stripper.StripProperties.Strip.All) {
53 return append(props, &library.Properties, &library.stripper.StripProperties)89 if library.stripper.StripProperties.Strip.Keep_symbols_list != nil {
147 library.StripProperties.Strip.None = BoolPtr(true)
216 library.StripProperties.Strip.None = BoolPtr(true)
182 library.StripProperties.Strip.None = BoolPtr(true)
382 library.StripProperties.Strip.None = BoolPtr(true)
112 &binary.stripper.StripProperties)
222 library.StripProperties.Strip.None = BoolPtr(true)
483 &library.stripper.StripProperties)
2992 &StripProperties{},