Lines Matching defs:elf_internal_ehdr
68 typedef struct elf_internal_ehdr { struct
69 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
70 bfd_vma e_entry; /* Entry point virtual address */
71 bfd_size_type e_phoff; /* Program header table file offset */
72 bfd_size_type e_shoff; /* Section header table file offset */
73 unsigned long e_version; /* Identifies object file version */
74 unsigned long e_flags; /* Processor-specific flags */
75 unsigned short e_type; /* Identifies object file type */
76 unsigned short e_machine; /* Specifies required architecture */
77 unsigned int e_ehsize; /* ELF header size in bytes */
78 unsigned int e_phentsize; /* Program header table entry size */
79 unsigned int e_phnum; /* Program header table entry count */
80 unsigned int e_shentsize; /* Section header table entry size */
81 unsigned int e_shnum; /* Section header table entry count */
82 unsigned int e_shstrndx; /* Section header string table index */