HomeSort by: relevance | last modified time | path
    Searched refs:ET_DYN (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/external/bsd/file/dist/src/
elfclass.h 53 case ET_DYN:
readelf.h 131 #define ET_DYN 3
  /src/external/bsd/elftosb/dist/common/
ELF.h 85 ET_DYN, //!< Shared object file.
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
drti.c 150 dh.dofhp_addr = elf && elf->e_type == ET_DYN ? (uintptr_t) lmp->l_addr : 0;
  /src/lib/libexecinfo/
symtab.c 121 st->ispie = ehdr.e_type == ET_DYN;
  /src/libexec/ld.elf_so/
map_object.c 151 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) {
303 obj->isdynamic = ehdr->e_type == ET_DYN;
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 179 #define ET_DYN 3 /* Shared object file */
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 181 #define ET_DYN 3 /* Shared object file */
  /src/sys/kern/
exec_elf.c 494 if (eh.e_type != ET_DYN || eh.e_phnum == 0) {
668 if (eh->e_type == ET_DYN)
  /src/external/gpl3/binutils/dist/binutils/
elfedit.c 814 || elf_header.e_type == ET_DYN))
900 return ET_DYN;
  /src/external/gpl3/binutils.old/dist/binutils/
elfedit.c 814 || elf_header.e_type == ET_DYN))
900 return ET_DYN;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 96 enum ET_DYN = 3;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 96 enum ET_DYN = 3;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 97 enum ET_DYN = 3;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 93 enum ET_DYN = 3;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 94 enum ET_DYN = 3;
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 196 #define ET_DYN 3 /* Shared object file */
  /src/sys/sys/
exec_elf.h 204 #define ET_DYN 3 /* Shared object file */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 198 #define ET_DYN 3 /* Shared object file */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 198 #define ET_DYN 3 /* Shared object file */
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 117 ET_DYN = 3, // Shared object file
  /src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
ELFObjHandler.cpp 67 ElfHeader.e_type = ET_DYN;
  /src/external/gpl3/binutils/dist/include/elf/
common.h 98 #define ET_DYN 3 /* Position-independent executable or
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 98 #define ET_DYN 3 /* Position-independent executable or
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 98 #define ET_DYN 3 /* Position-independent executable or

Completed in 40 milliseconds

1 2 3