Searched refs:Elf32_Word (Results 1 – 5 of 5) sorted by relevance
37 typedef uint32_t Elf32_Word; typedef74 Elf32_Word e_version; /* Object file version */78 Elf32_Word e_flags; /* Processor-specific flags */270 Elf32_Word sh_name; /* Section name (string tbl index) */271 Elf32_Word sh_type; /* Section type */272 Elf32_Word sh_flags; /* Section flags */275 Elf32_Word sh_size; /* Section size in bytes */276 Elf32_Word sh_link; /* Link to another section */277 Elf32_Word sh_info; /* Additional section information */278 Elf32_Word sh_addralign; /* Section alignment */[all …]
21 typedef __u32 Elf32_Word; typedef149 Elf32_Word r_info;159 Elf32_Word r_info;170 Elf32_Word st_name;172 Elf32_Word st_size;194 Elf32_Word e_version;198 Elf32_Word e_flags;231 Elf32_Word p_type;235 Elf32_Word p_filesz;236 Elf32_Word p_memsz;[all …]
23 Elf32_Word p_memsz; /* allocation size recorded in file */
49 Elf32_Word r_sym; /* Symbol index */140 Elf32_Word *symtab_shndx_start;141 Elf32_Word *symtab_shndx_stop;
540 Elf32_Word *p; in parse_elf()