Home | History | Annotate | Download | only in GenFw

Lines Matching refs:Elf32_Word

55 typedef UINT32	Elf32_Word;

58 typedef Elf32_Word Elf32_Hashelt;
61 typedef Elf32_Word Elf32_Size;
72 Elf32_Word e_version; /* ELF format version. */
76 Elf32_Word e_flags; /* Architecture-specific flags. */
90 Elf32_Word sh_name; /* Section name (index into the
92 Elf32_Word sh_type; /* Section type. */
93 Elf32_Word sh_flags; /* Section flags. */
96 Elf32_Word sh_size; /* Size in bytes. */
97 Elf32_Word sh_link; /* Index of a related section. */
98 Elf32_Word sh_info; /* Depends on section type. */
99 Elf32_Word sh_addralign; /* Alignment in bytes. */
100 Elf32_Word sh_entsize; /* Size of each entry in section. */
108 Elf32_Word p_type; /* Entry type. */
112 Elf32_Word p_filesz; /* Size of contents in file. */
113 Elf32_Word p_memsz; /* Size of contents in memory. */
114 Elf32_Word p_flags; /* Access permission flags. */
115 Elf32_Word p_align; /* Alignment in memory and file. */
125 Elf32_Word d_val; /* Integer value. */
137 Elf32_Word r_info; /* Relocation type and symbol index. */
143 Elf32_Word r_info; /* Relocation type and symbol index. */
164 Elf32_Word m_info; /* size + index */
165 Elf32_Word m_poffset; /* symbol offset */
185 Elf32_Word c_tag; /* how to interpret value */
187 Elf32_Word c_val;
197 Elf32_Word st_name; /* String table index of name. */
199 Elf32_Word st_size; /* Size of associated object. */
222 Elf32_Word vd_hash;
223 Elf32_Word vd_aux;
224 Elf32_Word vd_next;
229 Elf32_Word vda_name;
230 Elf32_Word vda_next;
237 Elf32_Word vn_file;
238 Elf32_Word vn_aux;
239 Elf32_Word vn_next;
244 Elf32_Word vna_hash;
247 Elf32_Word vna_name;
248 Elf32_Word vna_next;