Searched defs:mach_o_segment_command_64_external (Results 1 – 1 of 1) sorted by relevance
97 struct mach_o_segment_command_64_external struct99 unsigned char segname[16]; /* Name of this segment. */100 unsigned char vmaddr[8]; /* Virtual memory address of this segment. */101 unsigned char vmsize[8]; /* Size there, in bytes. */102 unsigned char fileoff[8]; /* Offset in bytes of the data to be mapped. */103 unsigned char filesize[8]; /* Size in bytes on disk. */104 unsigned char maxprot[4]; /* Maximum permitted vm protection. */105 unsigned char initprot[4]; /* Initial vm protection. */106 unsigned char nsects[4]; /* Number of sections in this segment. */107 unsigned char flags[4]; /* Flags that affect the loading. */