Lines Matching defs:Elf32_Word
57 typedef uint32_t Elf32_Word;
92 Elf32_Word e_version; /* version number */
96 Elf32_Word e_flags; /* Processor flags */
281 Elf32_Word p_type; /* entry type */
285 Elf32_Word p_filesz; /* file size */
286 Elf32_Word p_memsz; /* memory size */
287 Elf32_Word p_flags; /* flags */
288 Elf32_Word p_align; /* memory & file alignment */
331 Elf32_Word sh_name; /* section name (.shstrtab index) */
332 Elf32_Word sh_type; /* section type */
333 Elf32_Word sh_flags; /* section flags */
336 Elf32_Word sh_size; /* section size */
337 Elf32_Word sh_link; /* link to another */
338 Elf32_Word sh_info; /* misc info */
339 Elf32_Word sh_addralign; /* memory alignment */
340 Elf32_Word sh_entsize; /* table entry size */
390 Elf32_Word st_name; /* Symbol name (.symtab index) */
391 Elf32_Word st_value; /* value of symbol */
392 Elf32_Word st_size; /* size of symbol */
435 #define ELF32_ST_BIND(info) ((Elf32_Word)(info) >> 4)
436 #define ELF32_ST_TYPE(info) ((Elf32_Word)(info) & 0xf)
467 Elf32_Word r_offset; /* where to do it */
468 Elf32_Word r_info; /* index & type of relocation */
472 Elf32_Word r_offset; /* where to do it */
473 Elf32_Word r_info; /* index & type of relocation */
502 Elf32_Word d_tag; /* entry tag value */
505 Elf32_Word d_val;
558 Elf32_Word a_type; /* 32-bit id */
559 Elf32_Word a_v; /* 32-bit id */
611 Elf32_Word n_namesz;
612 Elf32_Word n_descsz;
613 Elf32_Word n_type;
715 #define Elf_Word Elf32_Word