HomeSort by relevance Sort by last modified time
    Searched full:linkerinit (Results 1 - 6 of 6) sorted by null

  /build/soong/cc/
test.go 179 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {
209 func (test *testBinary) linkerInit(ctx BaseModuleContext) {
210 test.testDecorator.linkerInit(ctx, test.binaryDecorator.baseLinker)
211 test.binaryDecorator.linkerInit(ctx)
270 func (test *testLibrary) linkerInit(ctx BaseModuleContext) {
271 test.testDecorator.linkerInit(ctx, test.libraryDecorator.baseLinker)
272 test.libraryDecorator.linkerInit(ctx)
316 func (benchmark *benchmarkDecorator) linkerInit(ctx BaseModuleContext) {
322 benchmark.binaryDecorator.linkerInit(ctx)
object.go 53 func (*objectLinker) linkerInit(ctx BaseModuleContext) {}
binary.go 177 func (binary *binaryDecorator) linkerInit(ctx BaseModuleContext) {
178 binary.baseLinker.linkerInit(ctx)
linker.go 116 func (linker *baseLinker) linkerInit(ctx BaseModuleContext) {
library.go 417 func (library *libraryDecorator) linkerInit(ctx BaseModuleContext) {
424 library.baseLinker.linkerInit(ctx)
cc.go 228 linkerInit(ctx BaseModuleContext)
606 c.linker.linkerInit(ctx)
    [all...]

Completed in 3131 milliseconds