|
LLVM
3.7.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | n_strx |
| uint8_t | n_type |
| uint8_t | n_sect |
| uint16_t | n_desc |
| uint64_t | n_value |
Definition at line 990 of file Support/MachO.h.
| uint16_t llvm::MachO::nlist_64::n_desc |
Definition at line 994 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint8_t llvm::MachO::nlist_64::n_sect |
Definition at line 993 of file Support/MachO.h.
| uint32_t llvm::MachO::nlist_64::n_strx |
Definition at line 991 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint8_t llvm::MachO::nlist_64::n_type |
Definition at line 992 of file Support/MachO.h.
| uint64_t llvm::MachO::nlist_64::n_value |
Definition at line 995 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getNValue(), and llvm::MachO::swapStruct().
1.8.6