LLVM
8.0.1
|
#include "llvm/BinaryFormat/MachO.h"
Public Attributes | |
uint32_t | n_strx |
uint8_t | n_type |
uint8_t | n_sect |
uint16_t | n_desc |
uint64_t | n_value |
uint16_t llvm::MachO::nlist_64::n_desc |
Definition at line 985 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), and llvm::MachO::swapStruct().
uint8_t llvm::MachO::nlist_64::n_sect |
Definition at line 984 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable().
uint32_t llvm::MachO::nlist_64::n_strx |
Definition at line 982 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), and llvm::MachO::swapStruct().
uint8_t llvm::MachO::nlist_64::n_type |
Definition at line 983 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable().
uint64_t llvm::MachO::nlist_64::n_value |
Definition at line 986 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), llvm::object::MachOObjectFile::getNValue(), and llvm::MachO::swapStruct().