| /src/external/cddl/osnet/sys/sys/ |
| modctl.h | 36 #include <sys/linker.h>
|
| /src/external/apache2/llvm/dist/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...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_common_linux.cc | 32 static LoadedModule *linker = nullptr; member in namespace:__lsan 59 if (linker == nullptr) { 60 linker = reinterpret_cast<LoadedModule *>(linker_placeholder); 61 *linker = module; 65 "TLS and other allocations originating from linker might be " 67 linker->clear(); 68 linker = nullptr; 72 if (linker == nullptr) { 73 VReport(1, "LeakSanitizer: Dynamic linker not found. TLS and other " 74 "allocations originating from linker might be falsely reported [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| linker.go | 1 //===- linker.go - Bindings for linker ------------------------------------===// 9 // This file defines bindings for the linker component. 17 #include "llvm-c/Linker.h"
|
| /src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| lsan_common_linux.cpp | 32 static LoadedModule *linker = nullptr; member in namespace:__lsan 59 if (linker == nullptr) { 60 linker = reinterpret_cast<LoadedModule *>(linker_placeholder); 61 *linker = module; 65 "TLS and other allocations originating from linker might be " 67 linker->clear(); 68 linker = nullptr; 72 if (linker == nullptr) { 73 VReport(1, "LeakSanitizer: Dynamic linker not found. TLS and other " 74 "allocations originating from linker might be falsely reported [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_coverage_win_sections.cpp | 10 // Windows specific tricks to coax the linker into giving us the start and stop 22 // section. We also need to prevent the linker from adding any padding. Each 31 // Use uint64_t so the linker won't need to add any padding if it tries to word 38 // declspec), MSVC's linker may try to align the section, .SCOV$CZ, containing 42 // byte, the linker won't try to align it on an 8-byte boundary, so use a 57 #pragma comment(linker, "/MERGE:.SCOV=.data") 65 #pragma comment(linker, "/MERGE:.SCOVP=.rdata")
|
| sanitizer_win_defs.h | 33 // link/lld-link. The GNU linker doesn't support /alternatename and /include 50 // use the /alternatename directive to tell the linker to default a specific 52 // Take into account that this is a pragma directive for the linker, so it will 54 // symbol table of the resulting object file. The linker won't find the default 59 // "test.obj", it will work because the linker always link object files. 64 // result in a link error (the linker doesn't find the pragma directive). 69 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY(Name) "="\ 73 __pragma(comment(linker, "/include:" WIN_SYM_PREFIX STRINGIFY(Name))) 76 __pragma(comment(linker, "/export:" WIN_EXPORT_PREFIX STRINGIFY(ExportedName)\ 124 // that the linker includes the object file with the default implementation [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| lsan_common_linux.cpp | 32 static LoadedModule *linker = nullptr; member in namespace:__lsan 59 if (linker == nullptr) { 60 linker = reinterpret_cast<LoadedModule *>(linker_placeholder); 61 *linker = module; 65 "TLS and other allocations originating from linker might be " 67 linker->clear(); 68 linker = nullptr; 72 if (linker == nullptr) { 73 VReport(1, "LeakSanitizer: Dynamic linker not found. TLS and other " 74 "allocations originating from linker might be falsely reported [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_coverage_win_sections.cpp | 10 // Windows specific tricks to coax the linker into giving us the start and stop 22 // section. We also need to prevent the linker from adding any padding. Each 31 // Use uint64_t so the linker won't need to add any padding if it tries to word 38 // declspec), MSVC's linker may try to align the section, .SCOV$CZ, containing 42 // byte, the linker won't try to align it on an 8-byte boundary, so use a 57 #pragma comment(linker, "/MERGE:.SCOV=.data") 65 #pragma comment(linker, "/MERGE:.SCOVP=.rdata")
|
| sanitizer_win_defs.h | 33 // link/lld-link. The GNU linker doesn't support /alternatename and /include 50 // use the /alternatename directive to tell the linker to default a specific 52 // Take into account that this is a pragma directive for the linker, so it will 54 // symbol table of the resulting object file. The linker won't find the default 59 // "test.obj", it will work because the linker always link object files. 64 // result in a link error (the linker doesn't find the pragma directive). 69 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY(Name) "="\ 73 __pragma(comment(linker, "/include:" WIN_SYM_PREFIX STRINGIFY(Name))) 76 __pragma(comment(linker, "/export:" WIN_EXPORT_PREFIX STRINGIFY(ExportedName)\ 124 // that the linker includes the object file with the default implementation [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_coverage_win_sections.cc | 11 // Windows specific tricks to coax the linker into giving us the start and stop 23 // section. We also need to prevent the linker from adding any padding. Each 50 #pragma comment(linker, "/MERGE:.SCOV=.data") 52 // Use uint64_t so there won't be any issues if the linker tries to word align 61 #pragma comment(linker, "/MERGE:.SCOVP=.rdata")
|
| sanitizer_win_defs.h | 34 // link/lld-link. The GNU linker doesn't support /alternatename and /include 49 // use the /alternatename directive to tell the linker to default a specific 51 // Take into account that this is a pragma directive for the linker, so it will 53 // symbol table of the resulting object file. The linker won't find the default 58 // "test.obj", it will work because the linker always link object files. 63 // result in a link error (the linker doesn't find the pragma directive). 68 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY(Name) "="\ 72 __pragma(comment(linker, "/include:" WIN_SYM_PREFIX STRINGIFY(Name))) 75 __pragma(comment(linker, "/export:" WIN_EXPORT_PREFIX STRINGIFY(ExportedName)\ 123 // that the linker includes the object file with the default implementation [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/driver/ |
| driver.h | 43 extern const char *linker;
|
| /src/external/gpl3/binutils/dist/config/ |
| bootstrap-lto-noplugin.mk | 2 # hosts without linker plugin support.
|
| /src/external/gpl3/binutils.old/dist/config/ |
| bootstrap-lto-noplugin.mk | 2 # hosts without linker plugin support.
|
| /src/external/gpl3/gcc/dist/config/ |
| bootstrap-lto-noplugin.mk | 2 # hosts without linker plugin support.
|
| /src/external/gpl3/gcc.old/dist/config/ |
| bootstrap-lto-noplugin.mk | 2 # hosts without linker plugin support.
|
| /src/external/gpl3/gdb/dist/config/ |
| bootstrap-lto-noplugin.mk | 2 # hosts without linker plugin support.
|
| /src/external/gpl3/gdb.old/dist/config/ |
| bootstrap-lto-noplugin.mk | 2 # hosts without linker plugin support.
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_globals_win.cc | 25 #pragma comment(linker, "/merge:.ASAN=.data") 38 // We know end >= start because the linker sorts the portion after the dollar
|
| /src/tools/pcc/ |
| Makefile | 17 CONFIGURE_ARGS+= --with-linker=${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ld
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_globals_win.cpp | 24 #pragma comment(linker, "/merge:.ASAN=.data") 37 // We know end >= start because the linker sorts the portion after the dollar
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_globals_win.cpp | 24 #pragma comment(linker, "/merge:.ASAN=.data") 37 // We know end >= start because the linker sorts the portion after the dollar
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/ |
| llvm_linker.mli | 9 (** Linker. 11 This interface provides an OCaml API for LLVM bitcode linker, 12 the classes in the Linker library. *)
|
| /src/external/apache2/llvm/autoconf/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.
|