Lines Matching full:uint32
121 def uint32(self):
146 return self.uint32()
164 self.sh_name = f.uint32()
165 self.sh_type = f.uint32()
170 self.sh_link = f.uint32()
171 self.sh_info = f.uint32()
192 r_sym = f.uint32()
216 self.virtual_size = f.uint32()
217 self.virtual_address = f.uint32()
218 self.raw_data_size = f.uint32()
219 self.pointer_to_raw_data = f.uint32()
220 self.pointer_to_relocations = f.uint32()
221 self.pointer_to_line_numbers = f.uint32()
224 self.characteristics = f.uint32()
284 e_version = f.uint32()
288 e_flags = f.uint32()
336 virtual_addr = f.uint32()
337 symtab_idx = f.uint32()
376 cputype = f.uint32()
377 cpusubtype = f.uint32()
378 filetype = f.uint32()
379 numLoadCommands = f.uint32()
380 loadCommandsSize = f.uint32()
381 flag = f.uint32()
383 reserved = f.uint32()
396 cmd = f.uint32()
397 cmdSize = f.uint32()
416 maxprot = f.uint32()
417 initprot = f.uint32()
418 numSections = f.uint32()
419 flags = f.uint32()
428 offset = f.uint32()
429 alignment = f.uint32()
430 relocOffset = f.uint32()
431 numReloc = f.uint32()
432 flags = f.uint32()
433 reserved1 = f.uint32()
434 reserved2 = f.uint32()
436 reserved3 = f.uint32()
444 word1 = f.uint32()
446 value = f.uint32()