Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/include/mach-o/
H A Dexternal.h84 struct mach_o_segment_command_32_external struct
86 unsigned char segname[16]; /* Name of this segment. */
87 unsigned char vmaddr[4]; /* Virtual memory address of this segment. */
88 unsigned char vmsize[4]; /* Size there, in bytes. */
89 unsigned char fileoff[4]; /* Offset in bytes of the data to be mapped. */
90 unsigned char filesize[4]; /* Size in bytes on disk. */
91 unsigned char maxprot[4]; /* Maximum permitted vm protection. */
92 unsigned char initprot[4]; /* Initial vm protection. */
93 unsigned char nsects[4]; /* Number of sections in this segment. */
94 unsigned char flags[4]; /* Flags that affect the loading. */
/dragonfly/contrib/binutils-2.27/include/mach-o/
H A 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. */