Searched refs:linkType (Results 1 – 3 of 3) sorted by relevance
1336 linkType string member1340 linkType := ""1342 linkType = getLinkType(variant)1348 linkType: linkType,1418 coord.osType, coord.archId.String(), coord.image, coord.linkType,1726 linkType := ""1731 linkType = "shared"1733 linkType = "static"1738 return linkType1836 linkType := getLinkType(linkVariant)[all …]
171 for _, linkType := range mt.SupportedLinkageNames {173 blueprint.Variation{Mutator: "link", Variation: linkType})176 if ctx.Device() && linkType == "shared" {
2190 if stub, linkType := moduleStubLinkType(name); stub {2191 return linkType, true