Home
last modified time | relevance | path

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

12345678910>>...25

/third_party/libbpf/src/
Dlinker.c158 static int init_output_elf(struct bpf_linker *linker, const char *file);
160 static int linker_load_obj_file(struct bpf_linker *linker, const char *filename,
169 static int linker_append_sec_data(struct bpf_linker *linker, struct src_obj *obj);
170 static int linker_append_elf_syms(struct bpf_linker *linker, struct src_obj *obj);
171 static int linker_append_elf_sym(struct bpf_linker *linker, struct src_obj *obj,
173 static int linker_append_elf_relos(struct bpf_linker *linker, struct src_obj *obj);
174 static int linker_append_btf(struct bpf_linker *linker, struct src_obj *obj);
175 static int linker_append_btf_ext(struct bpf_linker *linker, struct src_obj *obj);
177 static int finalize_btf(struct bpf_linker *linker);
178 static int finalize_btf_ext(struct bpf_linker *linker);
[all …]
/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/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/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/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/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/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/node/deps/npm/node_modules/node-gyp/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/node/lib/internal/vm/
Dmodule.js188 async link(linker) { argument
192 validateFunction(linker, 'linker');
199 await this[kLink](linker);
302 this[kLink] = async (linker) => {
306 const module = await linker(identifier, this, { assert });
317 await module[kLink](linker);
/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
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
63 AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
/third_party/unity/extras/fixture/
Drakefile_helper.rb94 linker = build_linker_fields
95 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
/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/memory/
Drakefile_helper.rb99 linker = build_linker_fields
100 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
/third_party/cJSON/tests/unity/examples/example_3/
Drakefile_helper.rb110 linker = build_linker_fields
111 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
/third_party/unity/examples/example_3/
Drakefile_helper.rb109 linker = build_linker_fields
110 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
/third_party/cJSON/tests/unity/test/
Drakefile_helper.rb130 linker = build_linker_fields
131 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
/third_party/rust/crates/cxx/book/src/build/
Dother.md52 Rust-generated code into your existing C++ toolchain linker. Instead you need to
55 * Use `rustc` as the final linker. Pass any non-Rust libraries using `-L
60 * Use your C++ linker. In this case, you first need to use `rustc` and/or
62 foreign linker invocation.
69 Passing Rust `rlib`s directly into your non-Rust linker is not supported (but
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-rust.sh27 linker = "arm-linux-gnueabihf-gcc"
30 linker = "aarch64-linux-gnu-gcc"
/third_party/glslang/glslang/GenericCodeGen/
DLink.cpp68 void DeleteLinker(TShHandleBase* linker) in DeleteLinker() argument
70 delete linker; in DeleteLinker()
/third_party/skia/third_party/externals/microhttpd/m4/
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
62 AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
/third_party/libcoap/m4/
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
63 AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
/third_party/skia/third_party/externals/harfbuzz/m4/
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
63 AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [

12345678910>>...25