Searched refs:linker (Results 1 - 25 of 365) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dmodctl.h35 #include <sys/linker.h>
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp32 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 migh
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_win_sections.cpp10 // 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")
H A Dsanitizer_win_defs.h33 // 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 include
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c15 #pragma comment(linker, "/MERGE:.lprfc=.data")
16 #pragma comment(linker, "/MERGE:.lprfd=.data")
17 #pragma comment(linker, "/MERGE:.lprfv=.data")
18 #pragma comment(linker, "/MERGE:.lprfnd=.data")
/freebsd-13-stable/stand/libsa/geli/
H A Dgeli_metadata.c33 #include <sys/linker.h>
38 * from the lower-level key management functions to avoid creating a linker
/freebsd-13-stable/share/mk/
H A Dbsd.linker.mk3 # Setup variables for the linker.
5 # LINKER_TYPE is the major type of linker. Currently binutils and lld support
13 # linker support for that feature:
19 # LINKER_FREEBSD_VERSION is the linker's internal source version.
26 .if !target(__<bsd.linker.mk>__)
27 __<bsd.linker.mk>__:
66 .warning Unable to determine linker type from ${ld}=${${ld}}
81 # bootstrap linker on MacOS
92 .warning Unknown linker from ${ld}=${${ld}}: ${_ld_version}, defaulting to bfd
135 .endif # !target(__<bsd.linker
[all...]
/freebsd-13-stable/lib/libnetgraph/
H A Dinternal.h48 #include <sys/linker.h>
/freebsd-13-stable/lib/libutil/
H A Dkld.c33 #include <sys/linker.h>
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals_win.cpp24 #pragma comment(linker, "/merge:.ASAN=.data")
37 // We know end >= start because the linker sorts the portion after the dollar
/freebsd-13-stable/sys/dev/mxge/
H A Dmxge_eth_z8e.c10 #include <sys/linker.h>
H A Dmxge_ethp_z8e.c10 #include <sys/linker.h>
H A Dmxge_rss_eth_z8e.c10 #include <sys/linker.h>
H A Dmxge_rss_ethp_z8e.c10 #include <sys/linker.h>
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_rx.c38 #include <sys/linker.h>
/freebsd-13-stable/stand/userboot/userboot/
H A Dbiossmap.c33 #include <sys/linker.h>
/freebsd-13-stable/share/examples/kld/firmware/fwconsumer/
H A Dfw_consumer.c36 #include <sys/linker.h>
/freebsd-13-stable/sys/x86/x86/
H A Dfdt_machdep.c37 #include <sys/linker.h>
/freebsd-13-stable/tests/sys/net/
H A Dif_epair.c30 #include <sys/linker.h>
/freebsd-13-stable/contrib/bearssl/conf/
H A Dsamd20.mk11 # C compiler, linker, and static library builder.
/freebsd-13-stable/sbin/kldunload/
H A Dkldunload.c33 #include <sys/linker.h>
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWindows.cpp35 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY( \
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/
H A Dr88e_beacon.c34 #include <sys/linker.h>
H A Dr88e_led.c38 #include <sys/linker.h>
H A Dr88e_rf.c38 #include <sys/linker.h>

Completed in 272 milliseconds

1234567891011>>