Elf64_Word
typedef Elf64_Word GElf_Word; /* Unsigned words (32 bit) */
Elf64_Word vd_hash;
Elf64_Word vd_aux;
Elf64_Word vd_next;
Elf64_Word vda_name;
Elf64_Word vda_next;
Elf64_Word vn_file;
Elf64_Word vn_aux;
Elf64_Word vn_next;
Elf64_Word vna_hash;
Elf64_Word vna_name;
Elf64_Word vna_next;
scn->s_shdr.s_shdr64.sh_info = (Elf64_Word) phnum;
scn->s_shdr.s_shdr64.sh_link = (Elf64_Word) shstrndx;
Elf64_Word e_version; /* version number */
Elf64_Word e_flags; /* Processor flags */
Elf64_Word sh_name; /* section name */
Elf64_Word sh_type; /* section type */
Elf64_Word sh_link; /* link to another */
Elf64_Word sh_info; /* misc info */
Elf64_Word st_name; /* Symbol name index in str table */
Elf64_Word p_type; /* entry type */
Elf64_Word p_flags; /* flags */
Elf64_Word n_namesz;
Elf64_Word n_descsz;
Elf64_Word n_type;
Elf64_Word namesz;
Elf64_Word descsz;
Elf64_Word type;
#define Elf_Word Elf64_Word