Lines Matching refs:linker
207 if test, ok := m.linker.(testPerSrc); ok {
229 allTests.(*Module).linker.(testPerSrc).unsetSrc()
235 tests[i].(*Module).linker.(testPerSrc).setSrc(testNames[i], src)
246 linker *baseLinker member
300 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {
310 linker.dynamicProperties.RunPaths = append(linker.dynamicProperties.RunPaths, runpath)
314 linker.dynamicProperties.RunPaths = append(linker.dynamicProperties.RunPaths, "")
469 linker: binary.baseLinker,
475 module.linker = test
511 linker: library.baseLinker,
515 module.linker = test
597 module.linker = benchmark