Lines Matching refs:Elf32_Word
38 typedef u32 Elf32_Word; /* size:4, align:4 Unsigned large int */ typedef
58 Elf32_Word e_version; /* Version of the ELF format (currently 1) */
62 Elf32_Word e_flags; /* Processor-specific flags */
140 Elf32_Word p_type;
144 Elf32_Word p_filesz;
145 Elf32_Word p_memsz;
146 Elf32_Word p_flags;
147 Elf32_Word p_align;
180 …Elf32_Word sh_name; /*Index into the table section with strings for the section headers*/
181 Elf32_Word sh_type; /* Type (refer to the definitions below) */
182 Elf32_Word sh_flags;
185 Elf32_Word sh_size; /* Size in bytes */
186 Elf32_Word sh_link; /* The meaning of this value changes with sh_type */
187 Elf32_Word sh_info; /* The meaning of this value changes with sh_type */
188 …Elf32_Word sh_addralign; /* Alignment restrictions (no restrictions when this is 0 or 1, and …
189 …Elf32_Word sh_entsize; /* Size of a single element when there is a fixed-size entry table */
241 Elf32_Word st_name; /* Index into the symbol string table */
243 Elf32_Word st_size; /* 0 if the size does not exist or is unknown */
277 Elf32_Word r_info;
282 Elf32_Word r_info;
417 Elf32_Word d_val;