Home | History | Annotate | Download | only in include

Lines Matching refs:Elf32_Word

21 typedef uint32_t	Elf32_Word;	/* Unsigned large integer */
95 Elf32_Word e_version; /* object file version */
99 Elf32_Word e_flags; /* processor-specific flags */
231 Elf32_Word sh_name; /* name - index into section header
233 Elf32_Word sh_type; /* type */
234 Elf32_Word sh_flags; /* flags */
237 Elf32_Word sh_size; /* section size */
238 Elf32_Word sh_link; /* section header table index link */
239 Elf32_Word sh_info; /* extra information */
240 Elf32_Word sh_addralign; /* address alignment */
241 Elf32_Word sh_entsize; /* section entry size */
355 Elf32_Word st_name; /* name - index into string table */
357 Elf32_Word st_size; /* symbol size */
404 Elf32_Word r_info; /* symbol table index and type */
410 Elf32_Word r_info; /* symbol table index and type */
432 Elf32_Word p_type; /* segment type */
436 Elf32_Word p_filesz; /* number of bytes in file for seg */
437 Elf32_Word p_memsz; /* number of bytes in mem. for seg */
438 Elf32_Word p_flags; /* flags */
439 Elf32_Word p_align; /* memory alignment */
479 Elf32_Word d_val; /* Multiple meanings - see d_tag */