Home | History | Annotate | Download | only in macho

Lines Matching full:uint32

45 	Len     uint32
51 Maxprot uint32
52 Prot uint32
53 Nsect uint32
54 Flag uint32
90 Offset uint32
91 Align uint32
92 Reloff uint32
93 Nreloc uint32
94 Flags uint32
127 Time uint32
128 CurrentVersion uint32
129 CompatVersion uint32
143 IndirectSyms []uint32 // indices into Symtab.Syms
206 be := binary.BigEndian.Uint32(ident[0:])
207 le := binary.LittleEndian.Uint32(ident[0:])
236 // Each load command begins with uint32 command and length.
240 cmd, siz := LoadCmd(bo.Uint32(dat[0:4])), bo.Uint32(dat[4:8])
241 if siz < 8 || siz > uint32(len(dat)) {
259 if hdr.Name >= uint32(len(cmddat)) {
306 x := make([]uint32, hdr.Nindirectsyms)
423 if n.Name >= uint32(len(strtab)) {