Searched refs:linker (Results 1 – 25 of 261) sorted by relevance
1234567891011
/external/llvm/utils/ |
D | check-each-file | 7 if [ x$1 = x--make-linker-script ] 10 linker=./link-$program 16 echo "rm -f $program" > $linker 17 gmake -n $program >> $linker 18 chmod 755 $linker 19 echo "Linker script created in $linker; testing it out" 20 output=`./$linker 2>&1` 26 echo "Done; rebuilding $linker" 27 echo "rm -f $program" > $linker 28 gmake -n $program 2>&1 | sed '/gcc/s/$/__main.o/' >> $linker [all …]
|
/external/valgrind/main/VEX/switchback/ |
D | Makefile | 2 all: switchback.c linker.c linker.h 3 gcc -m64 -Wall -O -g -o switchback switchback.c linker.c ../libvex_ppc64_linux.a 10 rm -f switchback switchback.o linker.o
|
/external/llvm/autoconf/m4/ |
D | link_options.m4 | 2 # Get the linker version string. 7 [AC_CACHE_CHECK([for linker version],[llvm_cv_link_version], 23 # Determine if the system can handle the -R option being passed to the linker. 38 … if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dy… 43 # Determine if the system can handle the -R option being passed to the linker. 65 # passed to the linker.
|
/external/llvm/projects/sample/autoconf/m4/ |
D | link_options.m4 | 2 # Get the linker version string. 7 [AC_CACHE_CHECK([for linker version],[llvm_cv_link_version], 23 # Determine if the system can handle the -R option being passed to the linker. 38 … if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dy… 43 # Determine if the system can handle the -R option being passed to the linker. 65 # passed to the linker.
|
/external/libpng/scripts/ |
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)
|
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)
|
/external/clang/test/Preprocessor/ |
D | pragma_microsoft.c | 8 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identi… 9 #pragma comment(linker," bar=" BAR) 24 __pragma(comment(linker," bar=" BAR))
|
/external/chromium/base/threading/ |
D | thread_local_storage_win.cc | 143 #pragma comment(linker, "/INCLUDE:_tls_used") 144 #pragma comment(linker, "/INCLUDE:p_thread_callback_base") 148 #pragma comment(linker, "/INCLUDE:__tls_used") 149 #pragma comment(linker, "/INCLUDE:_p_thread_callback_base")
|
/external/llvm/tools/gold/ |
D | README.txt | 2 gold linker. At present time, this is not the default linker in
|
/external/iptables/m4/ |
D | ax_check_linker_flags.m4 | 12 # Check whether the given linker FLAGS work with the current language's 13 # linker, or whether they give an error. 55 [AC_MSG_CHECKING([whether the linker accepts $1])
|
/external/libffi/ |
D | ltcf-gcj.sh | 69 *** Warning: the GNU linker, at least up to release 2.9.1, is reported 73 *** so that a non-GNU linker is found, and then restart. 196 *** Warning: The releases 2.8.* of the GNU linker cannot reliably 200 *** your PATH or compiler configuration so that the native linker is
|
D | ltcf-c.sh | 66 *** Warning: the GNU linker, at least up to release 2.9.1, is reported 70 *** so that a non-GNU linker is found, and then restart. 193 *** Warning: The releases 2.8.* of the GNU linker cannot reliably 197 *** your PATH or compiler configuration so that the native linker is
|
/external/llvm/tools/llvm-link/ |
D | CMakeLists.txt | 1 set(LLVM_LINK_COMPONENTS linker bitreader bitwriter asmparser)
|
D | Makefile | 12 LINK_COMPONENTS := linker bitreader bitwriter asmparser
|
/external/llvm/tools/llvm-ld/ |
D | Makefile | 12 LINK_COMPONENTS := ipo scalaropts linker archive bitwriter vectorize
|
D | CMakeLists.txt | 1 set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter vectorize)
|
/external/llvm/tools/bugpoint/ |
D | Makefile | 12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
|
D | CMakeLists.txt | 2 linker bitreader bitwriter vectorize)
|
/external/stlport/doc/ |
D | README.borland | 24 In order to build STLport the Borland compiler and linker have to 42 * For the Borland linker ilink32: 147 2. If you get a linker memory error, e.g. LME351, it probably means that full 149 capacity of Borland's linker (ilink32.exe). To resolve this error, check
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-07-06-LoweringIRForCodeGen.txt | 21 is relatively portable. Anyone (an offline tool, the linker, etc., or even 24 linker does it, it can do it after all machine-independent optimizations.
|
/external/elfutils/ |
D | NOTES | 29 - the old linker follows DT_NEEDED entries and adds the objects referenced 35 - the old linker supported extern "C++", extern "java" in version scripts.
|
/external/mksh/src/ |
D | Build.sh | 814 ac_testn can_delexe compiler_fails 0 'for the /DELEXECUTABLE linker option' <<-EOF 819 ac_testn can_delexe compiler_fails 0 'for the -non_shared linker option' <<-EOF 931 t_ldflags='-fuse-linker-plugin' 936 t_ldflags='-fno-use-linker-plugin -fwhole-program' 939 t_ldflags='-fuse-linker-plugin' 944 t_ldflags='-fno-use-linker-plugin -fwhole-program'
|
/external/webkit/Source/ |
D | common.pri | 8 message(Using gold linker)
|
/external/clang/examples/clang-interpreter/ |
D | CMakeLists.txt | 27 linker
|
/external/llvm/test/Linker/ |
D | 2006-06-15-GlobalVarAlignment.ll | 1 ; The linker should choose the largest alignment when linking.
|
1234567891011