LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachO::symtab_command Struct Reference

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t symoff
 
uint32_t nsyms
 
uint32_t stroff
 
uint32_t strsize
 

Detailed Description

Definition at line 696 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::symtab_command::cmd

◆ cmdsize

uint32_t llvm::MachO::symtab_command::cmdsize

◆ nsyms

uint32_t llvm::MachO::symtab_command::nsyms

◆ stroff

uint32_t llvm::MachO::symtab_command::stroff

◆ strsize

uint32_t llvm::MachO::symtab_command::strsize

◆ symoff

uint32_t llvm::MachO::symtab_command::symoff

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