OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
MACH_SECTION_64 Struct Reference

#include <AppleMachoImage.h>

Data Fields

CHAR8 SectionName [16]
 Name of this section.
 
CHAR8 SegmentName [16]
 segment this section goes in
 
UINT64 Address
 memory address of this section
 
UINT64 Size
 size in bytes of this section
 
UINT32 Offset
 file offset of this section
 
UINT32 Alignment
 section alignment (power of 2)
 
UINT32 RelocationsOffset
 file offset of relocation entries
 
UINT32 NumRelocations
 number of relocation entries
 
UINT32 Flags
 flags (section type and attributes)
 
UINT32 Reserved1
 reserved (for offset or index)
 
UINT32 Reserved2
 reserved (for count or sizeof)
 
UINT32 Reserved3
 reserved
 

Detailed Description

for 64-bit architectures

Definition at line 871 of file AppleMachoImage.h.

Field Documentation

◆ Address

UINT64 MACH_SECTION_64::Address

memory address of this section

Definition at line 874 of file AppleMachoImage.h.

◆ Alignment

UINT32 MACH_SECTION_64::Alignment

section alignment (power of 2)

Definition at line 877 of file AppleMachoImage.h.

◆ Flags

UINT32 MACH_SECTION_64::Flags

flags (section type and attributes)

Definition at line 880 of file AppleMachoImage.h.

◆ NumRelocations

UINT32 MACH_SECTION_64::NumRelocations

number of relocation entries

Definition at line 879 of file AppleMachoImage.h.

◆ Offset

UINT32 MACH_SECTION_64::Offset

file offset of this section

Definition at line 876 of file AppleMachoImage.h.

◆ RelocationsOffset

UINT32 MACH_SECTION_64::RelocationsOffset

file offset of relocation entries

Definition at line 878 of file AppleMachoImage.h.

◆ Reserved1

UINT32 MACH_SECTION_64::Reserved1

reserved (for offset or index)

Definition at line 881 of file AppleMachoImage.h.

◆ Reserved2

UINT32 MACH_SECTION_64::Reserved2

reserved (for count or sizeof)

Definition at line 882 of file AppleMachoImage.h.

◆ Reserved3

UINT32 MACH_SECTION_64::Reserved3

reserved

Definition at line 883 of file AppleMachoImage.h.

◆ SectionName

CHAR8 MACH_SECTION_64::SectionName[16]

Name of this section.

Definition at line 872 of file AppleMachoImage.h.

◆ SegmentName

CHAR8 MACH_SECTION_64::SegmentName[16]

segment this section goes in

Definition at line 873 of file AppleMachoImage.h.

◆ Size

UINT64 MACH_SECTION_64::Size

size in bytes of this section

Definition at line 875 of file AppleMachoImage.h.


The documentation for this struct was generated from the following file: