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

1 2 3 4 5 6 7 8

  /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/clang/test/CodeGen/
pragma-comment.c 10 #pragma comment(linker," /bar=" BAR)
13 // CHECK: !0 = metadata !{i32 6, metadata !"Linker Options", metadata ![[link_opts:[0-9]+]]}
  /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/chromium_org/third_party/skia/src/ports/
SkTLS_win.cpp 39 #pragma comment(linker, "/INCLUDE:_tls_used")
40 #pragma comment(linker, "/INCLUDE:skia_tls_callback")
44 #pragma comment(linker, "/INCLUDE:__tls_used")
45 #pragma comment(linker, "/INCLUDE:_skia_tls_callback")
  /external/llvm/tools/bugpoint/
Makefile 12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
  /external/llvm/tools/llvm-link/
Makefile 12 LINK_COMPONENTS := linker bitreader bitwriter asmparser irreader
  /external/skia/src/ports/
SkTLS_win.cpp 39 #pragma comment(linker, "/INCLUDE:_tls_used")
40 #pragma comment(linker, "/INCLUDE:skia_tls_callback")
44 #pragma comment(linker, "/INCLUDE:__tls_used")
45 #pragma comment(linker, "/INCLUDE:_skia_tls_callback")
  /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)
29 __pragma(comment(linker," bar=" BAR))
  /external/chromium_org/base/win/
dllmain.cc 22 // Force a reference to _tls_used to make the linker create the TLS directory
47 #pragma comment(linker, "/INCLUDE:_tls_used")
48 #pragma comment(linker, "/INCLUDE:p_thread_callback_dllmain_typical_entry")
52 #pragma comment(linker, "/INCLUDE:__tls_used")
53 #pragma comment(linker, "/INCLUDE:_p_thread_callback_dllmain_typical_entry")
62 // linker /INCLUDE:symbol pragmas above.
71 // linker doesn't discard it.
  /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.emulate(script, config);
65 if (linker.link(module, builder))
66 linker.emit("./test.so");
82 Linker linker; local
93 /// To configure linker before setting options. Linker::config sets u
140 Linker linker; local
237 Linker linker; local
341 Linker linker; local
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 31 static LoadedModule *linker = 0; member in namespace:__lsan
42 linker = reinterpret_cast<LoadedModule *>(linker_placeholder);
46 Report("LeakSanitizer: Dynamic linker not found. "
51 linker = 0;
86 // FIXME: dl_iterate_phdr acquires a linker lock, so we run a risk of
110 if (linker->containsAddress(GetCallerPC(m.stack_trace_id()))) {
121 if (!linker) return;
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
copy_constant_to_storage_tests.cpp 30 namespace linker { namespace
77 linker::copy_constant_to_storage(storage,
96 linker::copy_constant_to_storage(storage,
115 linker::copy_constant_to_storage(storage,
134 linker::copy_constant_to_storage(storage,
144 * passed to \c linker::copy_constant_to_storage is hard-coded to \c
158 linker::copy_constant_to_storage(storage,
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 100 // Force a reference to _tls_used to make the linker create the TLS directory
106 #pragma comment(linker, "/INCLUDE:__tls_used")
107 #pragma comment(linker, "/INCLUDE:_p_thread_callback_tcmalloc")
108 #pragma comment(linker, "/INCLUDE:_p_process_term_tcmalloc")
110 #pragma comment(linker, "/INCLUDE:_tls_used")
111 #pragma comment(linker, "/INCLUDE:p_thread_callback_tcmalloc")
112 #pragma comment(linker, "/INCLUDE:p_process_term_tcmalloc")
153 // for the linker /INCLUDE:symbol pragmas above.
155 // This tells the linker to run these functions.
  /external/mesa3d/src/glsl/tests/
copy_constant_to_storage_tests.cpp 30 namespace linker { namespace
77 linker::copy_constant_to_storage(storage,
96 linker::copy_constant_to_storage(storage,
115 linker::copy_constant_to_storage(storage,
134 linker::copy_constant_to_storage(storage,
144 * passed to \c linker::copy_constant_to_storage is hard-coded to \c
158 linker::copy_constant_to_storage(storage,
  /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/chromium_org/base/threading/
thread_local_storage_win.cc 215 // Force a reference to _tls_used to make the linker create the TLS directory
221 #pragma comment(linker, "/INCLUDE:_tls_used")
222 #pragma comment(linker, "/INCLUDE:p_thread_callback_base")
226 #pragma comment(linker, "/INCLUDE:__tls_used")
227 #pragma comment(linker, "/INCLUDE:_p_thread_callback_base")
251 // linker /INCLUDE:symbol pragma above.
253 // The linker must not discard p_thread_callback_base. (We force a reference
254 // to this variable with a linker /INCLUDE:symbol pragma to ensure that.) If
261 // linker doesn't discard it.
  /external/clang/examples/clang-interpreter/
Makefile 19 linker selectiondag asmparser instrumentation option
  /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
  /ndk/tests/build/warn-non-system-libs-in-linker-flags/jni/
Android.mk 11 # Use linker flags to list libfoo.so at link time.
  /ndk/tests/device/whole-static-libs/jni/
Android.mk 8 # The GNU linker will strip un-needed object files from executables even whe
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 38 # we need some way for outsiders to feed preprocessor/compiler/linker
44 # should just happily stuff them into the preprocessor/compiler/linker
178 linker = self.linker_exe[:]
180 linker = self.linker_so[:]
183 # is used to set up the linker's environment.
188 if os.path.basename(linker[0]) == "env":
190 while '=' in linker[i]:
193 linker[i] = self.compiler_cxx[i]
196 linker = _osx_support.compiler_fixup(linker, ld_args
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 38 # we need some way for outsiders to feed preprocessor/compiler/linker
44 # should just happily stuff them into the preprocessor/compiler/linker
178 linker = self.linker_exe[:]
180 linker = self.linker_so[:]
183 # is used to set up the linker's environment.
188 if os.path.basename(linker[0]) == "env":
190 while '=' in linker[i]:
193 linker[i] = self.compiler_cxx[i]
196 linker = _osx_support.compiler_fixup(linker, ld_args
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.cc 100 // Force a reference to _tls_used to make the linker create the TLS directory
106 #pragma comment(linker, "/INCLUDE:__tls_used")
107 #pragma comment(linker, "/INCLUDE:_p_thread_callback_tcmalloc")
108 #pragma comment(linker, "/INCLUDE:_p_process_term_tcmalloc")
110 #pragma comment(linker, "/INCLUDE:_tls_used")
111 #pragma comment(linker, "/INCLUDE:p_thread_callback_tcmalloc")
112 #pragma comment(linker, "/INCLUDE:p_process_term_tcmalloc")
153 // for the linker /INCLUDE:symbol pragmas above.
155 // This tells the linker to run these functions.
  /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.])
66 # passed to the linker.

Completed in 3090 milliseconds

1 2 3 4 5 6 7 8