Home
last modified time | relevance | path

Searched refs:objs (Results 1 – 19 of 19) sorted by relevance

/build/soong/cc/
Dobject.go116 flags Flags, deps PathDeps, objs Objects) android.Path {
118 objs = objs.Append(deps.Objs)
123 if len(objs.objFiles) == 1 && String(object.Properties.Linker_script) == "" {
124 outputFile = objs.objFiles[0]
143 TransformObjsToObj(ctx, objs.objFiles, builderFlags, output, flags.LdFlagsDeps)
Dlibrary.go635objs, versionScript := compileStubLibrary(ctx, flags, String(library.Properties.Stubs.Symbol_file)…
637 return objs
668 objs := library.baseCompiler.compile(ctx, flags, deps)
669 library.reuseObjects = objs
674 objs = objs.Append(compileObjs(ctx, buildFlags, android.DeviceStaticLibrary,
678 objs = objs.Append(compileObjs(ctx, buildFlags, android.DeviceSharedLibrary,
682 return objs
689 objs() Objects methodSpec
881 flags Flags, deps PathDeps, objs Objects) android.Path {
884 library.objects = library.objects.Append(objs)
[all …]
Dvendor_public_library.go106objs, versionScript := compileStubLibrary(ctx, flags, String(stub.Properties.Symbol_file), "curren…
108 return objs
124 objs Objects) android.Path {
130 return stub.libraryDecorator.link(ctx, flags, deps, objs)
Dkernel_headers.go25 func (stub *kernelHeadersDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Object…
30 return stub.libraryDecorator.linkStatic(ctx, flags, deps, objs)
Dllndk_library.go93objs, versionScript := compileStubLibrary(ctx, flags, String(stub.Properties.Symbol_file), vndkVer…
95 return objs
136 objs Objects) android.Path {
170 return stub.libraryDecorator.link(ctx, flags, deps, objs)
Dbinary.go322 flags Flags, deps PathDeps, objs Objects) android.Path {
404 linkerDeps = append(linkerDeps, objs.tidyFiles...)
407 TransformObjToDynamicBinary(ctx, objs.objFiles, sharedLibs, deps.StaticLibs,
411 objs.coverageFiles = append(objs.coverageFiles, deps.StaticLibObjs.coverageFiles...)
412 objs.coverageFiles = append(objs.coverageFiles, deps.WholeStaticLibObjs.coverageFiles...)
413 binary.coverageOutputFile = TransformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))
Dndk_library.go318 objs, versionScript := compileStubLibrary(ctx, flags, symbolFile,
324 return objs
341 objs Objects) android.Path {
354 return stub.libraryDecorator.link(ctx, flags, deps, objs)
Dndk_prebuilt.go86 deps PathDeps, objs Objects) android.Path {
163 deps PathDeps, objs Objects) android.Path {
Dprebuilt.go97 flags Flags, deps PathDeps, objs Objects) android.Path {
298 flags Flags, deps PathDeps, objs Objects) android.Path {
336 flags Flags, deps PathDeps, objs Objects) android.Path {
Dcc_test.go184 var objs []string
186 objs = append(objs, o.Base())
188 if len(objs) != 2 || objs[0] != "foo.o" || objs[1] != "bar.o" {
189 t.Errorf("inputs of libTest must be []string{\"foo.o\", \"bar.o\"}, but was %#v.", objs)
211 var objs []string
213 objs = append(objs, o.Base())
215 if len(objs) != 2 || objs[0] != "foo.o" || objs[1] != "bar.o" {
216 t.Errorf("inputs of libTest must be []string{\"foo.o\", \"bar.o\"}, but was %#v.", objs)
Dtoolchain_library.go80 flags Flags, deps PathDeps, objs Objects) android.Path {
Dvendor_snapshot.go160 flags Flags, deps PathDeps, objs Objects) android.Path {
165 return p.libraryDecorator.link(ctx, flags, deps, objs)
322 flags Flags, deps PathDeps, objs Objects) android.Path {
431 flags Flags, deps PathDeps, objs Objects) android.Path {
Dcc.go396 link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path
761 return library.objs().coverageFiles
1553 var objs Objects
1555 objs = c.compiler.compile(ctx, flags, deps)
1559 c.kytheFiles = objs.kytheFiles
1563 outputFile := c.linker.link(ctx, flags, deps, objs)
2304 objs, exporter := ccReuseDep.compiler.(libraryInterface).reuseObjs()
2305 depPaths.Objs = depPaths.Objs.Append(objs)
2491 depPaths.WholeStaticLibObjs = depPaths.WholeStaticLibObjs.Append(staticLib.objs())
2523 staticLib.objs().coverageFiles...)
[all …]
Dvndk_prebuilt.go129 flags Flags, deps PathDeps, objs Objects) android.Path {
Dcompiler.go594 objs := compileObjs(ctx, buildFlags, "", srcs, pathDeps, compiler.cFlagsDeps)
600 return objs
Dlinker.go493 flags Flags, deps PathDeps, objs Objects) android.Path {
/build/soong/bpf/
Dbpf.go57 objs android.Paths member
100 bpf.objs = append(bpf.objs, obj.WithoutRel())
111 for _, obj := range bpf.objs {
136 return bpf.objs, nil
/build/make/core/
Ddefinitions.mk1389 $$(call include-depfiles-for-objs, $$(o))
1404 $$(call include-depfiles-for-objs, $$(o))
1419 $$(call include-depfiles-for-objs, $$(o))
1556 define create-dummy.o-if-no-objs
1560 define get-dummy.o-if-no-objs
1564 define delete-dummy.o-if-no-objs
1569 create-dummy.o-if-no-objs =
1570 get-dummy.o-if-no-objs =
1571 delete-dummy.o-if-no-objs =
1581 $(call create-dummy.o-if-no-objs,$@.tmp)
[all …]
Dbinary.mk852 $(call include-depfiles-for-objs, $(cpp_objects))
874 $(call include-depfiles-for-objs, $(gen_cpp_objects))
890 $(call include-depfiles-for-objs, $(gen_S_objects))
942 $(call include-depfiles-for-objs, $(c_objects))
963 $(call include-depfiles-for-objs, $(gen_c_objects))
980 $(call include-depfiles-for-objs, $(objc_objects))
996 $(call include-depfiles-for-objs, $(objcpp_objects))
1022 $(call include-depfiles-for-objs, $(asm_objects_S))