Home
last modified time | relevance | path

Searched refs:dynamicProperties (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dlinker.go193 dynamicProperties struct { member
207 linker.dynamicProperties.RunPaths = append(linker.dynamicProperties.RunPaths, "../lib64", "lib64")
209 linker.dynamicProperties.RunPaths = append(linker.dynamicProperties.RunPaths, "../lib", "lib")
214 return []interface{}{&linker.Properties, &linker.dynamicProperties}
440 for _, rpath := range linker.dynamicProperties.RunPaths {
461 if !linker.dynamicProperties.BuildStubs {
Dtest.go293 linker.dynamicProperties.RunPaths = append(linker.dynamicProperties.RunPaths, runpath)
297 linker.dynamicProperties.RunPaths = append(linker.dynamicProperties.RunPaths, "")
519 …benchmark.baseLinker.dynamicProperties.RunPaths = append(benchmark.baseLinker.dynamicProperties.Ru…
Dlibrary.go758 library.baseLinker.dynamicProperties.BuildStubs = library.buildStubs()