HomeSort by relevance Sort by last modified time
    Searched refs:linker (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/valgrind/main/VEX/switchback/
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
4 # gcc -Wall -O -g -o switchback switchback.c linker.c ../libvex.a
10 rm -f switchback switchback.o linker.o
  /external/llvm/utils/
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
    [all...]
  /external/llvm/tools/llvm-link/
Makefile 12 LINK_COMPONENTS := linker bitreader bitwriter asmparser
  /external/llvm/tools/bugpoint/
Makefile 12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
  /external/clang/test/Preprocessor/
pragma_microsoft.c 8 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identifier and optional string}}
9 #pragma comment(linker," bar=" BAR)
24 __pragma(comment(linker," bar=" BAR))
  /external/libpng/scripts/
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)
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 15 #include <mcld/Linker.h>
58 Linker linker; local
59 linker.config(config);
65 if (linker.link(module, builder))
66 linker.emit("./test.so");
82 Linker linker; local
92 /// To configure linker before setting options. Linker::config sets u
139 Linker linker; local
234 Linker linker; local
336 Linker linker; local
    [all...]
  /external/skia/src/ports/
SkThread_win.cpp 100 #pragma comment(linker, "/INCLUDE:_tls_used")
101 #pragma comment(linker, "/INCLUDE:skia_tls_callback")
105 #pragma comment(linker, "/INCLUDE:__tls_used")
106 #pragma comment(linker, "/INCLUDE:_skia_tls_callback")
  /external/chromium/base/threading/
thread_local_storage_win.cc 137 // Force a reference to _tls_used to make the linker create the TLS directory
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")
173 // linker /INCLUDE:symbol pragma above.
175 // The linker must not discard p_thread_callback_base. (We force a reference
176 // to this variable with a linker /INCLUDE:symbol pragma to ensure that.) If
183 // linker doesn't discard it.
  /external/clang/examples/clang-interpreter/
Makefile 19 linker selectiondag asmparser instrumentation
  /bionic/linker/
Android.mk 14 linker.cpp \
26 # We need to access Bionic private headers in the linker.
41 LOCAL_MODULE:= linker
53 # is probably specific the linker only, so there's no need to modify the build system for
  /external/webkit/Source/WebKit2/win/
MainWin.cpp 39 #pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='" PROCESSORARCHITECTURE "' publicKeyToken='6595b64144ccf1df' language='*'\"")
  /external/webkit/Tools/MiniBrowser/win/
main.cpp 42 #pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='" PROCESSORARCHITECTURE "' publicKeyToken='6595b64144ccf1df' language='*'\"")
  /build/target/product/
embedded.mk 58 linker \
  /ndk/tests/device/whole-static-libs/jni/
Android.mk 8 # The GNU linker will strip un-needed object files from executables even whe
  /external/llvm/autoconf/m4/
link_options.m4 2 # Get the linker version string.
7 [AC_CACHE_CHECK([for linker version],[llvm_cv_link_version],
19 [Linker version detected at compile time.])
23 # Determine if the system can handle the -R option being passed to the linker.
38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
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/
link_options.m4 2 # Get the linker version string.
7 [AC_CACHE_CHECK([for linker version],[llvm_cv_link_version],
19 [Linker version detected at compile time.])
23 # Determine if the system can handle the -R option being passed to the linker.
38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
43 # Determine if the system can handle the -R option being passed to the linker.
65 # passed to the linker.
  /hardware/invensense/libsensors_iio/software/build/android/
common.mk 28 ## compile, includes, and linker
42 ANDROID_LINK_EXECUTABLE += -Wl,-dynamic-linker,/system/bin/linker
  /ndk/tests/build/topological-sort/jni/
Android.mk 22 # <linker> -o <executable> main.o libfoo.a libbar.a
24 # Due to the way the linker works, this will fail. More specifically,
32 # <linker> -o <executable> main.o libbar.a libfoo.a
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
Android.mk 13 # in SDL_dlcompat.o this module depends. Instruct linker to resolved it at runtime.
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
Android.mk 21 # in SDL_dlcompat.o this module depends. Instruct linker to resolved it at runtime.
  /external/clang/tools/driver/
Makefile 33 instrumentation ipo linker selectiondag
  /external/dhcpcd/mk/
prog.mk 21 # If building for /, ensure we use the linker in /libexec if different from
24 echo "-Wl,-dynamic-linker=/libexec/ld.elf_so"; \
  /external/libppp/src/
id.h 87 #include <sys/linker.h>
  /external/libsepol/tests/
libsepol-tests.c 22 #include "test-linker.h"
62 DECLARE_SUITE(linker);

Completed in 1217 milliseconds

1 2 3 4 5