Home
last modified time | relevance | path

Searched refs:crt (Results 1 – 8 of 8) sorted by relevance

/build/soong/cc/
Dobject_test.go28 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,
Dtesting.go305 crt: true,
Dbp2build.go702 if props.crt() != nil {
704 la.linkCrt.SetSelectValue(axis, config, props.crt())
Dlinker.go245 func (blp *BaseLinkerProperties) crt() *bool { func
Dcc.go2378 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/
Dvendor_snapshot_test.go622 crt: true,
639 crt: true,
687 crt: true,
704 crt: true,
Drust.go1455 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/
Dcc_library_shared.bzl281 # no deps, and doesn't link against crt.