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

#include <MachO.h>

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

Public Attributes

uint32_t n_strx
 
uint8_t n_type
 
uint8_t n_sect
 
int16_t n_desc
 
uint32_t n_value
 

Detailed Description

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

Member Data Documentation

int16_t llvm::MachO::nlist::n_desc
uint8_t llvm::MachO::nlist::n_sect

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

Referenced by llvm::object::MachOObjectFile::checkSymbolTable().

uint32_t llvm::MachO::nlist::n_strx
uint8_t llvm::MachO::nlist::n_type

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

Referenced by llvm::object::MachOObjectFile::checkSymbolTable().

uint32_t llvm::MachO::nlist::n_value

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