/external/valgrind/main/VEX/switchback/ |
H A 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 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/ |
H A D | pragma-comment.c | 10 #pragma comment(linker," /bar=" BAR)
|
/external/llvm/utils/ |
H A 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/chromium_org/third_party/skia/src/ports/ |
H A D | 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/ |
H A D | Makefile | 12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
|
/external/llvm/tools/llvm-link/ |
H A D | Makefile | 12 LINK_COMPONENTS := linker bitreader bitwriter asmparser irreader
|
/external/skia/src/ports/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A 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)
|
/external/compiler-rt/lib/lsan/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | Makefile | 19 linker selectiondag asmparser instrumentation option
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
H A D | 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/ |
H A 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 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.
|
/external/llvm/projects/sample/autoconf/m4/ |
H A 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 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.
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
H A D | MSVSUtil.py | 146 linker = msvs.get('VCLinkerTool', {}) 148 pdb_path = linker.get('ProgramDatabaseFile') 166 """Insert a shim target that forces the linker to use 4KB pagesize PDBs. 169 limit for the 1KB pagesize PDBs created by the linker by default. 233 # Set up the shim to output its PDB to the same location as the final linker 253 linker = msvs.setdefault('VCLinkerTool', {}) 254 linker['GenerateDebugInformation'] = 'true' 255 linker['ProgramDatabaseFile'] = pdb_path
|
/external/clang/tools/driver/ |
H A D | Makefile | 33 instrumentation ipo irreader linker selectiondag option
|
/external/dhcpcd/mk/ |
H A D | 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/ |
H A D | id.h | 87 #include <sys/linker.h>
|
/external/libsepol/tests/ |
H A D | libsepol-tests.c | 22 #include "test-linker.h" 62 DECLARE_SUITE(linker);
|