/third_party/libbpf/src/ |
D | linker.c | 158 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/ |
D | README_zh.md | 3 本目录放置了部分预置的musl linker配置文件。 4 关于musl linker配置文件可以参考其[README](../ldso/README.md)说明。 9 1. musl linker加载的配置文件为: 19 配置文件中`namespace.default.lib.paths`项用于指定musl linker加载动态库时的查找路径,多个路径中间使用`:`号分隔。 21 … linker加载动态库时的查找路径,多个路径中间使用`:`号分隔,判断是否为asan linker是看linker的名字中是否含有`-asan`,比如`ld-musl-aarch64.so.1`…
|
/third_party/python/Lib/distutils/ |
D | unixccompiler.py | 177 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/ |
D | README.md | 3 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/ |
D | ax-append-link-flags.m4 | 11 # 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
|
D | ax-check-link-flag.m4 | 11 # 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/ |
D | libpng-config.in | 42 --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/ |
D | libpng-config-body.in | 16 --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/ |
D | MSVSUtil.py | 151 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/ |
D | MSVSUtil.py | 151 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/ |
D | module.js | 188 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/ |
D | ax_append_link_flags.m4 | 11 # 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
|
D | ax_check_link_flag.m4 | 11 # 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/ |
D | rakefile_helper.rb | 94 linker = build_linker_fields 95 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
|
/third_party/cJSON/tests/unity/extras/fixture/ |
D | rakefile_helper.rb | 92 linker = build_linker_fields 93 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
|
/third_party/unity/extras/memory/ |
D | rakefile_helper.rb | 99 linker = build_linker_fields 100 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
|
/third_party/cJSON/tests/unity/examples/example_3/ |
D | rakefile_helper.rb | 110 linker = build_linker_fields 111 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
|
/third_party/unity/examples/example_3/ |
D | rakefile_helper.rb | 109 linker = build_linker_fields 110 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
|
/third_party/cJSON/tests/unity/test/ |
D | rakefile_helper.rb | 130 linker = build_linker_fields 131 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
|
/third_party/rust/crates/cxx/book/src/build/ |
D | other.md | 52 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/ |
D | build-rust.sh | 27 linker = "arm-linux-gnueabihf-gcc" 30 linker = "aarch64-linux-gnu-gcc"
|
/third_party/glslang/glslang/GenericCodeGen/ |
D | Link.cpp | 68 void DeleteLinker(TShHandleBase* linker) in DeleteLinker() argument 70 delete linker; in DeleteLinker()
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | ax_check_link_flag.m4 | 11 # 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/ |
D | ax_check_link_flag.m4 | 11 # 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/ |
D | ax_check_link_flag.m4 | 11 # 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, [
|