LLVM  3.7.0
Public Attributes | List of all members
llvm::MachO::dyld_info_command Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::dyld_info_command:
[legend]

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t rebase_off
 
uint32_t rebase_size
 
uint32_t bind_off
 
uint32_t bind_size
 
uint32_t weak_bind_off
 
uint32_t weak_bind_size
 
uint32_t lazy_bind_off
 
uint32_t lazy_bind_size
 
uint32_t export_off
 
uint32_t export_size
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::dyld_info_command::bind_off

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

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::dyld_info_command::bind_size

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

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::dyld_info_command::cmd

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

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::dyld_info_command::cmdsize

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

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::dyld_info_command::export_off

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

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::dyld_info_command::export_size

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

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::dyld_info_command::lazy_bind_off

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

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::dyld_info_command::lazy_bind_size

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

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::dyld_info_command::rebase_off

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

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::dyld_info_command::rebase_size

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

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::dyld_info_command::weak_bind_off

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

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::dyld_info_command::weak_bind_size

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

Referenced by llvm::MachO::swapStruct().


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