Lines Matching refs:Elf64_Word
91 typedef uint32_t Elf64_Word;
139 Elf64_Word e_version; // Object file version
143 Elf64_Word e_flags; // Processor-specific flags
164 Elf64_Word p_type; // Segment type
165 Elf64_Word p_flags; // Segment flags
188 Elf64_Word sh_name; // Section name (string tbl index)
189 Elf64_Word sh_type; // Section type
194 Elf64_Word sh_link; // Link to another section
195 Elf64_Word sh_info; // Additional section information
226 Elf64_Word st_name; // Symbol name (string tbl index)
241 Elf64_Word n_namesz; // Length of the note's name.
242 Elf64_Word n_descsz; // Length of the note's descriptor.
243 Elf64_Word n_type; // Type of the note.