Lines Matching refs:Elf32_Word
29 typedef uint32_t Elf32_Word; /* Unsigned large integer */ typedef
103 Elf32_Word e_version; /* object file version */
107 Elf32_Word e_flags; /* processor-specific flags */
221 Elf32_Word sh_name; /* name - index into section header
223 Elf32_Word sh_type; /* type */
224 Elf32_Word sh_flags; /* flags */
227 Elf32_Word sh_size; /* section size */
228 Elf32_Word sh_link; /* section header table index link */
229 Elf32_Word sh_info; /* extra information */
230 Elf32_Word sh_addralign; /* address alignment */
231 Elf32_Word sh_entsize; /* section entry size */
331 Elf32_Word st_name; /* name - index into string table */
333 Elf32_Word st_size; /* symbol size */
382 Elf32_Word r_info; /* symbol table index and type */
389 Elf32_Word r_info; /* symbol table index and type */
411 Elf32_Word p_type; /* segment type */
415 Elf32_Word p_filesz; /* number of bytes in file for seg. */
416 Elf32_Word p_memsz; /* number of bytes in mem. for seg. */
417 Elf32_Word p_flags; /* flags */
418 Elf32_Word p_align; /* memory alignment */
449 Elf32_Word d_val; /* Multiple meanings - see d_tag */