Lines Matching refs:Elf64_Word
43 typedef uint32_t Elf64_Word; typedef
54 typedef Elf64_Word Elf64_Hashelt;
68 Elf64_Word e_version; /* ELF format version. */
72 Elf64_Word e_flags; /* Architecture-specific flags. */
86 Elf64_Word l_name; /* The name of a shared object. */
87 Elf64_Word l_time_stamp; /* 64-bit timestamp. */
88 Elf64_Word l_checksum; /* Checksum of visible symbols, sizes. */
89 Elf64_Word l_version; /* Interface version string index. */
90 Elf64_Word l_flags; /* Flags (LL_*). */
98 Elf64_Word sh_name; /* Section name (index into the
100 Elf64_Word sh_type; /* Section type. */
105 Elf64_Word sh_link; /* Index of a related section. */
106 Elf64_Word sh_info; /* Depends on section type. */
116 Elf64_Word p_type; /* Entry type. */
117 Elf64_Word p_flags; /* Access permission flags. */
205 Elf64_Word st_name; /* String table index of name. */
229 Elf64_Word vd_hash;
230 Elf64_Word vd_aux;
231 Elf64_Word vd_next;
235 Elf64_Word vda_name;
236 Elf64_Word vda_next;
242 Elf64_Word vn_file;
243 Elf64_Word vn_aux;
244 Elf64_Word vn_next;
248 Elf64_Word vna_hash;
251 Elf64_Word vna_name;
252 Elf64_Word vna_next;
263 Elf64_Word ch_type;
264 Elf64_Word ch_reserved;