Home
last modified time | relevance | path

Searched refs:ET_DYN (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/contrib/file/src/
H A Delfclass.h51 case ET_DYN:
H A Dreadelf.h129 #define ET_DYN 3 macro
/dragonfly/usr.bin/ldd/
H A Dldd.c154 } else if (hdr.elf.e_type == ET_DYN) { in main()
/dragonfly/usr.sbin/resident/
H A Dresident.c211 } else if (hdr.elf.e_type == ET_DYN) { in main()
/dragonfly/contrib/binutils-2.34/gold/
H A Dtarget.cc85 else if (et == elfcpp::ET_DYN) in do_make_elf_object_implementation()
H A Doutput.cc539 e_type = elfcpp::ET_DYN; in do_sized_write()
/dragonfly/contrib/binutils-2.27/gold/
H A Dtarget.cc85 else if (et == elfcpp::ET_DYN) in do_make_elf_object_implementation()
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c754 || elf_header.e_type == ET_DYN)) in process_file()
840 return ET_DYN; in elf_type()
H A Dreadelf.c2286 case ET_DYN: return _("DYN (Shared object file)"); in get_file_type()
6422 || filedata->file_header.e_type == ET_DYN)) in process_section_headers()
6481 || filedata->file_header.e_type == ET_DYN)) in process_section_headers()
11252 case ET_DYN: in get_ia64_symbol_other()
/dragonfly/sys/sys/
H A Delf_common.h124 #define ET_DYN 3 /* Shared object file */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h91 #define ET_DYN 3 /* Shared object file */ macro
/dragonfly/libexec/rtld-elf/
H A Dmap_object.c362 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) { in get_elf_header()
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h92 #define ET_DYN 3 /* Shared object file */ macro
/dragonfly/sys/kern/
H A Dimgact_elf.c474 if (hdr->e_type == ET_DYN) in __elfN()
629 (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN)) in __CONCAT()
686 if (hdr->e_type == ET_DYN) { in __CONCAT()
H A Dlink_elf.c474 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) { in link_elf_load_file()
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h95 #define ET_DYN 3 /* Shared object file */ macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Delfedit.c626 return ET_DYN; in elf_type()
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Delf.c167 #undef ET_DYN
249 #define ET_DYN 3 macro
2744 if (exe && ehdr.e_type == ET_DYN) in elf_add()
/dragonfly/stand/boot/common/
H A Dload_elf.c143 if (ehdr->e_type == ET_DYN) { in __elfN()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h158 ET_DYN = 3,
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfcode.h595 else if (i_ehdrp->e_type == ET_DYN) in elf_object_p()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delfcode.h588 else if (i_ehdrp->e_type == ET_DYN) in elf_object_p()
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h158 ET_DYN = 3,
/dragonfly/contrib/gdb-7/bfd/
H A Delfcode.h589 else if (i_ehdrp->e_type == ET_DYN) in elf_object_p()
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h837 _ELF_DEFINE_ET(ET_DYN, 3, "Shared object") \

12