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

#include "llvm/BinaryFormat/ELF.h"

Public Attributes

Elf64_Word n_namesz
 
Elf64_Word n_descsz
 
Elf64_Word n_type
 

Detailed Description

Definition at line 1904 of file ELF.h.

Member Data Documentation

◆ n_descsz

Elf64_Word llvm::ELF::Elf64_Nhdr::n_descsz

Definition at line 1906 of file ELF.h.

◆ n_namesz

Elf64_Word llvm::ELF::Elf64_Nhdr::n_namesz

Definition at line 1905 of file ELF.h.

◆ n_type

Elf64_Word llvm::ELF::Elf64_Nhdr::n_type

Definition at line 1907 of file ELF.h.


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