HomeSort by: relevance | last modified time | path
    Searched defs:ET_DYN (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
ELF.h 85 ET_DYN, //!< Shared object file.
  /src/external/bsd/file/dist/src/
readelf.h 131 #define ET_DYN 3
  /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/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 117 ET_DYN = 3, // Shared object file
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 172 #undef ET_DYN
255 #define ET_DYN 3
6502 is non-zero and the ELF file is ET_DYN, which tells the caller that
6637 /* If the executable is ET_DYN, it is either a PIE, or we are running
6640 if (exe && ehdr.e_type == ET_DYN)
7362 unless executable is ET_DYN, where we expect the very first
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 167 #undef ET_DYN
249 #define ET_DYN 3
3980 is non-zero and the ELF file is ET_DYN, which tells the caller that
4112 /* If the executable is ET_DYN, it is either a PIE, or we are running
4115 if (exe && ehdr.e_type == ET_DYN)
4823 unless executable is ET_DYN, where we expect the very first
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 172 #undef ET_DYN
255 #define ET_DYN 3
6502 is non-zero and the ELF file is ET_DYN, which tells the caller that
6637 /* If the executable is ET_DYN, it is either a PIE, or we are running
6640 if (exe && ehdr.e_type == ET_DYN)
7362 unless executable is ET_DYN, where we expect the very first
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 172 #undef ET_DYN
255 #define ET_DYN 3
6502 is non-zero and the ELF file is ET_DYN, which tells the caller that
6637 /* If the executable is ET_DYN, it is either a PIE, or we are running
6640 if (exe && ehdr.e_type == ET_DYN)
7362 unless executable is ET_DYN, where we expect the very first
  /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/gpl3/binutils.old/dist/include/elf/
common.h 98 #define ET_DYN 3 /* Position-independent executable or
  /src/external/gpl3/gdb/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
  /src/external/gpl3/binutils/dist/include/elf/
common.h 98 #define ET_DYN 3 /* Position-independent executable or

Completed in 79 milliseconds