Searched refs:crt (Results 1 – 8 of 8) sorted by relevance
/build/soong/cc/ |
D | object_test.go | 28 crt: true, 65 crt := ctx.ModuleForTests("bin", variant).Rule("ld").Args["crtBegin"] 66 android.AssertStringDoesContain(t, "crt dep of sdk variant", crt, 71 crt = ctx.ModuleForTests("bin", variant).Rule("ld").Args["crtBegin"] 72 android.AssertStringDoesContain(t, "crt dep of platform variant", crt,
|
D | testing.go | 305 crt: true,
|
D | bp2build.go | 702 if props.crt() != nil { 704 la.linkCrt.SetSelectValue(axis, config, props.crt())
|
D | linker.go | 245 func (blp *BaseLinkerProperties) crt() *bool { func
|
D | cc.go | 2378 for _, crt := range deps.CrtBegin { 2380 RewriteSnapshotLib(crt, GetSnapshot(c, &snapshotInfo, actx).Objects)) 2382 for _, crt := range deps.CrtEnd { 2384 RewriteSnapshotLib(crt, GetSnapshot(c, &snapshotInfo, actx).Objects))
|
/build/soong/rust/ |
D | vendor_snapshot_test.go | 622 crt: true, 639 crt: true, 687 crt: true, 704 crt: true,
|
D | rust.go | 1455 for _, crt := range deps.CrtBegin { 1457 cc.RewriteSnapshotLib(crt, cc.GetSnapshot(mod, &snapshotInfo, actx).Objects)) 1459 for _, crt := range deps.CrtEnd { 1461 cc.RewriteSnapshotLib(crt, cc.GetSnapshot(mod, &snapshotInfo, actx).Objects))
|
/build/bazel/rules/cc/ |
D | cc_library_shared.bzl | 281 # no deps, and doesn't link against crt.
|