Home
last modified time | relevance | path

Searched refs:Ldflags (Results 1 – 5 of 5) sorted by relevance

/build/soong/android/soongconfig/
Dmodules_test.go226 Ldflags string
234 Ldflags string
265 Ldflags string
269 Ldflags string
/build/soong/cc/config/
Darm64_fuchsia_device.go53 func (t *toolchainFuchsiaArm64) Ldflags() string { func
Dx86_64_fuchsia_device.go57 func (t *toolchainFuchsiaX8664) Ldflags() string { func
/build/soong/cc/
Dlinker.go46 Ldflags []string `android:"arch_variant"` member
219 linker.Properties.Ldflags = append(linker.Properties.Ldflags, flags...)
482 CheckBadLinkerFlags(ctx, "ldflags", linker.Properties.Ldflags)
484 …lags = append(flags.Local.LdFlags, proptools.NinjaAndShellEscapeList(linker.Properties.Ldflags)...)
Dbp2build.go302 flags := linkerProperties.Ldflags