Searched refs:ET_DYN (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c155 dh.dofhp_addr = elf->e_type == ET_DYN ? (uintptr_t) lmp->l_base : 0;
158 dh.dofhp_addr = elf->e_type == ET_DYN ? (uintptr_t) lmp->l_addr : 0;
/freebsd-13-stable/contrib/file/src/
H A Delfclass.h51 case ET_DYN:
H A Dreadelf.h129 #define ET_DYN 3 macro
/freebsd-13-stable/usr.bin/ldd/
H A Dldd.c447 if (ehdr.e_type == ET_DYN)
460 if (ehdr.e_type == ET_DYN && !pie) {
/freebsd-13-stable/lib/libproc/
H A Dproc_sym.c523 off = file->ehdr.e_type == ET_DYN ?
628 off = file->ehdr.e_type == ET_DYN ?
714 if (file->ehdr.e_type == ET_DYN)
/freebsd-13-stable/contrib/libexecinfo/
H A Dsymtab.c114 st->ispie = ehdr.e_type == ET_DYN;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c123 if (ehdr->e_type != ET_DYN)
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_image.c372 if (eh.e_type != ET_EXEC && eh.e_type != ET_DYN &&
/freebsd-13-stable/libexec/rtld-elf/
H A Dmap_object.c382 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) {
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c733 return (hdr->e_type == ET_DYN || hdr->e_type == ET_EXEC);
738 return (hdr->e_type == ET_DYN || hdr->e_type == ET_EXEC);
/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c650 if (hdr->e_type == ET_DYN) {
/freebsd-13-stable/stand/common/
H A Dload_elf.c332 * Kernels can be ET_DYN, so just assume the first loaded object is the
366 } else if (ehdr->e_type == ET_DYN) {
983 } else if (ef.ehdr->e_type != ET_DYN) {
/freebsd-13-stable/lib/libkvm/
H A Dkvm_private.c136 kd->nlehdr.e_type == ET_DYN : kd->nlehdr.e_type == ET_EXEC) &&
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h115 ET_DYN = 3, // Shared object file enumerator in enum:llvm::ELF::__anon3064
/freebsd-13-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c872 if (eh.e_type == ET_EXEC || eh.e_type == ET_DYN) {
/freebsd-13-stable/sys/sys/
H A Delf_common.h201 #define ET_DYN 3 /* Shared object. */ macro
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c324 else if (ieh.e_type == ET_DYN)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h1081 return (Type != ELF::ET_DYN && Type != ELF::ET_EXEC) || MustBeRelocatable;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3020 case ET_DYN:
3021 *s << "ET_DYN";
3253 case llvm::ELF::ET_DYN:
3284 case llvm::ELF::ET_DYN:
/freebsd-13-stable/sys/kern/
H A Dimgact_elf.c816 if (hdr->e_type == ET_DYN)
1090 * Only allow ET_EXEC & ET_DYN here, reject ET_DYN later
1094 (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN))
1177 if (hdr->e_type == ET_DYN) {
H A Dlink_elf.c1023 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2767 return ET_DYN;
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h892 _ELF_DEFINE_ET(ET_DYN, 3, "Shared object") \
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c276 case ET_DYN: return "ET_DYN";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp37 ECase(ET_DYN);

Completed in 321 milliseconds

12