Home
last modified time | relevance | path

Searched defs:elf32_hdr (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h190 typedef struct elf32_hdr{ struct
191 unsigned char e_ident[EI_NIDENT];
192 Elf32_Half e_type;
193 Elf32_Half e_machine;
194 Elf32_Word e_version;
195 Elf32_Addr e_entry; /* Entry point */
196 Elf32_Off e_phoff;
197 Elf32_Off e_shoff;
198 Elf32_Word e_flags;
199 Elf32_Half e_ehsize;
[all …]