Searched refs:linkerInit (Results 1 – 8 of 8) sorted by relevance
283 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) { func323 func (test *testBinary) linkerInit(ctx BaseModuleContext) { func324 test.testDecorator.linkerInit(ctx, test.binaryDecorator.baseLinker)325 test.binaryDecorator.linkerInit(ctx)450 func (test *testLibrary) linkerInit(ctx BaseModuleContext) { func451 test.testDecorator.linkerInit(ctx, test.libraryDecorator.baseLinker)452 test.libraryDecorator.linkerInit(ctx)514 func (benchmark *benchmarkDecorator) linkerInit(ctx BaseModuleContext) { func520 benchmark.binaryDecorator.linkerInit(ctx)
92 func (*objectLinker) linkerInit(ctx BaseModuleContext) {} func
211 func (binary *binaryDecorator) linkerInit(ctx BaseModuleContext) { func212 binary.baseLinker.linkerInit(ctx)
102 func (fuzz *fuzzBinary) linkerInit(ctx BaseModuleContext) { func103 fuzz.binaryDecorator.linkerInit(ctx)
82 func (p *prebuiltLibraryLinker) linkerInit(ctx BaseModuleContext) {} func
205 func (linker *baseLinker) linkerInit(ctx BaseModuleContext) { func
749 func (library *libraryDecorator) linkerInit(ctx BaseModuleContext) { func755 library.baseLinker.linkerInit(ctx)
390 linkerInit(ctx BaseModuleContext) methodSpec1618 c.linker.linkerInit(ctx)