Home
last modified time | relevance | path

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

1234567891011

/external/llvm/utils/
Dcheck-each-file7 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/
DMakefile2 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/
Dlink_options.m42 # 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/
Dlink_options.m42 # 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/
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)
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)
/external/clang/test/Preprocessor/
Dpragma_microsoft.c8 #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/
Dthread_local_storage_win.cc143 #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/
DREADME.txt2 gold linker. At present time, this is not the default linker in
/external/iptables/m4/
Dax_check_linker_flags.m412 # 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/
Dltcf-gcj.sh69 *** 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
Dltcf-c.sh66 *** 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/
DCMakeLists.txt1 set(LLVM_LINK_COMPONENTS linker bitreader bitwriter asmparser)
DMakefile12 LINK_COMPONENTS := linker bitreader bitwriter asmparser
/external/llvm/tools/llvm-ld/
DMakefile12 LINK_COMPONENTS := ipo scalaropts linker archive bitwriter vectorize
DCMakeLists.txt1 set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter vectorize)
/external/llvm/tools/bugpoint/
DMakefile12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
DCMakeLists.txt2 linker bitreader bitwriter vectorize)
/external/stlport/doc/
DREADME.borland24 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/
D2001-07-06-LoweringIRForCodeGen.txt21 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/
DNOTES29 - 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/
DBuild.sh814 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/
Dcommon.pri8 message(Using gold linker)
/external/clang/examples/clang-interpreter/
DCMakeLists.txt27 linker
/external/llvm/test/Linker/
D2006-06-15-GlobalVarAlignment.ll1 ; The linker should choose the largest alignment when linking.

1234567891011