Searched refs:Address (Results 1 – 4 of 4) sorted by relevance
28 Address *bool `android:"arch_variant"`87 if ctx.Os() == android.Android && Bool(s.Address) {117 if Bool(sanitize.Properties.Sanitize.Address) {179 sanitize.Properties.Sanitize.Address = boolPtr(b)240 return sanitize.Properties.Sanitize.Address
173 Address *bool `android:"arch_variant"` member301 …if found, globalSanitizers = removeFromList("address", globalSanitizers); found && s.Address == ni…302 s.Address = boolPtr(true)341 if s.Address == nil && s.Hwaddress == nil {423 if Bool(s.Address) || Bool(s.Hwaddress) {458 s.Address = nil474 …if ctx.Os() != android.Windows && (Bool(s.All_undefined) || Bool(s.Undefined) || Bool(s.Address) |…481 if Bool(s.Address) || Bool(s.Thread) || Bool(s.Hwaddress) || ctx.Config().DisableScudo() {486 s.Address = nil562 if Bool(sanitize.Properties.Sanitize.Address) {[all …]
519 Address struct { member531 if Bool(sanitize.Properties.Sanitize.Address) && sanitized.Address.Srcs != nil {532 return sanitized.Address.Srcs
117 Address *bool