Lines Matching refs:linker
110 if test, ok := m.linker.(testPerSrc); ok {
118 tests[i].(*Module).linker.(testPerSrc).setSrc(testNames[i], src)
127 linker *baseLinker
179 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {
184 linker.dynamicProperties.RunPaths = append(linker.dynamicProperties.RunPaths, runpath)
250 linker: binary.baseLinker,
256 module.linker = test
292 linker: library.baseLinker,
296 module.linker = test
363 module.linker = benchmark