Searched refs:linker (Results 176 - 200 of 325) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.h81 #include <sys/linker.h> /* for debug of memory allocations */
/freebsd-11-stable/sbin/mdconfig/
H A Dmdconfig.c38 #include <sys/linker.h>
/freebsd-11-stable/usr.sbin/kldxref/
H A Def.c36 #include <sys/linker.h>
H A Def_obj.c38 #include <sys/linker.h>
H A Dkldxref.c42 #include <sys/linker.h>
65 static const char *xref_file = "linker.hints";
646 case 'f': /* use this name instead of linker.hints */
/freebsd-11-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c55 #include <sys/linker.h>
/freebsd-11-stable/sys/riscv/riscv/
H A Dmachdep.c52 #include <sys/linker.h>
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c50 #include <sys/linker.h>
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h84 /* ELF linker hash table entries. */
313 /* ELF linker hash table. */
327 /* The BFD used to hold special sections created by the linker.
396 /* Look up an entry in an ELF linker hash table. */
403 /* Traverse an ELF linker hash table. */
411 /* Get the ELF linker hash table from a link_info structure. */
618 /* A function to return the linker hash table entry of a symbol that
669 of a link just before adding a symbol to the global linker hash
687 linker the first time it encounters a dynamic object in the link.
707 the ELF backend linker
1455 bfd_boolean linker; member in struct:elf_obj_tdata
[all...]
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk211 --dynamic-linker /red/herring \
H A Dkern.mk260 # Set target-specific linker emulation name.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc305 // linker is in use.
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dconfigure1038 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
4034 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4035 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4362 # linker. It appears as though 1/2 is a usable value.
5175 /* This works around a problem in FreeBSD linker */
5261 # Some flags need to be propagated to the compiler or linker for good
6507 # PORTME Check for flag to pass linker flags through the system compiler.
6585 # Sun Fortran 8.3 passes all unrecognized flags to the linker
6758 # The linker can only warn and ignore the option if not recognized
6926 echo "$as_me:$LINENO: checking whether the $compiler linker (
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_linker.c47 #include <sys/linker.h>
102 MALLOC_DEFINE(M_LINKER, "linker", "kernel linker");
106 static struct sx kld_sx; /* kernel linker lock */
109 * Load counter used by clients to determine if a linker file has been
159 sx_init(&kld_sx, "kernel linker");
164 SYSINIT(linker, SI_SUB_KLD, SI_ORDER_FIRST, linker_init, NULL);
777 * Locate a linker set and its contents. This is a helper function to avoid
893 * Both DDB and stack(9) rely on the kernel linker to provide forward and
1700 static char linker_hintfile[] = "linker
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh65 # linker: $LD (gnu? $with_gnu_ld)
1367 /* This works around a problem in FreeBSD linker */
1440 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe
2130 $ECHO " - use the \`$flag' linker flag"
3025 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
3945 func_warning "passing it literally to the linker, although it might fail"
5084 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
5088 $ECHO "*** because a test_compile did reveal that the linker did not use it for"
5124 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
5128 $ECHO "*** because a test_compile did reveal that the linker di
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_socket.c56 #include <sys/linker.h>
/freebsd-11-stable/sys/dev/pci/
H A Dpci_user.c37 #include <sys/linker.h>
H A Dpci_iov.c40 #include <sys/linker.h>
/freebsd-11-stable/sys/opencrypto/
H A Dcrypto.c66 #include <sys/linker.h>
/freebsd-11-stable/sys/x86/x86/
H A Dnexus.c55 #include <sys/linker.h>
/freebsd-11-stable/lib/libsysdecode/
H A Dflags.c36 #include <sys/linker.h>
/freebsd-11-stable/sys/dev/isp/
H A Disp_sbus.c36 #include <sys/linker.h>
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c44 #include <sys/linker.h>
176 * dependency in order for the kernel linker to resolve
/freebsd-11-stable/stand/common/
H A Dmodule.c37 #include <sys/linker.h>
49 u_char *d_hints; /* content of linker.hints file */
381 * in the linker.hints file, we should check if it have
988 * Read linker.hints file into memory performing some sanity checks.
999 path = moduledir_fullpath(mdp, "linker.hints");
/freebsd-11-stable/sbin/gbde/
H A Dgbde.c91 #include <sys/linker.h>

Completed in 234 milliseconds

1234567891011>>