Searched refs:libraryInterface (Results 1 – 5 of 5) sorted by relevance
103 if static, ok := cc.linker.(libraryInterface); !ok || !static.static() {
474 type libraryInterface interface { interface1104 case libraryInterface:1110 static.linker.(libraryInterface).setStatic()1111 shared.linker.(libraryInterface).setShared()1117 modules[0].(*Module).linker.(libraryInterface).setStatic()1120 modules[0].(*Module).linker.(libraryInterface).setShared()
110 …if _, ok := to.linker.(libraryInterface); ok && to.VendorProperties.Vendor_available != nil && !Bo…
57 libraryInterface
1611 if l, ok := ccDep.compiler.(libraryInterface); ok {1622 if _, ok := ccDep.compiler.(libraryInterface); ok {1707 depFile = ccDep.linker.(libraryInterface).toc()1712 depFile = ccDep.linker.(libraryInterface).toc()1717 depFile = ccDep.linker.(libraryInterface).toc()1725 staticLib, ok := ccDep.linker.(libraryInterface)1753 staticLib, ok := ccDep.linker.(libraryInterface)