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

1234567891011>>

/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dmodctl.h34 #include <sys/linker.h>
/freebsd-11-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-11-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-11-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-11-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-11-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm6 With the GNU linker, there can only be a single -init option, and the
7 linker simply sets DT_INIT to that value. gcc's initialization and
12 The SGI linker instead accepts several -init options. It will set DT_INIT
13 to a linker-created function (placed in .init) that calls each of the -init
14 functions in turn. If there is any user code in .init, this linker-created
20 to go in .init, just like it can with the GNU linker. However, doing this
21 seems to confuse the linker and triggers an internal error:
/freebsd-11-stable/usr.sbin/asf/
H A Dasf_kld.c33 #include <sys/linker.h>
40 * Get the linker file list using the kld interface.
47 int fid = 0; /* indicates the beginning of the linker file list */
53 /* Get info on this linker file */
58 /* Add to our list of linker files */
/freebsd-11-stable/share/mk/
H A Dbsd.linker.mk1 # $FreeBSD: stable/11/share/mk/bsd.linker.mk 358076 2020-02-18 18:03:04Z dim $
3 # 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:
24 .if !target(__<bsd.linker.mk>__)
25 __<bsd.linker.mk>__:
54 .warning Unable to determine linker type from ${ld}=${${ld}}
63 .warning Unknown linker from ${ld}=${${ld}}: ${_ld_version}, defaulting to bfd
101 .endif # !target(__<bsd.linker.mk>__)
/freebsd-11-stable/contrib/jemalloc/src/
H A Dtsd.c152 # pragma comment(linker, "/INCLUDE:__tls_used")
153 # pragma comment(linker, "/INCLUDE:_tls_callback")
155 # pragma comment(linker, "/INCLUDE:_tls_used")
156 # pragma comment(linker, "/INCLUDE:tls_callback")
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-sparc.c120 bfd_boolean linker ATTRIBUTE_UNUSED)
247 elf32_sparc_vxworks_final_write_processing (bfd *abfd, bfd_boolean linker) argument
249 elf32_sparc_final_write_processing (abfd, linker);
250 elf_vxworks_final_write_processing (abfd, linker);
/freebsd-11-stable/lib/libnetgraph/
H A Dinternal.h48 #include <sys/linker.h>
/freebsd-11-stable/lib/libutil/
H A Dkld.c31 #include <sys/linker.h>
/freebsd-11-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-11-stable/sys/x86/x86/
H A Dfdt_machdep.c35 #include <sys/linker.h>
/freebsd-11-stable/share/examples/kld/firmware/fwconsumer/
H A Dfw_consumer.c34 #include <sys/linker.h>
/freebsd-11-stable/stand/userboot/userboot/
H A Dbiossmap.c33 #include <sys/linker.h>
/freebsd-11-stable/tests/sys/net/
H A Dif_epair.c30 #include <sys/linker.h>
/freebsd-11-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-11-stable/stand/i386/
H A DMakefile.inc5 .sinclude <bsd.linker.mk>
/freebsd-11-stable/usr.bin/gprof/
H A Dkernel.c5 #include <sys/linker.h>
/freebsd-11-stable/stand/powerpc/ofw/
H A Dppc64_elf_freebsd.c33 #include <sys/linker.h>

Completed in 230 milliseconds

1234567891011>>