LLVM 17.0.0git
Public Attributes | List of all members
llvm::ELF::Elf64_Chdr Struct Reference

#include "llvm/BinaryFormat/ELF.h"

Collaboration diagram for llvm::ELF::Elf64_Chdr:
Collaboration graph
[legend]

Public Attributes

Elf64_Word ch_type
 
Elf64_Word ch_reserved
 
Elf64_Xword ch_size
 
Elf64_Xword ch_addralign
 

Detailed Description

Definition at line 1803 of file ELF.h.

Member Data Documentation

◆ ch_addralign

Elf64_Xword llvm::ELF::Elf64_Chdr::ch_addralign

Definition at line 1807 of file ELF.h.

◆ ch_reserved

Elf64_Word llvm::ELF::Elf64_Chdr::ch_reserved

Definition at line 1805 of file ELF.h.

◆ ch_size

Elf64_Xword llvm::ELF::Elf64_Chdr::ch_size

Definition at line 1806 of file ELF.h.

◆ ch_type

Elf64_Word llvm::ELF::Elf64_Chdr::ch_type

Definition at line 1804 of file ELF.h.


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