/third_party/cJSON/tests/unity/extras/fixture/ |
D | rakefile_helper.rb | 76 command = tackit($cfg['linker']['path']) 77 options = if $cfg['linker']['options'].nil? 80 squash('', $cfg['linker']['options']) 82 includes = if $cfg['linker']['includes'].nil? || $cfg['linker']['includes']['items'].nil? 85 squash($cfg['linker']['includes']['prefix'], $cfg['linker']['includes']['items']) 92 linker = build_linker_fields 93 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " + 94 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join + 95 $cfg['linker']['bin_files']['prefix'] + ' ' + 96 $cfg['linker']['bin_files']['destination'] + [all …]
|
/third_party/unity/extras/memory/ |
D | rakefile_helper.rb | 83 command = tackit($cfg['linker']['path']) 84 options = if $cfg['linker']['options'].nil? 87 squash('', $cfg['linker']['options']) 89 includes = if $cfg['linker']['includes'].nil? || $cfg['linker']['includes']['items'].nil? 92 squash($cfg['linker']['includes']['prefix'], $cfg['linker']['includes']['items']) 99 linker = build_linker_fields 100 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " + 101 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join + 102 $cfg['linker']['bin_files']['prefix'] + ' ' + 103 $cfg['linker']['bin_files']['destination'] + [all …]
|
/third_party/unity/extras/fixture/ |
D | rakefile_helper.rb | 78 command = tackit($cfg['linker']['path']) 79 options = if $cfg['linker']['options'].nil? 82 squash('', $cfg['linker']['options']) 84 includes = if $cfg['linker']['includes'].nil? || $cfg['linker']['includes']['items'].nil? 87 squash($cfg['linker']['includes']['prefix'], $cfg['linker']['includes']['items']) 94 linker = build_linker_fields 95 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " + 96 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join + 97 $cfg['linker']['bin_files']['prefix'] + ' ' + 98 $cfg['linker']['bin_files']['destination'] + [all …]
|
/third_party/uboot/u-boot-2020.01/include/ |
D | linker_lists.h | 5 * Implementation of linker-generated arrays 23 * llsym() - Access a linker-generated array entry 33 * ll_entry_declare() - Declare linker-generated array entry 39 * This macro declares a variable that is placed into a linker-generated 40 * array. This is a basic building block for more advanced use of linker- 108 * ll_entry_start() - Point to first entry of linker-generated array 113 * linker-generated array placed into subsection of .u_boot_list section 133 * ll_entry_end() - Point after last entry of linker-generated array 139 * a linker-generated array placed into subsection of .u_boot_list 158 * ll_entry_count() - Return the number of elements in linker-generated array [all …]
|
/third_party/cJSON/tests/unity/examples/example_3/ |
D | rakefile_helper.rb | 94 command = tackit($cfg['linker']['path']) 95 options = if $cfg['linker']['options'].nil? 98 squash('', $cfg['linker']['options']) 100 includes = if $cfg['linker']['includes'].nil? || $cfg['linker']['includes']['items'].nil? 103 squash($cfg['linker']['includes']['prefix'], $cfg['linker']['includes']['items']) 110 linker = build_linker_fields 111 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " + 112 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join + 113 $cfg['linker']['bin_files']['prefix'] + ' ' + 114 $cfg['linker']['bin_files']['destination'] + [all …]
|
/third_party/unity/examples/example_3/ |
D | rakefile_helper.rb | 93 command = tackit($cfg['linker']['path']) 94 options = if $cfg['linker']['options'].nil? 97 squash('', $cfg['linker']['options']) 99 includes = if $cfg['linker']['includes'].nil? || $cfg['linker']['includes']['items'].nil? 102 squash($cfg['linker']['includes']['prefix'], $cfg['linker']['includes']['items']) 109 linker = build_linker_fields 110 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " + 111 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join + 112 $cfg['linker']['bin_files']['prefix'] + ' ' + 113 $cfg['linker']['bin_files']['destination'] + [all …]
|
/third_party/cJSON/tests/unity/test/ |
D | rakefile_helper.rb | 114 command = tackit($cfg['linker']['path']) 115 options = if $cfg['linker']['options'].nil? 118 squash('', $cfg['linker']['options']) 120 includes = if $cfg['linker']['includes'].nil? || $cfg['linker']['includes']['items'].nil? 123 squash($cfg['linker']['includes']['prefix'], $cfg['linker']['includes']['items']) 130 linker = build_linker_fields 131 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " + 132 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join + 133 $cfg['linker']['bin_files']['prefix'] + ' ' + 134 $cfg['linker']['bin_files']['destination'] + [all …]
|
/third_party/unity/test/ |
D | rakefile_helper.rb | 114 command = tackit($cfg['linker']['path']) 115 options = if $cfg['linker']['options'].nil? 118 squash('', $cfg['linker']['options']) 120 includes = if $cfg['linker']['includes'].nil? || $cfg['linker']['includes']['items'].nil? 123 squash($cfg['linker']['includes']['prefix'], $cfg['linker']['includes']['items']) 130 linker = build_linker_fields 131 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " + 132 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join + 133 $cfg['linker']['bin_files']['prefix'] + ' ' + 134 $cfg['linker']['bin_files']['destination'] + [all …]
|
/third_party/uboot/u-boot-2020.01/doc/api/ |
D | linker_lists.rst | 3 Linker-Generated Arrays 6 A linker list is constructed by grouping together linker input 9 content. Linker list input sections are constructed from the list 27 section and "_" for the variable, so that the linker cannot confuse 37 The naming scheme for input sections allows grouping all linker lists 38 into a single linker output section and grouping all entries for a 52 Start and end symbols for the whole of the linker lists area can be
|
/third_party/selinux/libsepol/tests/ |
D | test-linker.c | 21 /* This is where the linker tests should go, including: 29 #include "test-linker.h" 33 #include "test-linker-roles.h" 34 #include "test-linker-types.h" 35 #include "test-linker-cond-map.h" 63 if (test_load_policy(&linkedbase, POLICY_BASE, mls, "test-linker", policies[BASEMOD])) in linker_test_init() 66 if (test_load_policy(&basenomods, POLICY_BASE, mls, "test-linker", policies[BASEMOD])) in linker_test_init() 77 if (test_load_policy(modules[i], POLICY_MOD, mls, "test-linker", policies[i])) in linker_test_init()
|
/third_party/python/Lib/distutils/ |
D | unixccompiler.py | 35 # we need some way for outsiders to feed preprocessor/compiler/linker 41 # should just happily stuff them into the preprocessor/compiler/linker 177 linker = self.linker_exe[:] 179 linker = self.linker_so[:] 182 # is used to set up the linker's environment. 187 if os.path.basename(linker[0]) == "env": 189 while '=' in linker[i]: 192 if os.path.basename(linker[i]) == 'ld_so_aix': 194 # script, so we need to adjust our linker index 199 linker[i+offset] = self.compiler_cxx[i] [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/ |
D | Linker.h | 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===// 13 #include "llvm/Linker/IRMover.h" 24 class Linker { 34 Linker(Module &M); 41 /// Passing InternalizeCallback will have the linker call the function with
|
/third_party/libjpeg/ |
D | makeproj.mac | 49 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"} 54 Set Preferences of panel "PPC Linker" to {Generate SYM File:false} 114 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"} 118 Set Preferences of panel "PPC Linker" to {Generate SYM File:false} 149 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"} 153 Set Preferences of panel "PPC Linker" to {Generate SYM File:false} 184 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"} 188 Set Preferences of panel "PPC Linker" to {Generate SYM File:false}
|
/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
|
/third_party/flutter/skia/third_party/externals/sdl/debian/ |
D | sdl2-config.1 | 13 is a tool that is used to configure and determine the compiler and linker 32 Print the linker flags that are necessary to link a program that uses SDL. 35 Print the linker flags that are necessary to statically link a program that uses SDL. 38 Print the linker flags that are necessary to link a library that uses SDL. 43 Print the linker flags that are necessary to link an SDL-using object that
|
/third_party/flutter/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/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/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/flutter/skia/src/ports/ |
D | SkTLS_win.cpp | 42 #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/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
|
/third_party/uboot/u-boot-2020.01/include/u-boot/ |
D | u-boot.lds.h | 2 * Linker script helper macros 12 /* See if the linker version is at least the specified version */ 17 * Linker versions prior to 2.16 don't understand the builtin
|
/third_party/boringssl/src/crypto/ |
D | thread_win.c | 140 // Force a reference to _tls_used to make the linker create the TLS directory 149 __pragma(comment(linker, "/INCLUDE:_tls_used")) 151 linker, "/INCLUDE:" EXPAND_AND_STRINGIFY(p_thread_callback_boringssl))) 153 __pragma(comment(linker, "/INCLUDE:__tls_used")) 155 linker, "/INCLUDE:_" EXPAND_AND_STRINGIFY(p_thread_callback_boringssl))) 170 // The linker must not discard p_thread_callback_boringssl. (We force a 171 // reference to this variable with a linker /INCLUDE:symbol pragma to ensure 179 // linker doesn't discard it.
|
/third_party/musl/ |
D | INSTALL | 141 dynamic linker. Its pathname is hard-coded into all dynamic-linked 144 the same applies to glibc and its dynamic linker, which is named 147 If for some reason it is impossible to install the dynamic linker in 152 At runtime, the dynamic linker needs to know the paths to search for 155 used in the dynamic linker) containing a list of directories where you 156 want the dynamic linker to search for shared libraries, separated by 157 colons or newlines. If the dynamic linker has been installed in a
|
/third_party/python/Doc/extending/ |
D | windows.rst | 72 object file (:file:`.so`), the linker may find that it doesn't know where an 73 identifier is defined. The linker will look for it in the object files in the 79 basically used only to reassure the linker that a certain identifier is legal, 80 and will be present in the program when the DLL is loaded. So the linker uses 88 linker for :file:`B.so` and :file:`C.so`; that would cause it to be included 91 linker for B and C. :file:`A.lib` does not contain code; it just contains 112 When creating DLLs in Windows, you must pass :file:`pythonXY.lib` to the linker.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 1 //===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===// 9 // This file implements the LLVM module linker. 14 #include "llvm-c/Linker.h" 21 #include "llvm/Linker/Linker.h" 42 /// callback is that the linker cannot call internalizeModule without 43 /// creating a circular dependency between IPO and the linker. 52 bool shouldOverrideFromSrc() { return Flags & Linker::OverrideFromSrc; } in shouldOverrideFromSrc() 53 bool shouldLinkOnlyNeeded() { return Flags & Linker::LinkOnlyNeeded; } in shouldLinkOnlyNeeded() 58 /// Should we have mover and linker error diag info? 572 Linker::Linker(Module &M) : Mover(M) {} in Linker() function in Linker [all …]
|