Represents a 64-bit section structure within a Mach-O segment.
Corresponds to the native C structure struct section_64.
struct section_64
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
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.
Reserved field, usage depends on section type.
Reserved field for 64-bit only (e.g., used in __thread_vars, etc.).
__thread_vars
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.