Lines Matching full:uint32
54 st_name uint32
67 vd_hash uint32 /* Version name hash value */
68 vd_aux uint32 /* Offset in bytes to verdaux array */
69 vd_next uint32 /* Offset in bytes to next verdef entry */
76 e_version uint32 /* Object file version */
80 e_flags uint32 /* Processor-specific flags */
90 p_type uint32 /* Segment type */
91 p_flags uint32 /* Segment flags */
101 sh_name uint32 /* Section name (string tbl index) */
102 sh_type uint32 /* Section type */
107 sh_link uint32 /* Link to another section */
108 sh_info uint32 /* Additional section information */
119 vda_name uint32 /* Version or dependency names */
120 vda_next uint32 /* Offset in bytes to next verdaux entry */
130 sym_hash uint32
136 ver_hash uint32
149 chain []uint32
150 bucket []uint32
202 var hash *[1 << 30]uint32
217 hash = (*[1 << 30]uint32)(unsafe.Pointer(p))
272 for chain := info.bucket[k.sym_hash%uint32(len(info.bucket))]; chain != 0; chain = info.chain[chain] {