Lines Matching defs:Elf32_Word
70 typedef __uint32_t Elf32_Word;
108 Elf32_Word e_version; /* version number */
112 Elf32_Word e_flags; /* Processor flags */
277 Elf32_Word p_type; /* entry type */
281 Elf32_Word p_filesz; /* file size */
282 Elf32_Word p_memsz; /* memory size */
283 Elf32_Word p_flags; /* flags */
284 Elf32_Word p_align; /* memory & file alignment */
314 Elf32_Word sh_name; /* section name (.shstrtab index) */
315 Elf32_Word sh_type; /* section type */
316 Elf32_Word sh_flags; /* section flags */
319 Elf32_Word sh_size; /* section size */
320 Elf32_Word sh_link; /* link to another */
321 Elf32_Word sh_info; /* misc info */
322 Elf32_Word sh_addralign; /* memory alignment */
323 Elf32_Word sh_entsize; /* table entry size */
360 Elf32_Word st_name; /* Symbol name (.symtab index) */
361 Elf32_Word st_value; /* value of symbol */
362 Elf32_Word st_size; /* size of symbol */
396 #define ELF32_ST_BIND(info) ((Elf32_Word)(info) >> 4)
397 #define ELF32_ST_TYPE(info) ((Elf32_Word)(info) & 0xf)
424 Elf32_Word r_offset; /* where to do it */
425 Elf32_Word r_info; /* index & type of relocation */
429 Elf32_Word r_offset; /* where to do it */
430 Elf32_Word r_info; /* index & type of relocation */
443 Elf32_Word d_tag; /* entry tag value */
446 Elf32_Word d_val;
491 Elf32_Word a_type; /* 32-bit id */
492 Elf32_Word a_v; /* 32-bit id */
539 Elf32_Word n_namesz;
540 Elf32_Word n_descsz;
541 Elf32_Word n_type;
622 #define Elf_Word Elf32_Word