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

1234567891011>>

/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dmodctl.h34 #include <sys/linker.h>
/freebsd-10.0-release/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-10.0-release/sys/boot/arm/at91/boot0/
H A DMakefile9 LDFLAGS=-e 0 -T ${.CURDIR}/linker.cfg
/freebsd-10.0-release/sys/boot/arm/at91/boot0iic/
H A DMakefile9 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
/freebsd-10.0-release/sys/boot/arm/at91/boot0spi/
H A DMakefile9 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
/freebsd-10.0-release/sys/boot/arm/at91/bootiic/
H A DMakefile9 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
/freebsd-10.0-release/usr.sbin/asf/
H A Dasf_kld.c31 #include <sys/linker.h>
38 * Get the linker file list using the kld interface.
45 int fid = 0; /* indicates the beginning of the linker file list */
51 /* Get info on this linker file */
56 /* Add to our list of linker files */
/freebsd-10.0-release/sys/boot/arm/at91/boot2/
H A DMakefile9 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
/freebsd-10.0-release/sys/boot/arm/at91/bootspi/
H A DMakefile9 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
/freebsd-10.0-release/contrib/jemalloc/src/
H A Dtsd.c98 # pragma comment(linker, "/INCLUDE:__tls_used")
100 # pragma comment(linker, "/INCLUDE:_tls_used")
/freebsd-10.0-release/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-10.0-release/lib/libnetgraph/
H A Dinternal.h48 #include <sys/linker.h>
/freebsd-10.0-release/lib/libutil/
H A Dkld.c31 #include <sys/linker.h>
/freebsd-10.0-release/share/examples/kld/firmware/fwconsumer/
H A Dfw_consumer.c34 #include <sys/linker.h>
/freebsd-10.0-release/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-10.0-release/sys/x86/x86/
H A Dfdt_machdep.c35 #include <sys/linker.h>
/freebsd-10.0-release/sbin/geom/class/sched/
H A Dgeom_sched.c38 #include <sys/linker.h>
/freebsd-10.0-release/sbin/kldunload/
H A Dkldunload.c31 #include <sys/linker.h>
/freebsd-10.0-release/sys/boot/i386/efi/
H A Delf32_freebsd.c32 #include <sys/linker.h>
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Delf32_freebsd.c32 #include <sys/linker.h>
/freebsd-10.0-release/sys/boot/ofw/libofw/
H A Delf_freebsd.c31 #include <sys/linker.h>
H A Dppc64_elf_freebsd.c33 #include <sys/linker.h>

Completed in 109 milliseconds

1234567891011>>