LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachO::nlist Struct Reference

#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
 

Detailed Description

Definition at line 1009 of file MachO.h.

Member Data Documentation

◆ n_desc

int16_t llvm::MachO::nlist::n_desc

◆ n_sect

uint8_t llvm::MachO::nlist::n_sect

Definition at line 1012 of file MachO.h.

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

◆ n_strx

uint32_t llvm::MachO::nlist::n_strx

◆ n_type

uint8_t llvm::MachO::nlist::n_type

Definition at line 1011 of file MachO.h.

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

◆ n_value

uint32_t llvm::MachO::nlist::n_value

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