Represents a 32-bit section structure within a Mach-O segment.
Corresponds to the native C structure struct section.
struct section
The virtual memory address where this section begins.
The section's alignment as a power of two. For example, a value of 3 means 8-byte alignment (2^3 = 8).
Section type and attributes. Lower 8 bits = section type, upper 24 bits = section attributes.
The number of relocation entries at reloff.
The file offset to the start of this section.
The file offset of the first relocation entry for this section.
Reserved field for use by the section type.
The name of the section (fixed-length 16-byte ASCII string). Usually begins with __, e.g., __text, __data.
__
__text
__data
The name of the segment that this section belongs to.
The number of bytes of virtual memory occupied by this section.