ReactOS 0.4.15-dev-7958-gcd0bb1a
macho_symtab_command Struct Reference

Public Attributes

UINT32 cmd
 
UINT32 cmdsize
 
UINT32 symoff
 
UINT32 nsyms
 
UINT32 stroff
 
UINT32 strsize
 

Detailed Description

Definition at line 122 of file macho_module.c.

Member Data Documentation

◆ cmd

UINT32 macho_symtab_command::cmd

Definition at line 124 of file macho_module.c.

◆ cmdsize

UINT32 macho_symtab_command::cmdsize

Definition at line 125 of file macho_module.c.

◆ nsyms

UINT32 macho_symtab_command::nsyms

Definition at line 127 of file macho_module.c.

Referenced by macho_parse_symtab().

◆ stroff

UINT32 macho_symtab_command::stroff

Definition at line 128 of file macho_module.c.

Referenced by macho_parse_symtab().

◆ strsize

UINT32 macho_symtab_command::strsize

Definition at line 129 of file macho_module.c.

Referenced by macho_parse_symtab().

◆ symoff

UINT32 macho_symtab_command::symoff

Definition at line 126 of file macho_module.c.

Referenced by macho_parse_symtab().


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