|
ReactOS 0.4.16-dev-1946-g52006dd
|
Public Attributes | |
| UINT32 | cmd |
| UINT32 | cmdsize |
| UINT32 | symoff |
| UINT32 | nsyms |
| UINT32 | stroff |
| UINT32 | strsize |
Definition at line 122 of file macho_module.c.
| UINT32 macho_symtab_command::cmd |
Definition at line 124 of file macho_module.c.
| UINT32 macho_symtab_command::cmdsize |
Definition at line 125 of file macho_module.c.
| UINT32 macho_symtab_command::nsyms |
Definition at line 127 of file macho_module.c.
Referenced by macho_parse_symtab().
| UINT32 macho_symtab_command::stroff |
Definition at line 128 of file macho_module.c.
Referenced by macho_parse_symtab().
| UINT32 macho_symtab_command::strsize |
Definition at line 129 of file macho_module.c.
Referenced by macho_parse_symtab().
| UINT32 macho_symtab_command::symoff |
Definition at line 126 of file macho_module.c.
Referenced by macho_parse_symtab().