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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
s390-multiarch.c 40 } Elf32_Ehdr;
94 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Ehdr) : \
99 ((Elf32_Ehdr *) (elf)->buf)->memb \
108 ((Elf32_Phdr *) &(elf)->buf[((Elf32_Ehdr *)(elf)->buf) \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
s390-multiarch.c 40 } Elf32_Ehdr;
94 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Ehdr) : \
99 ((Elf32_Ehdr *) (elf)->buf)->memb \
108 ((Elf32_Phdr *) &(elf)->buf[((Elf32_Ehdr *)(elf)->buf) \
  /src/external/bsd/elftosb/dist/common/
ELF.h 27 * Constants for the various fields of Elf32_Ehdr.e_ident.
60 struct Elf32_Ehdr
79 * Constants for #Elf32_Ehdr.e_type.
92 * ARM-specific #Elf32_Ehdr.e_flags
95 EF_ARM_HASENTRY = 0x02, //!< #Elf32_Ehdr.e_entry contains a program-loader entry point.
115 * header's #Elf32_Ehdr::e_shoff member gives the byte offset from the beginning of
116 * the file to the section header table; #Elf32_Ehdr::e_shnum tells how many entries
117 * the section header table contains; #Elf32_Ehdr::e_shentsize gives the size in bytes
212 * ELF header's #Elf32_Ehdr::e_phentsize and #Elf32_Ehdr::e_phnum members
    [all...]
  /src/external/bsd/file/dist/src/
readelf.h 109 } Elf32_Ehdr;
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 119 } Elf32_Ehdr;
615 #define Elf_Ehdr Elf32_Ehdr
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 103 } Elf32_Ehdr;
708 #define Elf_Ehdr Elf32_Ehdr
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 60 struct Elf32_Ehdr {
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 112 } Elf32_Ehdr;
1067 #define Elf_Ehdr Elf32_Ehdr
1324 int elf32_check_header(Elf32_Ehdr *);
  /src/sys/sys/
exec_elf.h 117 } Elf32_Ehdr;
1388 #define Elf_Ehdr Elf32_Ehdr
1510 int elf32_check_header(Elf32_Ehdr *);
  /src/tools/arm-elf2aout/sys/
exec_elf.h 114 } Elf32_Ehdr;
1096 #define Elf_Ehdr Elf32_Ehdr
1353 int elf32_check_header(Elf32_Ehdr *);
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 114 } Elf32_Ehdr;
1096 #define Elf_Ehdr Elf32_Ehdr
1353 int elf32_check_header(Elf32_Ehdr *);

Completed in 36 milliseconds