Searched defs:mach_o_segment_command_32 (Results 1 – 1 of 1) sorted by relevance
98 struct mach_o_segment_command_32 struct100 unsigned char cmd[4]; /* The type of load command (LC_SEGMENT). */101 unsigned char cmdsize[4]; /* Size in bytes of entire command. */102 unsigned char segname[16]; /* Name of this segment. */103 unsigned char vmaddr[4]; /* Virtual memory address of this segment. */104 unsigned char vmsize[4]; /* Size there, in bytes. */105 unsigned char fileoff[4]; /* Offset in bytes of the data to be mapped. */106 unsigned char filesize[4]; /* Size in bytes on disk. */107 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */108 unsigned char initprot[4]; /* Initial vmem protection. */[all …]