Searched defs:baseLinker (Results 1 – 1 of 1) sorted by relevance
1080 type baseLinker struct { struct1081 Properties BaseLinkerProperties1082 dynamicProperties struct {1089 func (linker *baseLinker) begin(ctx BaseModuleContext) {}1091 func (linker *baseLinker) props() []interface{} {1095 func (linker *baseLinker) deps(ctx BaseModuleContext, deps Deps) Deps {1132 func (linker *baseLinker) flags(ctx ModuleContext, flags Flags) Flags {1160 func (linker *baseLinker) static() bool {1164 func (linker *baseLinker) staticBinary() bool {1168 func (linker *baseLinker) setStatic(static bool) {[all …]