Lines Matching refs:Elf64_Half
2327 typedef uint16_t Elf64_Half; /* Unsigned medium integer. */ typedef
2422 Elf64_Half e_type; /* Object file type (ET_*). */
2423 Elf64_Half e_machine; /* Machine type (EM_*). */
2429 Elf64_Half e_ehsize; /* Elf header size in bytes. */
2430 Elf64_Half e_phentsize; /* PHDR table entry size in bytes. */
2431 Elf64_Half e_phnum; /* Number of PHDR entries. */
2432 Elf64_Half e_shentsize; /* SHDR table entry size in bytes. */
2433 Elf64_Half e_shnum; /* Number of SHDR entries. */
2434 Elf64_Half e_shstrndx; /* Index of section name string table. */
2541 Elf64_Half section; /* Index of section affected. */
2737 Elf64_Half m_repeat; /* Repeat count. */
2738 Elf64_Half m_stride; /* Number of units to skip. */
2799 Elf64_Half st_shndx; /* index of related section */
2827 Elf64_Half si_boundto; /* Entry index with additional flags. */
2828 Elf64_Half si_flags; /* Flags. */
2918 Elf64_Half vna_flags; /* Flags. */
2919 Elf64_Half vna_other; /* Unused. */
2925 Elf64_Half vd_version; /* Version information. */
2926 Elf64_Half vd_flags; /* Flags. */
2927 Elf64_Half vd_ndx; /* Index into the versym section. */
2928 Elf64_Half vd_cnt; /* Number of aux entries. */
2935 Elf64_Half vn_version; /* Version number. */
2936 Elf64_Half vn_cnt; /* Number of aux entries. */
2942 typedef Elf64_Half Elf64_Versym;