Searched refs:elf (Results 376 - 400 of 424) sorted by relevance

<<11121314151617

/freebsd-12-stable/stand/common/
H A Dload_elf.c38 #include <machine/elf.h>
96 const char *__elfN(kerneltype) = "elf kernel";
97 const char *__elfN(moduletype) = "elf module";
338 printf("elf" __XSTRING(__ELF_WORD_SIZE)
347 * in the elf header (an ARM kernel can be loaded at any 2MB
356 printf("elf" __XSTRING(__ELF_WORD_SIZE)
366 printf("elf" __XSTRING(__ELF_WORD_SIZE)
372 printf("elf" __XSTRING(__ELF_WORD_SIZE)
378 printf("elf" __XSTRING(__ELF_WORD_SIZE)
402 printf("elf" __XSTRIN
[all...]
/freebsd-12-stable/stand/fdt/
H A Dfdt_loader_cmd.c38 #include <machine/elf.h>
/freebsd-12-stable/sys/kern/
H A Dimgact_elf.c83 #include <machine/elf.h>
105 SYSCTL_NODE(_kern, OID_AUTO, __CONCAT(elf, __ELF_WORD_SIZE), CTLFLAG_RW, 0,
1755 * Note that read-only segments related to the elf binary
2720 EXEC_SET(__CONCAT(elf, __ELF_WORD_SIZE), __elfN(execsw));
H A Dlink_elf.c55 #include <machine/elf.h>
410 modptr = preload_search_by_type("elf" __XSTRING(__ELF_WORD_SIZE) " kernel");
412 modptr = preload_search_by_type("elf kernel");
542 /* From src/libexec/rtld-elf/rtld.c */
763 (strcmp(type, "elf" __XSTRING(__ELF_WORD_SIZE) " module") != 0 &&
764 strcmp(type, "elf module") != 0))
884 * Read the elf header from the file.
H A Dlink_elf_obj.c49 #include <machine/elf.h>
341 if (type == NULL || (strcmp(type, "elf" __XSTRING(__ELF_WORD_SIZE)
343 strcmp(type, "elf obj module") != 0)) {
676 /* Read the elf header from the file. */
/freebsd-12-stable/contrib/binutils/gas/
H A Dconfigure3615 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6585 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6642 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
6707 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6735 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6754 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8038 *) objformat=elf ;;
8043 freebsd-elf*)
8415 version_type=freebsd-elf
10259 mips-*-*-elf) cas
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp67 namespace elf { namespace in namespace:lld
1972 } // namespace elf
H A DDriver.cpp70 namespace elf { namespace in namespace:lld
580 StringRef s = args.getLastArgValue(OPT_oformat, "elf");
583 if (!s.startswith("elf"))
1171 if (s == "elf" || s == "default")
1174 " (supported formats: elf, default, binary)");
2024 } // namespace elf
H A DWriter.cpp40 namespace elf { namespace in namespace:lld
313 // you can call lld::elf::main more than once as a library.
2743 } // namespace elf
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c36 #include <sys/elf.h>
/freebsd-12-stable/tools/boot/
H A Drootgen.sh834 for f in /sbin/halt /sbin/init /bin/sh /sbin/sysctl $(ldd /bin/sh | awk 'NF == 4 { print $3; }') /libexec/ld-elf.so.1; do
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-score.c27 #include "elf-bfd.h"
28 #include "elf/score.h"
29 #include "elf/common.h"
30 #include "elf/internal.h"
71 /* Get the SCORE elf linker hash table from a link_info structure. */
141 struct bfd_elf_section_data elf; member in struct:_score_elf_section_data
1366 score_elf_section_data (s)->elf.this_hdr.sh_flags |= SHF_ALLOC | SHF_WRITE | SHF_SCORE_GPREL;
3719 /* Create a score elf linker hash table. */
/freebsd-12-stable/contrib/binutils/
H A Dltmain.sh4734 freebsd-aout|freebsd-elf|sunos)
4805 freebsd-elf)
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp34 namespace elf { namespace in namespace:llvm::objcopy
1552 "e_shstrndx field value " + Twine(ShstrIndex) + " in elf header " +
1554 "e_shstrndx field value " + Twine(ShstrIndex) + " in elf header " +
2399 } // end namespace elf
/freebsd-12-stable/contrib/file/
H A Dconfigure1417 --disable-elf disable builtin ELF support
1418 --disable-elf-core disable ELF core file support
3188 # Check whether --enable-elf was given.
3214 # Check whether --enable-elf-core was given.
5820 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
7742 emul=elf
10041 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10133 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10228 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10256 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /de
[all...]
H A Dltmain.sh8815 darwin|freebsd-elf|linux|osf|windows|none)
8907 freebsd-elf)
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dconfigure3783 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6753 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6810 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
6875 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6903 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6922 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8206 *) objformat=elf ;;
8211 freebsd-elf*)
8583 version_type=freebsd-elf
11470 # specified, as in sh3-elf, sh3
[all...]
/freebsd-12-stable/lib/libprocstat/
H A Dlibprocstat.c42 #include <sys/elf.h>
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh8808 darwin|freebsd-elf|linux|osf|windows|none)
8899 freebsd-elf)
/freebsd-12-stable/contrib/openbsm/config/
H A Dltmain.sh8808 darwin|freebsd-elf|linux|osf|windows|none)
8899 freebsd-elf)
/freebsd-12-stable/contrib/openpam/
H A Dltmain.sh8808 darwin|freebsd-elf|linux|osf|windows|none)
8899 freebsd-elf)
/freebsd-12-stable/contrib/sqlite3/
H A Dltmain.sh8814 darwin|freebsd-elf|linux|osf|windows|none)
8908 freebsd-elf)
/freebsd-12-stable/contrib/unbound/
H A Dltmain.sh8810 darwin|freebsd-elf|linux|osf|windows|none)
8901 freebsd-elf)
/freebsd-12-stable/contrib/libevent/
H A Dltmain.sh8808 darwin|freebsd-elf|linux|osf|windows|none)
8899 freebsd-elf)
/freebsd-12-stable/contrib/ldns/
H A Dltmain.sh8814 darwin|freebsd-elf|linux|osf|windows|none)
8908 freebsd-elf)

Completed in 726 milliseconds

<<11121314151617