Lines Matching refs:Elf32_Word

42 typedef uint32_t	Elf32_Word;
45 typedef Elf32_Word Elf32_Hashelt;
48 typedef Elf32_Word Elf32_Size;
59 Elf32_Word e_version; /* ELF format version. */
63 Elf32_Word e_flags; /* Architecture-specific flags. */
77 Elf32_Word sh_name; /* Section name (index into the
79 Elf32_Word sh_type; /* Section type. */
80 Elf32_Word sh_flags; /* Section flags. */
83 Elf32_Word sh_size; /* Size in bytes. */
84 Elf32_Word sh_link; /* Index of a related section. */
85 Elf32_Word sh_info; /* Depends on section type. */
86 Elf32_Word sh_addralign; /* Alignment in bytes. */
87 Elf32_Word sh_entsize; /* Size of each entry in section. */
95 Elf32_Word p_type; /* Entry type. */
99 Elf32_Word p_filesz; /* Size of contents in file. */
100 Elf32_Word p_memsz; /* Size of contents in memory. */
101 Elf32_Word p_flags; /* Access permission flags. */
102 Elf32_Word p_align; /* Alignment in memory and file. */
112 Elf32_Word d_val; /* Integer value. */
124 Elf32_Word r_info; /* Relocation type and symbol index. */
130 Elf32_Word r_info; /* Relocation type and symbol index. */
151 Elf32_Word m_info; /* size + index */
152 Elf32_Word m_poffset; /* symbol offset */
172 Elf32_Word c_tag; /* how to interpret value */
174 Elf32_Word c_val;
184 Elf32_Word st_name; /* String table index of name. */
186 Elf32_Word st_size; /* Size of associated object. */
209 Elf32_Word vd_hash;
210 Elf32_Word vd_aux;
211 Elf32_Word vd_next;
216 Elf32_Word vda_name;
217 Elf32_Word vda_next;
224 Elf32_Word vn_file;
225 Elf32_Word vn_aux;
226 Elf32_Word vn_next;
231 Elf32_Word vna_hash;
234 Elf32_Word vna_name;
235 Elf32_Word vna_next;