LLVM 19.0.0git
Public Attributes | List of all members
llvm::ELF::Elf32_Nhdr Struct Reference

#include "llvm/BinaryFormat/ELF.h"

Public Attributes

Elf32_Word n_namesz
 
Elf32_Word n_descsz
 
Elf32_Word n_type
 

Detailed Description

Definition at line 1913 of file ELF.h.

Member Data Documentation

◆ n_descsz

Elf32_Word llvm::ELF::Elf32_Nhdr::n_descsz

Definition at line 1915 of file ELF.h.

◆ n_namesz

Elf32_Word llvm::ELF::Elf32_Nhdr::n_namesz

Definition at line 1914 of file ELF.h.

◆ n_type

Elf32_Word llvm::ELF::Elf32_Nhdr::n_type

Definition at line 1916 of file ELF.h.


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