Searched defs:macho_segment_64_command (Results 1 – 1 of 1) sorted by relevance
175 struct macho_segment_64_command struct177 uint32_t cmd; /* The type of load command (LC_SEGMENT) */178 uint32_t cmdsize; /* Size in bytes of the entire command */179 char segname[MACH_O_NAMELEN]; /* Segment name */180 uint64_t vmaddr; /* Virtual memory address */181 uint64_t vmsize; /* Virtual memory size */182 uint64_t fileoff; /* Offset of data to be mapped */183 uint64_t filesize; /* Size of data in file */184 uint32_t maxprot; /* Maximum permitted virtual protection */185 uint32_t initprot; /* Initial virtual memory protection */[all …]