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

#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)
 

Detailed Description

This is the symbol table entry structure for 64-bit architectures.

Definition at line 2111 of file AppleMachoImage.h.

Field Documentation

◆ Descriptor

UINT16 MACH_NLIST_64::Descriptor

see <mach-o/stab.h>

Definition at line 2117 of file AppleMachoImage.h.

◆ Section

UINT8 MACH_NLIST_64::Section

section number or NO_SECT

Definition at line 2116 of file AppleMachoImage.h.

◆ StringIndex

UINT32 MACH_NLIST_64::StringIndex

index into the string table

Definition at line 2113 of file AppleMachoImage.h.

◆ Type

UINT8 MACH_NLIST_64::Type

type flag, see below

Definition at line 2115 of file AppleMachoImage.h.

◆ [union]

union { ... } MACH_NLIST_64::UnifiedName

◆ Value

UINT64 MACH_NLIST_64::Value

value of this symbol (or stab offset)

Definition at line 2118 of file AppleMachoImage.h.


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