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;
220 elf32_word st_name;
224 elf32_word st_size;
319 elf32_word r_info;
331 elf32_word r_info;
448 elf32_word p_type; /**< Type of segment */
452 elf32_word p_filesz; /**< Size of segment in file */
453 elf32_word p_memsz; /**< Size of segment in memory */
454 elf32_word p_flags; /**< Segment flags */
455 elf32_word p_align; /**< Alignment of segment */
483 elf32_word d_val; /**< Integer value */
539 typedef elf32_word elf_word;