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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t ilocalsym
 
uint32_t nlocalsym
 
uint32_t iextdefsym
 
uint32_t nextdefsym
 
uint32_t iundefsym
 
uint32_t nundefsym
 
uint32_t tocoff
 
uint32_t ntoc
 
uint32_t modtaboff
 
uint32_t nmodtab
 
uint32_t extrefsymoff
 
uint32_t nextrefsyms
 
uint32_t indirectsymoff
 
uint32_t nindirectsyms
 
uint32_t extreloff
 
uint32_t nextrel
 
uint32_t locreloff
 
uint32_t nlocrel
 

Detailed Description

Definition at line 705 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::dysymtab_command::cmd

◆ cmdsize

uint32_t llvm::MachO::dysymtab_command::cmdsize

◆ extrefsymoff

uint32_t llvm::MachO::dysymtab_command::extrefsymoff

◆ extreloff

uint32_t llvm::MachO::dysymtab_command::extreloff

◆ iextdefsym

uint32_t llvm::MachO::dysymtab_command::iextdefsym

◆ ilocalsym

uint32_t llvm::MachO::dysymtab_command::ilocalsym

◆ indirectsymoff

uint32_t llvm::MachO::dysymtab_command::indirectsymoff

◆ iundefsym

uint32_t llvm::MachO::dysymtab_command::iundefsym

◆ locreloff

uint32_t llvm::MachO::dysymtab_command::locreloff

◆ modtaboff

uint32_t llvm::MachO::dysymtab_command::modtaboff

◆ nextdefsym

uint32_t llvm::MachO::dysymtab_command::nextdefsym

◆ nextrefsyms

uint32_t llvm::MachO::dysymtab_command::nextrefsyms

◆ nextrel

uint32_t llvm::MachO::dysymtab_command::nextrel

◆ nindirectsyms

uint32_t llvm::MachO::dysymtab_command::nindirectsyms

◆ nlocalsym

uint32_t llvm::MachO::dysymtab_command::nlocalsym

◆ nlocrel

uint32_t llvm::MachO::dysymtab_command::nlocrel

◆ nmodtab

uint32_t llvm::MachO::dysymtab_command::nmodtab

◆ ntoc

uint32_t llvm::MachO::dysymtab_command::ntoc

◆ nundefsym

uint32_t llvm::MachO::dysymtab_command::nundefsym

◆ tocoff

uint32_t llvm::MachO::dysymtab_command::tocoff

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