Represents a section (common of 32 and 64) in a Mach-O file.
The virtual memory address where this section begins.
Byte alignment of this section, specified as a power of two. For example, value 3 means 8-byte alignment (2^3).
3
Get all fields of the structure
Type and attributes of this section. Lower 8 bits = section type, upper 24 bits = flags.
Number of relocation entries for this section.
The offset in the file where this section's data begins.
File offset of the first relocation entry for this section.
The name of the section (fixed-length 16-byte ASCII string). Usually begins with __, such as __text, __data.
__
__text
__data
The name of the segment this section belongs to.
The size in bytes of virtual memory occupied by this section.