Lines Matching refs:linker
211 if test, ok := m.linker.(testPerSrc); ok {
233 allTests.(*Module).linker.(testPerSrc).unsetSrc()
239 tests[i].(*Module).linker.(testPerSrc).setSrc(testNames[i], src)
252 linker *baseLinker member
306 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {
316 linker.dynamicProperties.RunPaths = append(linker.dynamicProperties.RunPaths, runpath)
320 linker.dynamicProperties.RunPaths = append(linker.dynamicProperties.RunPaths, "")
483 linker: binary.baseLinker,
490 module.linker = test
532 linker: library.baseLinker,
537 module.linker = test
624 module.linker = benchmark