Searched refs:linkerInit (Results 1 – 7 of 7) sorted by relevance
300 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) { func341 func (test *testBinary) linkerInit(ctx BaseModuleContext) { func342 test.testDecorator.linkerInit(ctx, test.binaryDecorator.baseLinker)343 test.binaryDecorator.linkerInit(ctx)489 func (test *testLibrary) linkerInit(ctx BaseModuleContext) { func490 test.testDecorator.linkerInit(ctx, test.libraryDecorator.baseLinker)491 test.libraryDecorator.linkerInit(ctx)553 func (benchmark *benchmarkDecorator) linkerInit(ctx BaseModuleContext) { func559 benchmark.binaryDecorator.linkerInit(ctx)
113 func (fuzz *fuzzBinary) linkerInit(ctx BaseModuleContext) { func114 fuzz.binaryDecorator.linkerInit(ctx)
220 func (binary *binaryDecorator) linkerInit(ctx BaseModuleContext) { func221 binary.baseLinker.linkerInit(ctx)
210 func (*objectLinker) linkerInit(ctx BaseModuleContext) {} func
85 func (p *prebuiltLibraryLinker) linkerInit(ctx BaseModuleContext) {} func
238 func (linker *baseLinker) linkerInit(ctx BaseModuleContext) { func
982 func (library *libraryDecorator) linkerInit(ctx BaseModuleContext) { func988 library.baseLinker.linkerInit(ctx)