Searched defs:mach_o_segment_command_32_external (Results 1 – 1 of 1) sorted by relevance
83 struct mach_o_segment_command_32_external struct85 unsigned char segname[16]; /* Name of this segment. */86 unsigned char vmaddr[4]; /* Virtual memory address of this segment. */87 unsigned char vmsize[4]; /* Size there, in bytes. */88 unsigned char fileoff[4]; /* Offset in bytes of the data to be mapped. */89 unsigned char filesize[4]; /* Size in bytes on disk. */90 unsigned char maxprot[4]; /* Maximum permitted vm protection. */91 unsigned char initprot[4]; /* Initial vm protection. */92 unsigned char nsects[4]; /* Number of sections in this segment. */93 unsigned char flags[4]; /* Flags that affect the loading. */