Home
last modified time | relevance | path

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

/build/soong/bpf/
Dbpf.go70 objs android.Paths member
113 bpf.objs = append(bpf.objs, obj.WithoutRel())
124 for _, obj := range bpf.objs {
151 return bpf.objs, nil
/build/soong/cc/
Dkernel_headers.go25 func (stub *kernelHeadersDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Object…
31 return stub.libraryDecorator.linkStatic(ctx, flags, deps, objs)
Dobject.go229 flags Flags, deps PathDeps, objs Objects) android.Path {
231 objs = objs.Append(deps.Objs)
236 if len(objs.objFiles) == 1 && String(object.Properties.Linker_script) == "" {
237 outputFile = objs.objFiles[0]
256 transformObjsToObj(ctx, objs.objFiles, builderFlags, output, flags.LdFlagsDeps)
Dlibrary.go820objs, versionScript := compileStubLibrary(ctx, flags, String(library.Properties.Llndk.Symbol_file)…
824 return objs
827objs, versionScript := compileStubLibrary(ctx, flags, String(library.Properties.Vendor_public_libr…
831 return objs
839objs, versionScript := compileStubLibrary(ctx, flags, String(library.Properties.Stubs.Symbol_file)…
841 return objs
872 objs := library.baseCompiler.compile(ctx, flags, deps)
873 library.reuseObjects = objs
878 objs = objs.Append(compileObjs(ctx, buildFlags, android.DeviceStaticLibrary,
882 objs = objs.Append(compileObjs(ctx, buildFlags, android.DeviceSharedLibrary,
[all …]
Dbinary.go340 flags Flags, deps PathDeps, objs Objects) android.Path {
427 linkerDeps = append(linkerDeps, objs.tidyFiles...)
431 transformObjToDynamicBinary(ctx, objs.objFiles, sharedLibs, deps.StaticLibs,
435 objs.coverageFiles = append(objs.coverageFiles, deps.StaticLibObjs.coverageFiles...)
436 objs.coverageFiles = append(objs.coverageFiles, deps.WholeStaticLibObjs.coverageFiles...)
437 binary.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))
Dndk_library.go267 objs, versionScript := compileStubLibrary(ctx, flags, symbolFile,
273 return objs
290 objs Objects) android.Path {
304 return stub.libraryDecorator.link(ctx, flags, deps, objs)
Dndk_prebuilt.go85 deps PathDeps, objs Objects) android.Path {
161 deps PathDeps, objs Objects) android.Path {
Dtoolchain_library.go80 flags Flags, deps PathDeps, objs Objects) android.Path {
Dprebuilt.go100 flags Flags, deps PathDeps, objs Objects) android.Path {
381 flags Flags, deps PathDeps, objs Objects) android.Path {
425 flags Flags, deps PathDeps, objs Objects) android.Path {
Dsnapshot_prebuilt.go568 func (p *snapshotLibraryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects…
572 return p.libraryDecorator.link(ctx, flags, deps, objs)
786 func (p *snapshotBinaryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects)…
881 func (p *snapshotObjectLinker) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) an…
Dvndk_prebuilt.go134 flags Flags, deps PathDeps, objs Objects) android.Path {
Dcompiler.go653 objs := compileObjs(ctx, buildFlags, "", srcs, pathDeps, compiler.cFlagsDeps)
659 return objs
Dlinker.go569 flags Flags, deps PathDeps, objs Objects) android.Path {
/build/make/core/
Dbinary.mk894 $(call include-depfiles-for-objs, $(cpp_objects))
916 $(call include-depfiles-for-objs, $(gen_cpp_objects))
932 $(call include-depfiles-for-objs, $(gen_S_objects))
984 $(call include-depfiles-for-objs, $(c_objects))
1005 $(call include-depfiles-for-objs, $(gen_c_objects))
1022 $(call include-depfiles-for-objs, $(objc_objects))
1038 $(call include-depfiles-for-objs, $(objcpp_objects))
1064 $(call include-depfiles-for-objs, $(asm_objects_S))
Ddefinitions.mk1527 $$(call include-depfiles-for-objs, $$(o))
1542 $$(call include-depfiles-for-objs, $$(o))
1557 $$(call include-depfiles-for-objs, $$(o))
1694 define create-dummy.o-if-no-objs
1698 define get-dummy.o-if-no-objs
1702 define delete-dummy.o-if-no-objs
1707 create-dummy.o-if-no-objs =
1708 get-dummy.o-if-no-objs =
1709 delete-dummy.o-if-no-objs =
1719 $(call create-dummy.o-if-no-objs,$@.tmp)
[all …]
/build/soong/bp2build/
Dcc_object_conversion_test.go130 objs: ["bar"],