LLVM: llvm::MachO::nlist_64 Struct Reference (original) (raw)

#include "[llvm/BinaryFormat/MachO.h](BinaryFormat%5F2MachO%5F8h%5Fsource.html)"

Public Attributes
uint32_t n_strx
uint8_t n_type
uint8_t n_sect
uint16_t n_desc
uint64_t n_value

Detailed Description

Definition at line 1017 of file MachO.h.

Member Data Documentation

n_desc

uint16_t llvm::MachO::nlist_64::n_desc

Definition at line 1021 of file MachO.h.

Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), and llvm::MachO::swapStruct().

n_sect

uint8_t llvm::MachO::nlist_64::n_sect

Definition at line 1020 of file MachO.h.

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

n_strx

uint32_t llvm::MachO::nlist_64::n_strx

Definition at line 1018 of file MachO.h.

Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), and llvm::MachO::swapStruct().

n_type

uint8_t llvm::MachO::nlist_64::n_type

Definition at line 1019 of file MachO.h.

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

n_value

uint64_t llvm::MachO::nlist_64::n_value

Definition at line 1022 of file MachO.h.

Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), and llvm::MachO::swapStruct().


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