Lines Matching refs:Elf32_Word
18 typedef uint32 Elf32_Word; typedef
51 Elf32_Word e_version;
55 Elf32_Word e_flags;
237 Elf32_Word sh_name;
238 Elf32_Word sh_type;
239 Elf32_Word sh_flags;
242 Elf32_Word sh_size;
243 Elf32_Word sh_link;
244 Elf32_Word sh_info;
245 Elf32_Word sh_addralign;
246 Elf32_Word sh_entsize;
307 Elf32_Word p_type;
311 Elf32_Word p_filesz; /* the size of the segment in the file */
312 Elf32_Word p_memsz; /* the size of the segment in memory */
313 Elf32_Word p_flags;
314 Elf32_Word p_align;
368 Elf32_Word st_name;
370 Elf32_Word st_size;
446 Elf32_Word r_info;
469 Elf32_Word r_info;
498 Elf32_Word d_val;
574 Elf32_Word vd_hash; /* version name hash value */
575 Elf32_Word vd_aux; /* byte offset to verdaux array */
576 Elf32_Word vd_next; /* byte offset to next verdef entry */
618 Elf32_Word vda_name; /* string table offset to version or dependency
620 Elf32_Word vda_next; /* byte offset to next verdaux entry */
635 Elf32_Word vn_file; /* byte offset to file name for this
637 Elf32_Word vn_aux; /* byte offset to vernaux array */
638 Elf32_Word vn_next; /* byte offset to next verneed entry */
659 Elf32_Word vna_hash; /* dependency name hash value */
663 Elf32_Word vna_name; /* string table offset to dependency name */
664 Elf32_Word vna_next; /* byte offset to next vernaux entry */
685 Elf32_Word n_namesz; /* length of the note's name */
686 Elf32_Word n_descsz; /* length of the note's descriptor */
687 Elf32_Word n_type; /* note type */