OpenCore
1.0.4
OpenCore Bootloader
|
#include <AppleMachoImage.h>
Data Fields | ||
union { | ||
UINT32 StringIndex | ||
index into the string table More... | ||
} | UnifiedName | |
UINT8 | Type | |
type flag, see below | ||
UINT8 | Section | |
section number or NO_SECT | ||
UINT16 | Descriptor | |
see <mach-o/stab.h> | ||
UINT64 | Value | |
value of this symbol (or stab offset) | ||
This is the symbol table entry structure for 64-bit architectures.
Definition at line 2111 of file AppleMachoImage.h.
UINT16 MACH_NLIST_64::Descriptor |
see <mach-o/stab.h>
Definition at line 2117 of file AppleMachoImage.h.
UINT8 MACH_NLIST_64::Section |
section number or NO_SECT
Definition at line 2116 of file AppleMachoImage.h.
UINT32 MACH_NLIST_64::StringIndex |
index into the string table
Definition at line 2113 of file AppleMachoImage.h.
UINT8 MACH_NLIST_64::Type |
type flag, see below
Definition at line 2115 of file AppleMachoImage.h.
union { ... } MACH_NLIST_64::UnifiedName |
UINT64 MACH_NLIST_64::Value |
value of this symbol (or stab offset)
Definition at line 2118 of file AppleMachoImage.h.