|
LLVM
4.0.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | n_strx |
| uint8_t | n_type |
| uint8_t | n_sect |
| int16_t | n_desc |
| uint32_t | n_value |
Definition at line 953 of file Support/MachO.h.
| int16_t llvm::MachO::nlist::n_desc |
Definition at line 957 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), and llvm::MachO::swapStruct().
| 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 |
Definition at line 954 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), and llvm::MachO::swapStruct().
| 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 |
Definition at line 958 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), llvm::object::MachOObjectFile::getNValue(), and llvm::MachO::swapStruct().
1.8.6