Lines Matching refs:Elf32_Word
44 typedef uint32_t Elf32_Word; typedef
47 typedef Elf32_Word Elf32_Hashelt;
50 typedef Elf32_Word Elf32_Size;
61 Elf32_Word e_version; /* ELF format version. */
65 Elf32_Word e_flags; /* Architecture-specific flags. */
79 Elf32_Word sh_name; /* Section name (index into the
81 Elf32_Word sh_type; /* Section type. */
82 Elf32_Word sh_flags; /* Section flags. */
85 Elf32_Word sh_size; /* Size in bytes. */
86 Elf32_Word sh_link; /* Index of a related section. */
87 Elf32_Word sh_info; /* Depends on section type. */
88 Elf32_Word sh_addralign; /* Alignment in bytes. */
89 Elf32_Word sh_entsize; /* Size of each entry in section. */
97 Elf32_Word p_type; /* Entry type. */
101 Elf32_Word p_filesz; /* Size of contents in file. */
102 Elf32_Word p_memsz; /* Size of contents in memory. */
103 Elf32_Word p_flags; /* Access permission flags. */
104 Elf32_Word p_align; /* Alignment in memory and file. */
114 Elf32_Word d_val; /* Integer value. */
126 Elf32_Word r_info; /* Relocation type and symbol index. */
132 Elf32_Word r_info; /* Relocation type and symbol index. */
153 Elf32_Word m_info; /* size + index */
154 Elf32_Word m_poffset; /* symbol offset */
174 Elf32_Word c_tag; /* how to interpret value */
176 Elf32_Word c_val;
186 Elf32_Word st_name; /* String table index of name. */
188 Elf32_Word st_size; /* Size of associated object. */
211 Elf32_Word vd_hash;
212 Elf32_Word vd_aux;
213 Elf32_Word vd_next;
218 Elf32_Word vda_name;
219 Elf32_Word vda_next;
226 Elf32_Word vn_file;
227 Elf32_Word vn_aux;
228 Elf32_Word vn_next;
233 Elf32_Word vna_hash;
236 Elf32_Word vna_name;
237 Elf32_Word vna_next;