ReactOS 0.4.15-dev-8096-ga0eec98
macho64_nlist Struct Reference

#include <image_private.h>

Collaboration diagram for macho64_nlist:

Public Attributes

unsigned n_strx
 
unsigned char n_type
 
char n_other
 
short n_desc
 
UINT64 n_value
 

Detailed Description

Definition at line 184 of file image_private.h.

Member Data Documentation

◆ n_desc

short macho64_nlist::n_desc

Definition at line 189 of file image_private.h.

◆ n_other

char macho64_nlist::n_other

Definition at line 188 of file image_private.h.

◆ n_strx

unsigned macho64_nlist::n_strx

Definition at line 186 of file image_private.h.

◆ n_type

unsigned char macho64_nlist::n_type

Definition at line 187 of file image_private.h.

◆ n_value

UINT64 macho64_nlist::n_value

Definition at line 190 of file image_private.h.


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