LLVM  4.0.0
Public Attributes | List of all members
llvm::MachO::segment_command Struct Reference

#include <MachO.h>

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
char segname [16]
 
uint32_t vmaddr
 
uint32_t vmsize
 
uint32_t fileoff
 
uint32_t filesize
 
uint32_t maxprot
 
uint32_t initprot
 
uint32_t nsects
 
uint32_t flags
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::segment_command::cmd

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

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

uint32_t llvm::MachO::segment_command::cmdsize

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

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

uint32_t llvm::MachO::segment_command::fileoff

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

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

uint32_t llvm::MachO::segment_command::filesize

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

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

uint32_t llvm::MachO::segment_command::flags

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

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

uint32_t llvm::MachO::segment_command::initprot

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

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

uint32_t llvm::MachO::segment_command::maxprot

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

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

uint32_t llvm::MachO::segment_command::nsects

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

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

char llvm::MachO::segment_command::segname[16]

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

uint32_t llvm::MachO::segment_command::vmaddr

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

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

uint32_t llvm::MachO::segment_command::vmsize

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

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


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