LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachOYAML::NListEntry Struct Reference

#include "llvm/ObjectYAML/MachOYAML.h"

Public Attributes

uint32_t n_strx
 
llvm::yaml::Hex8 n_type
 
uint8_t n_sect
 
uint16_t n_desc
 
uint64_t n_value
 

Detailed Description

Definition at line 84 of file MachOYAML.h.

Member Data Documentation

◆ n_desc

uint16_t llvm::MachOYAML::NListEntry::n_desc

◆ n_sect

uint8_t llvm::MachOYAML::NListEntry::n_sect

◆ n_strx

uint32_t llvm::MachOYAML::NListEntry::n_strx

◆ n_type

llvm::yaml::Hex8 llvm::MachOYAML::NListEntry::n_type

◆ n_value

uint64_t llvm::MachOYAML::NListEntry::n_value

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