/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
lsan_common_linux.cc | 32 static LoadedModule *linker = nullptr; variable 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/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/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
|
asan_new_delete.cc | 26 // anyway by passing extra -export flags to the linker, which is exactly that 31 #define COMMENT_EXPORT(sym) __pragma(comment(linker, "/export:" sym))
|
/src/tools/pcc/ |
Makefile | 17 CONFIGURE_ARGS+= --with-linker=${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ld
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_check_link_flag.m4 | 11 # Check whether the given FLAG works with the linker or gives an error. 17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags 19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to 63 AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
|
ld-output-def.m4 | 11 # Check if linker supports -Wl,--output-def and define automake
|
libtool.m4 | 965 # Check for linker boilerplate output or warnings with 997 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], 1012 # appears in it, assume the flag caused a linker warning 1026 AC_CACHE_CHECK([for -exported_symbols_list linker flag], 1038 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], 1104 # Checks for linker and compiler features on darwin 1287 # Some flags need to be propagated to the compiler or linker for good 1307 # Find out what ABI is being produced by ac_compile, and set linker 1341 # Find out what ABI is being produced by ac_compile, and set linker 1374 # Find out what ABI is being produced by ac_compile, and set linker [all...] |
ax_pthread.m4 | 12 # sets the PTHREAD_LIBS output variable to the threads library and linker
|
/src/sys/external/bsd/gnu-efi/dist/inc/aarch64/ |
efibind.h | 125 // linker what our driver init function is using /ENTRY. 129 __pragma(comment(linker, "/ENTRY:" # InitFunction))
|
/src/sys/external/bsd/gnu-efi/dist/inc/arm/ |
efibind.h | 133 // linker what our driver init function is using /ENTRY. 137 __pragma(comment(linker, "/ENTRY:" # InitFunction))
|
/src/sys/external/bsd/gnu-efi/dist/inc/riscv64/ |
efibind.h | 102 // linker what our driver init function is using /ENTRY. 106 __pragma(comment(linker, "/ENTRY:" # InitFunction))
|
/src/sys/external/bsd/gnu-efi/dist/inc/ia32/ |
efibind.h | 245 // linker what our driver init function is using /ENTRY. 249 __pragma(comment(linker, "/ENTRY:" # InitFunction))
|
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
efibind.h | 192 // linker what our driver init function is using /ENTRY. 196 __pragma(comment(linker, "/ENTRY:" # InitFunction))
|
/src/share/mk/ |
bsd.sys.mk | 94 # Set linker warnings to be fatal 353 # AARCH64 big endian needs to preserve $x/$d symbols for the linker. 356 # ARM big endian needs to preserve $a/$d/$t symbols for the linker.
|
bsd.lib.mk | 207 # Platform-independent linker flags for ELF shared libraries 598 # to add standard libraries, not the linker. 698 # exported, skip various machine-dependent crud that the linker 704 # down anywhere and I'm not sure there's any way to ask the linker to
|
bsd.prog.mk | 282 _PROGLDOPTS+= -Wl,-dynamic-linker=${_SHLINKER}
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
CMakeLists.txt | 51 # Don't need -stdlib=libc++ because we explicitly list libc++.so in the linker
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
CMakeLists.txt | 89 # MSVC linker is allocating 1M for the stack by default, which is not
|
/src/sys/external/bsd/gnu-efi/dist/inc/x86_64/ |
efibind.h | 259 // linker what our driver init function is using /ENTRY. 263 __pragma(comment(linker, "/ENTRY:" # InitFunction))
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
CMakeLists.txt | 38 # This will ensure the target linker is used
|
/src/sys/external/isc/libsodium/dist/build-aux/ |
ltmain.sh | 2070 linker: $LD (gnu? $with_gnu_ld) 3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler 3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker 4059 $ECHO " - use the '$flag' linker flag" 4808 /* This works around a problem in FreeBSD linker */ 4879 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe 6947 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* 7274 # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization 7278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=* [all...] |
/src/sys/external/isc/libsodium/dist/ |
ltmain.sh | 72 # linker: $LD (gnu? $with_gnu_ld) 2439 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler 2441 -Xlinker FLAG pass linker-specific FLAG directly to the linker 2740 $ECHO " - use the \`$flag' linker flag" 3453 /* This works around a problem in FreeBSD linker */ 3526 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe 5537 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* 5853 # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization 5856 -O*|-flto*|-fwhopr*|-fuse-linker-plugin [all...] |
configure | 1540 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1542 LIBS libraries to pass to the linker, e.g. -l<library> 6881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -pie" >&5 6882 $as_echo_n "checking whether the linker accepts -pie... " >&6; } 7121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -Wl,--dynamicbase" >&5 7122 $as_echo_n "checking whether the linker accepts -Wl,--dynamicbase... " >&6; } 7157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -Wl,--high-entropy-va" >&5 7158 $as_echo_n "checking whether the linker accepts -Wl,--high-entropy-va... " >&6; } 7193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -Wl,--nxcompat" >&5 7194 $as_echo_n "checking whether the linker accepts -Wl,--nxcompat... " >&6; [all...] |