Lines Matching refs:elf32_word
37 typedef uint32_t elf32_word; typedef
79 elf32_word e_version;
87 elf32_word e_flags;
153 elf32_word sh_name;
155 elf32_word sh_type;
157 elf32_word sh_flags;
163 elf32_word sh_size;
165 elf32_word sh_link;
167 elf32_word sh_info;
169 elf32_word sh_addralign;
171 elf32_word sh_entsize;
225 elf32_word st_name;
229 elf32_word st_size;
324 elf32_word r_info;
336 elf32_word r_info;
405 elf32_word p_type; /**< Type of segment */
409 elf32_word p_filesz; /**< Size of segment in file */
410 elf32_word p_memsz; /**< Size of segment in memory */
411 elf32_word p_flags; /**< Segment flags */
412 elf32_word p_align; /**< Alignment of segment */
440 elf32_word d_val; /**< Integer value */
496 typedef elf32_word elf_word;