LLVM API Documentation

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

#include <MachO.h>

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint64_t init_address
 
uint64_t init_module
 
uint64_t reserved1
 
uint64_t reserved2
 
uint64_t reserved3
 
uint64_t reserved4
 
uint64_t reserved5
 
uint64_t reserved6
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::routines_command_64::cmd

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

uint32_t llvm::MachO::routines_command_64::cmdsize

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

uint64_t llvm::MachO::routines_command_64::init_address

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

uint64_t llvm::MachO::routines_command_64::init_module

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

uint64_t llvm::MachO::routines_command_64::reserved1

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

uint64_t llvm::MachO::routines_command_64::reserved2

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

uint64_t llvm::MachO::routines_command_64::reserved3

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

uint64_t llvm::MachO::routines_command_64::reserved4

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

uint64_t llvm::MachO::routines_command_64::reserved5

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

uint64_t llvm::MachO::routines_command_64::reserved6

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


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