Lines Matching refs:Elf32_Word
27 typedef uint32_t Elf32_Word; /* Unsigned large integer */ typedef
101 Elf32_Word e_version; /* object file version */
105 Elf32_Word e_flags; /* processor-specific flags */
237 Elf32_Word sh_name; /* name - index into section header
239 Elf32_Word sh_type; /* type */
240 Elf32_Word sh_flags; /* flags */
243 Elf32_Word sh_size; /* section size */
244 Elf32_Word sh_link; /* section header table index link */
245 Elf32_Word sh_info; /* extra information */
246 Elf32_Word sh_addralign; /* address alignment */
247 Elf32_Word sh_entsize; /* section entry size */
361 Elf32_Word st_name; /* name - index into string table */
363 Elf32_Word st_size; /* symbol size */
419 Elf32_Word r_info; /* symbol table index and type */
425 Elf32_Word r_info; /* symbol table index and type */
447 Elf32_Word p_type; /* segment type */
451 Elf32_Word p_filesz; /* number of bytes in file for seg */
452 Elf32_Word p_memsz; /* number of bytes in mem. for seg */
453 Elf32_Word p_flags; /* flags */
454 Elf32_Word p_align; /* memory alignment */
494 Elf32_Word d_val; /* Multiple meanings - see d_tag */