Elf64_Half
Elf64_Half m_repeat; /* repeat count */
Elf64_Half m_stride; /* stride info */
Elf64_Half st_shndx; /* Section index of symbol. */
Elf64_Half vd_version;
Elf64_Half vd_flags;
Elf64_Half vd_ndx;
Elf64_Half vd_cnt;
Elf64_Half vn_version;
Elf64_Half vn_cnt;
Elf64_Half vna_flags;
Elf64_Half vna_other;
typedef Elf64_Half Elf64_Versym;
Elf64_Half si_boundto; /* direct bindings - symbol bound to */
Elf64_Half si_flags; /* per symbol flags */
Elf64_Half e_type; /* File type. */
Elf64_Half e_machine; /* Machine architecture. */
Elf64_Half e_ehsize; /* Size of ELF header in bytes. */
Elf64_Half e_phentsize; /* Size of program header entry. */
Elf64_Half e_phnum; /* Number of program header entries. */
Elf64_Half e_shentsize; /* Size of section header entry. */
Elf64_Half e_shnum; /* Number of section header entries. */
Elf64_Half e_shstrndx; /* Section name strings section. */
dst->m_stride = (Elf64_Half)m->m_stride;
sizeof (Elf64_Half), /* ELF_T_HALF */
= (Elf64_Half)(tl->s_index + 2);
Elf64_Half e_type; /* File type. */
Elf64_Half e_machine; /* Machine architecture. */
Elf64_Half e_ehsize; /* Size of ELF header in bytes. */
Elf64_Half e_phentsize; /* Size of program header entry. */
Elf64_Half e_phnum; /* Number of program header entries. */
Elf64_Half e_shentsize; /* Size of section header entry. */
Elf64_Half e_shnum; /* Number of section header entries. */
Elf64_Half e_shstrndx; /* Section name strings section. */
typedef Elf64_Half GElf_Half;
extern void ld_start64(const char *, const Elf64_Half, const char *);
Elf64_Half e_type;
Elf64_Half e_machine;
Elf64_Half e_ehsize;
Elf64_Half e_phentsize;
Elf64_Half e_shentsize;
Elf64_Half e_shentsize; /* sizeof shdr */
Elf64_Half e_shnum; /* number shdrs */
Elf64_Half e_shstrndx; /* shdr string index */
Elf64_Half st_shndx; /* SHN_... */
Elf64_Half m_repeat; /* repeat count */
Elf64_Half m_stride; /* stride info */
Elf64_Half e_type; /* file type */
Elf64_Half e_machine; /* target machine */
Elf64_Half e_ehsize; /* sizeof ehdr */
Elf64_Half e_phentsize; /* sizeof phdr */
Elf64_Half e_phnum; /* number phdrs */
Elf64_Half vd_version; /* this structures version revision */
Elf64_Half vd_flags; /* version information */
Elf64_Half vd_ndx; /* version index */
Elf64_Half vd_cnt; /* no. of associated aux entries */
Elf64_Half vn_version; /* this structures version revision */
Elf64_Half vn_cnt; /* no. of associated aux entries */
Elf64_Half vna_flags; /* version information */
Elf64_Half vna_other;
typedef Elf64_Half Elf64_Versym;
Elf64_Half si_boundto; /* direct bindings - symbol bound to */
Elf64_Half si_flags; /* per symbol flags */
#define EC_HALF(a) ((Elf64_Half)(a)) /* "d" */
typedef Elf64_Half Half;