Home
last modified time | relevance | path

Searched defs:mach_o_segment_command_32_external (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/include/mach-o/
Dexternal.h83 struct mach_o_segment_command_32_external struct
85 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. */