Lines Matching refs:Elf32_Word
89 typedef uint32_t Elf32_Word;
122 Elf32_Word e_version; // Object file version
126 Elf32_Word e_flags; // Processor-specific flags
153 Elf32_Word p_type; // Segment type
157 Elf32_Word p_filesz; // Segment size in file
158 Elf32_Word p_memsz; // Segment size in memory
159 Elf32_Word p_flags; // Segment flags
160 Elf32_Word p_align; // Segment alignment
175 Elf32_Word sh_name; // Section name (string tbl index)
176 Elf32_Word sh_type; // Section type
177 Elf32_Word sh_flags; // Section flags
180 Elf32_Word sh_size; // Section size in bytes
181 Elf32_Word sh_link; // Link to another section
182 Elf32_Word sh_info; // Additional section information
183 Elf32_Word sh_addralign; // Section alignment
184 Elf32_Word sh_entsize; // Entry size if section holds table
203 Elf32_Word d_val; // Integer value
217 Elf32_Word st_name; // Symbol name (string tbl index)
219 Elf32_Word st_size; // Symbol size
235 Elf32_Word n_namesz; // Length of the note's name.
236 Elf32_Word n_descsz; // Length of the note's descriptor.
237 Elf32_Word n_type; // Type of the note.