Home
last modified time | relevance | path

Searched refs:linker (Results 1 – 25 of 888) sorted by relevance

12345678910>>...36

/third_party/musl/porting/linux/user/config/
DREADME_zh.md3 本目录放置了部分预置的musl linker配置文件。
4 关于musl linker配置文件可以参考其[README](../ldso/README.md)说明。
9 1. musl linker加载的配置文件为:
19 配置文件中`namespace.default.lib.paths`项用于指定musl linker加载动态库时的查找路径,多个路径中间使用`:`号分隔。
21linker加载动态库时的查找路径,多个路径中间使用`:`号分隔,判断是否为asan linker是看linker的名字中是否含有`-asan`,比如`ld-musl-aarch64.so.1`…
/third_party/mesa3d/src/compiler/glsl/tests/
Dvaryings_test.cpp37 namespace linker { namespace
127 linker::populate_consumer_input_sets(mem_ctx, in TEST_F()
155 linker::populate_consumer_input_sets(mem_ctx, in TEST_F()
182 linker::populate_consumer_input_sets(mem_ctx, in TEST_F()
204 linker::populate_consumer_input_sets(mem_ctx, in TEST_F()
237 linker::populate_consumer_input_sets(mem_ctx, in TEST_F()
268 linker::populate_consumer_input_sets(mem_ctx, in TEST_F()
285 linker::get_matching_input(mem_ctx, in TEST_F()
310 linker::populate_consumer_input_sets(mem_ctx, in TEST_F()
324 linker::get_matching_input(mem_ctx, in TEST_F()
Dcopy_constant_to_storage_tests.cpp30 namespace linker { namespace
82 linker::copy_constant_to_storage(storage, in int_test()
102 linker::copy_constant_to_storage(storage, in uint_test()
122 linker::copy_constant_to_storage(storage, in float_test()
142 linker::copy_constant_to_storage(storage, in bool_test()
167 linker::copy_constant_to_storage(storage, in sampler_test()
/third_party/flutter/skia/src/ports/
DSkTLS_win.cpp42 #pragma comment(linker, "/INCLUDE:_tls_used")
43 #pragma comment(linker, "/INCLUDE:skia_tls_callback")
47 #pragma comment(linker, "/INCLUDE:__tls_used")
48 #pragma comment(linker, "/INCLUDE:_skia_tls_callback")
/third_party/python/Lib/distutils/
Dunixccompiler.py177 linker = self.linker_exe[:]
179 linker = self.linker_so[:]
187 if os.path.basename(linker[0]) == "env":
189 while '=' in linker[i]:
192 if os.path.basename(linker[i]) == 'ld_so_aix':
199 linker[i+offset] = self.compiler_cxx[i]
202 linker = _osx_support.compiler_fixup(linker, ld_args)
204 self.spawn(linker + ld_args)
/third_party/musl/porting/linux/user/ldso/
DREADME.md3 The dynamic linker provides the namespace mechanism which is based on configures and apis.
5 …ity so that some shared libraries can be exported by a linker namespace and used by another linker
10 There are two ways to use the linker namespace:
18 Test usages show some examples of using the linker namespace. The file <ld-musl-namespace-arm.ini> …
/third_party/boost/boost/outcome/experimental/status-code/
Dwin32_code.hpp55 #pragma comment(linker, "/alternatename:?GetLastError@win32@system_error2@@YAKXZ=GetLastError")
56 #pragma comment(linker, "/alternatename:?FormatMessageW@win32@system_error2@@YAKKPEBXKKPEA_WKPEAX@Z…
57 #pragma comment(linker, "/alternatename:?WideCharToMultiByte@win32@system_error2@@YAHIKPEB_WHPEADHP…
59 #pragma comment(linker, "/alternatename:?GetLastError@win32@system_error2@@YGKXZ=__imp__GetLastErro…
60 #pragma comment(linker, "/alternatename:?FormatMessageW@win32@system_error2@@YGKKPBXKKPA_WKPAX@Z=__…
61 #pragma comment(linker, "/alternatename:?WideCharToMultiByte@win32@system_error2@@YGHIKPB_WHPADHPBD…
/third_party/skia/third_party/externals/expat/expat/conftools/
Dax-append-link-flags.m411 # For every FLAG1, FLAG2 it is checked whether the linker works with the
14 # If FLAGS-VARIABLE is not specified, the linker's flags (LDFLAGS) is
15 # used. During the check the flag is always added to the linker's flags.
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
Dax-check-link-flag.m411 # Check whether the given FLAG works with the linker or gives an error.
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
42 AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
/third_party/libpng/
Dlibpng-config.in42 --L_opts print linker "-L" flags for dynamic linking
43 --R_opts print dynamic linker "-R" or "-rpath" flags
44 --ldopts print linker options
45 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
/third_party/flutter/skia/third_party/externals/libpng/
Dlibpng-config.in42 --L_opts print linker "-L" flags for dynamic linking
43 --R_opts print dynamic linker "-R" or "-rpath" flags
44 --ldopts print linker options
45 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
/third_party/skia/third_party/externals/libpng/
Dlibpng-config.in42 --L_opts print linker "-L" flags for dynamic linking
43 --R_opts print dynamic linker "-R" or "-rpath" flags
44 --ldopts print linker options
45 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
/third_party/boost/tools/build/src/tools/
Dgcc.py143 linker = feature.get_values('<linker-type>', options)
144 if not linker:
146 linker = 'osf'
148 linker = 'hpux' ;
150 linker = 'gnu'
152 init_link_flags('gcc', linker, condition)
494 def init_link_flags(toolset, linker, condition): argument
500 if linker == 'gnu':
564 elif linker == 'darwin':
571 elif linker == 'osf':
[all …]
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dlibpng-config-body.in16 --L_opts print linker "-L" flags for dynamic linking
17 --R_opts print dynamic linker "-R" or "-rpath" flags
18 --ldopts print linker options
19 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
/third_party/libpng/scripts/
Dlibpng-config-body.in16 --L_opts print linker "-L" flags for dynamic linking
17 --R_opts print dynamic linker "-R" or "-rpath" flags
18 --ldopts print linker options
19 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
/third_party/skia/third_party/externals/libpng/scripts/
Dlibpng-config-body.in16 --L_opts print linker "-L" flags for dynamic linking
17 --R_opts print dynamic linker "-R" or "-rpath" flags
18 --ldopts print linker options
19 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
/third_party/node/lib/internal/vm/
Dmodule.js185 async link(linker) { argument
189 if (typeof linker !== 'function') {
190 throw new ERR_INVALID_ARG_TYPE('linker', 'function', linker);
198 await this[kLink](linker);
317 this[kLink] = async (linker) => {
321 const module = await linker(identifier, this);
334 await module[kLink](linker);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dllvmpipe-quick_shader.txt22 spec/arb_bindless_texture/linker/global_bindless_image_and_bound_image: skip
23 spec/arb_bindless_texture/linker/global_bindless_image_and_bound_sampler: skip
24 spec/arb_bindless_texture/linker/global_bindless_sampler_and_bindless_image: skip
25 spec/arb_bindless_texture/linker/global_bindless_sampler_and_bound_image: skip
26 spec/arb_bindless_texture/linker/global_bindless_sampler_and_bound_sampler: skip
27 spec/arb_bindless_texture/linker/global_bound_sampler_and_bound_image: skip
33 spec/arb_compute_variable_group_size/linker/mixed_fixed_variable_local_work_size: skip
34 spec/arb_compute_variable_group_size/linker/no_local_size_specified: skip
47 spec/arb_geometry_shader4/linker/2darray-bounds-and-sizes-check: skip
48 spec/arb_geometry_shader4/linker/2darray-vertex-index-oob: skip
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSUtil.py149 linker = msvs.get('VCLinkerTool', {})
151 pdb_path = linker.get('ProgramDatabaseFile')
256 linker = msvs.setdefault('VCLinkerTool', {})
257 linker['GenerateDebugInformation'] = 'true'
258 linker['ProgramDatabaseFile'] = pdb_path
/third_party/node/tools/gyp/pylib/gyp/
DMSVSUtil.py151 linker = msvs.get("VCLinkerTool", {})
153 pdb_path = linker.get("ProgramDatabaseFile")
257 linker = msvs.setdefault("VCLinkerTool", {})
258 linker["GenerateDebugInformation"] = "true"
259 linker["ProgramDatabaseFile"] = pdb_path
/third_party/libsnd/m4/
Dax_append_link_flags.m411 # For every FLAG1, FLAG2 it is checked whether the linker works with the
14 # If FLAGS-VARIABLE is not specified, the linker's flags (LDFLAGS) is
15 # used. During the check the flag is always added to the linker's flags.
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
/third_party/cJSON/tests/unity/extras/fixture/
Drakefile_helper.rb92 linker = build_linker_fields
93 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
/third_party/unity/extras/fixture/
Drakefile_helper.rb94 linker = build_linker_fields
95 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
/third_party/unity/extras/memory/
Drakefile_helper.rb99 linker = build_linker_fields
100 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
/third_party/boost/boost/xpressive/detail/core/
Doptimize.hpp101 xpression_linker<char_type> linker(tr); in common_compile() local
102 regex->link(linker); in common_compile()
106 xpression_peeker<char_type> peeker(bset, tr, linker.has_backrefs()); in common_compile()

12345678910>>...36