LLVM 20.0.0git
|
#include "llvm/BinaryFormat/MachO.h"
Public Attributes | |
uint32_t | n_strx |
uint8_t | n_type |
uint8_t | n_sect |
int16_t | n_desc |
uint32_t | n_value |
int16_t llvm::MachO::nlist::n_desc |
Definition at line 1013 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), and llvm::MachO::swapStruct().
uint8_t llvm::MachO::nlist::n_sect |
Definition at line 1012 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable().
uint32_t llvm::MachO::nlist::n_strx |
Definition at line 1010 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), and llvm::MachO::swapStruct().
uint8_t llvm::MachO::nlist::n_type |
Definition at line 1011 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable().
uint32_t llvm::MachO::nlist::n_value |
Definition at line 1014 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), and llvm::MachO::swapStruct().