Lines Matching refs:Elf32_Word
29 typedef u32 Elf32_Word; /* size:4, align:4 Unsigned large int */ typedef
49 Elf32_Word e_version; /* Version of the ELF format (currently 1) */
53 Elf32_Word e_flags; /* Processor-specific flags */
131 Elf32_Word p_type;
135 Elf32_Word p_filesz;
136 Elf32_Word p_memsz;
137 Elf32_Word p_flags;
138 Elf32_Word p_align;
166 …Elf32_Word sh_name; /*Index to an entry in the table section with section header strings…
167 Elf32_Word sh_type; /* Type (refer to the definitions below) */
168 Elf32_Word sh_flags;
171 Elf32_Word sh_size; /* Size in bytes */
172 Elf32_Word sh_link; /* The meaning of this value changes with sh_type */
173 Elf32_Word sh_info; /* The meaning of this value changes with sh_type */
174 …Elf32_Word sh_addralign; /* Alignment restrictions (no restrictions when this is 0 or 1, and …
175 …Elf32_Word sh_entsize; /* Size of a single element when there is a fixed-size entry table */
225 Elf32_Word st_name; /* Index into the symbol string table */
227 Elf32_Word st_size; /* 0 if the size does not exist or is unknown */
262 Elf32_Word r_info;
267 Elf32_Word r_info;
402 Elf32_Word d_val;