LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::MachO::dysymtab_command Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::dysymtab_command:
Collaboration graph
[legend]

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 618 of file Support/MachO.h.

Member Data Documentation

uint32_t llvm::MachO::dysymtab_command::cmd

Definition at line 619 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::cmdsize

Definition at line 620 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::extrefsymoff

Definition at line 631 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::extreloff

Definition at line 635 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::iextdefsym

Definition at line 623 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::ilocalsym

Definition at line 621 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::indirectsymoff
uint32_t llvm::MachO::dysymtab_command::iundefsym

Definition at line 625 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::locreloff

Definition at line 637 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::modtaboff

Definition at line 629 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::nextdefsym

Definition at line 624 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::nextrefsyms

Definition at line 632 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::nextrel

Definition at line 636 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::nindirectsyms

Definition at line 634 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::nlocalsym

Definition at line 622 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::nlocrel

Definition at line 638 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::nmodtab

Definition at line 630 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::ntoc

Definition at line 628 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::nundefsym

Definition at line 626 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::dysymtab_command::tocoff

Definition at line 627 of file Support/MachO.h.

Referenced by llvm::object::SwapStruct().


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