Home | History | Annotate | Download | only in sys

Lines Matching defs:Elf32_Word

44 typedef __uint32_t	Elf32_Word;	/* Unsigned large integer */
129 Elf32_Word e_version; /* object file version */
133 Elf32_Word e_flags; /* processor-specific flags */
205 Elf32_Word sh_name; /* name - index into section header
207 Elf32_Word sh_type; /* type */
208 Elf32_Word sh_flags; /* flags */
211 Elf32_Word sh_size; /* section size */
212 Elf32_Word sh_link; /* section header table index link */
213 Elf32_Word sh_info; /* extra information */
214 Elf32_Word sh_addralign; /* address alignment */
215 Elf32_Word sh_entsize; /* section entry size */
292 Elf32_Word st_name; /* name - index into string table */
294 Elf32_Word st_size; /* symbol size */
342 Elf32_Word r_info; /* symbol table index and type */
348 Elf32_Word r_info; /* symbol table index and type */
374 Elf32_Word p_type; /* segment type */
378 Elf32_Word p_filesz; /* number of bytes in file for seg. */
379 Elf32_Word p_memsz; /* number of bytes in mem. for seg. */
380 Elf32_Word p_flags; /* flags */
381 Elf32_Word p_align; /* memory alignment */
420 Elf32_Word d_val; /* Multiple meanings - see d_tag */
471 Elf32_Word namesz;
472 Elf32_Word descsz;
473 Elf32_Word type;
492 Elf32_Word au_v; /* 32-bit value */
552 #define Elf_Word Elf32_Word