Home
last modified time | relevance | path

Searched refs:linker (Results 26 - 50 of 116) sorted by relevance

12345

/third_party/python/Lib/distutils/
H A Dbcppcompiler.py65 self.linker = "ilink32.exe"
202 # Figure out linker args based on type of target.
217 # Create a temporary exports file for use by the linker
296 self.spawn ([self.linker] + ld_args)
H A Dmsvc9compiler.py354 self.linker = "link.exe"
384 self.linker = self.find_exe("link.exe")
616 # The MSVC linker generates .lib and .exp files, which cannot be
617 # suppressed by any linker switches. The .lib files may even be
639 self.spawn([self.linker] + ld_args)
665 # Ask the linker to generate the manifest in the temp dir, so
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dgen.c1576 struct bpf_linker *linker; in do_object() local
1587 linker = bpf_linker__new(output_file, NULL); in do_object()
1588 if (!linker) { in do_object()
1589 p_err("failed to create BPF linker instance"); in do_object()
1596 err = bpf_linker__add_file(linker, file, NULL); in do_object()
1603 err = bpf_linker__finalize(linker); in do_object()
1611 bpf_linker__free(linker); in do_object()
/third_party/musl/dist/
H A Dconfig.mak14 # Location for the dynamic linker ld-musl-$(ARCH).so.1
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp437 auto linker = std::make_shared<RSRenderFrameRateLinker>(id); in CreateVSyncConnection()
440 frameRateLinkerMap.RegisterFrameRateLinker(linker); in CreateVSyncConnection()
705 auto linker = linkerMap.GetFrameRateLinker(id); in SyncFrameRateRange()
706 if (linker == nullptr) { in SyncFrameRateRange()
710 linker->SetExpectedRange(range); in SyncFrameRateRange()
711 linker->SetAnimatorExpectedFrameRate(animatorExpectedFrameRate); in SyncFrameRateRange()
728 auto linker = linkerMap.GetFrameRateLinker(id); in UnregisterFrameRateLinker()
729 if (linker == nullptr) { in UnregisterFrameRateLinker()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dautoinit_funcs.h137 force linker to include variable to avoid omitting by optimizer */
144 __pragma(comment(linker, "/INCLUDE:" W32_INITHELPERVARNAMEDECORSTR(F))) \
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.h1634 LIBBPF_API int bpf_linker__add_file(struct bpf_linker *linker,
1637 LIBBPF_API int bpf_linker__finalize(struct bpf_linker *linker);
1638 LIBBPF_API void bpf_linker__free(struct bpf_linker *linker);
/third_party/libbpf/src/
H A Dlibbpf.h1722 LIBBPF_API int bpf_linker__add_file(struct bpf_linker *linker,
1725 LIBBPF_API int bpf_linker__finalize(struct bpf_linker *linker);
1726 LIBBPF_API void bpf_linker__free(struct bpf_linker *linker);
H A DMakefile57 btf_dump.o hashmap.o ringbuf.o strset.o linker.o gen_loader.o \
/kernel/linux/linux-6.6/arch/loongarch/
H A DMakefile20 # Select the object file format to substitute into the linker script.
83 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext $(call ld-option, --apply-dynamic-relocs)
/third_party/gn/src/gn/
H A Dfunctions_target.cc685 A loadable module will be specified on the linker line for targets listing
778 A shared library will be specified on the linker line for targets listing the
815 implicitly added to the linker line of all targets that depend on the source
825 exported means exported from the static library. The linker can then do dead
H A Dvariables.cc458 link. To keep linker errors from happening, it is good practice to have all
1419 "ldflags: [string list] Flags passed to the linker.";
1421 R"(ldflags: Flags passed to the linker.
1425 These flags are passed on the command-line to the linker and generally
1457 Specifies additional directories passed to the linker for searching for the
1486 specified in the "libs" for linker tools. This facility should be used
1492 will be passed unmodified to the linker and prefixed with the
1493 "lib_switch" attribute of the linker tool. Generally you would set the
1549 which the linker tool will generally use to specify the output file name. See
1617 output prefix of a linker too
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp460 std::unique_ptr< ::llvm::Linker> linker { new ::llvm::Linker(*mod) }; in link()
463 if (linker->linkInModule(parse_module_library(b, ctx, r_log))) in link()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.h178 void SetAceAnimatorVote(const std::shared_ptr<RSRenderFrameRateLinker>& linker, bool& needCheckAceAnimatorStatus);
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A DMakefile67 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A DMakefile69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak31 # In case only static libs are used, the linker will only use
/third_party/lzma/Asm/x86/
H A DSha256Opt.asm58 ; jwasm-based assemblers for linux and linker from new versions of binutils
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex218 program includes \File{$<$libunwind.h$>$} and uses the linker switch
220 includes \File{$<$libunwind-}\Var{PLAT}\File{.h$>$} and uses the linker
315 For example, to (cross-)unwind an IA-64 program, the linker switch
/third_party/musl/
H A Dconfigure21 --libdir=DIR library files for the linker [PREFIX/lib]
23 --syslibdir=DIR location for the dynamic linker [/lib]
101 printf "checking whether linker accepts %s... " "$2"
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp304 gl::ProgramLinkedResourcesLinker linker(&std140EncoderFactory); in linkResources()
306 linker.linkResources(mState, resources); in linkResources()
/third_party/python/PC/
H A Dpython3dll.c13 __pragma(comment(linker, "/EXPORT:" DECORATE #name "=" PYTHON_DLL_NAME "." #name))
15 __pragma(comment(linker, "/EXPORT:" DECORATE #name "=" PYTHON_DLL_NAME "." #name ",DATA"))
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctint-avx2.asm329 ; For some reason, the OS X linker does not honor the request to align the
H A Djfdctflt-3dn.asm316 ; For some reason, the OS X linker does not honor the request to align the
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctint-avx2.asm318 ; For some reason, the OS X linker does not honor the request to align the

Completed in 25 milliseconds

12345