Searched refs:Elf32_Word (Results 1 – 2 of 2) sorted by relevance
12 typedef uint32_t Elf32_Word; typedef103 Elf32_Word e_version;107 Elf32_Word e_flags;186 Elf32_Word sh_name;187 Elf32_Word sh_type;188 Elf32_Word sh_flags;191 Elf32_Word sh_size;192 Elf32_Word sh_link;193 Elf32_Word sh_info;194 Elf32_Word sh_addralign;[all …]
31 typedef uint32_t Elf32_Word; typedef68 Elf32_Word e_version; /* Object file version */72 Elf32_Word e_flags; /* Processor-specific flags */384 Elf32_Word sh_name; /* Section name (string tbl index) */385 Elf32_Word sh_type; /* Section type */386 Elf32_Word sh_flags; /* Section flags */389 Elf32_Word sh_size; /* Section size in bytes */390 Elf32_Word sh_link; /* Link to another section */391 Elf32_Word sh_info; /* Additional section information */392 Elf32_Word sh_addralign; /* Section alignment */[all …]