- char sectname[16]; // The name of the section
- char segname[16]; // The segment to which the section belongs
- u_char *data; // The start of the section in memory
- KXLDArray relocs; // The section's relocation entries
- kxld_addr_t base_addr; // The base address of the section
- kxld_addr_t link_addr; // The relocated address of the section
- kxld_size_t size; // The size of the section
- u_int sectnum; // The number of the section (for relocation)
- u_int flags; // Flags describing the section
- u_int align; // The section's alignment as a power of 2
- u_int reserved1; // Dependent on the section type
- u_int reserved2; // Dependent on the section type
- boolean_t allocated; // This section's data is allocated internally
+ char sectname[16]; // The name of the section
+ char segname[16]; // The segment to which the section belongs
+ u_char *data; // The start of the section in memory
+ KXLDArray relocs; // The section's relocation entries
+ kxld_addr_t base_addr; // The base address of the section
+ kxld_addr_t link_addr; // The relocated address of the section
+ kxld_size_t size; // The size of the section
+ u_int sectnum; // The number of the section (for relocation)
+ u_int flags; // Flags describing the section
+ u_int align; // The section's alignment as a power of 2
+ u_int reserved1; // Dependent on the section type
+ u_int reserved2; // Dependent on the section type
+ boolean_t allocated; // This section's data is allocated internally