Searched defs:macho_segment_command (Results 1 – 1 of 1) sorted by relevance
158 struct macho_segment_command struct160 uint32_t cmd; /* The type of load command (LC_SEGMENT) */161 uint32_t cmdsize; /* Size in bytes of the entire command */162 char segname[MACH_O_NAMELEN]; /* Segment name */163 uint32_t vmaddr; /* Virtual memory address */164 uint32_t vmsize; /* Virtual memory size */165 uint32_t fileoff; /* Offset of data to be mapped */166 uint32_t filesize; /* Size of data in file */167 uint32_t maxprot; /* Maximum permitted virtual protection */168 uint32_t initprot; /* Initial virtual memory protection */[all …]