Lines Matching full:uint16
57 st_shndx uint16
63 vd_version uint16 /* Version revision */
64 vd_flags uint16 /* Version information */
65 vd_ndx uint16 /* Version Index */
66 vd_cnt uint16 /* Number of associated aux entries */
74 e_type uint16 /* Object file type */
75 e_machine uint16 /* Architecture */
81 e_ehsize uint16 /* ELF header size in bytes */
82 e_phentsize uint16 /* Program header table entry size */
83 e_phnum uint16 /* Program header table entry count */
84 e_shentsize uint16 /* Section header table entry size */
85 e_shnum uint16 /* Section header table entry count */
86 e_shstrndx uint16 /* Section header string table index */
153 versym *[1 << 32]uint16
182 for i := uint16(0); i < hdr.e_phnum; i++ {
219 info.versym = (*[1 << 32]uint16)(unsafe.Pointer(p))