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

#include "llvm/BinaryFormat/ELF.h"

Public Attributes

Elf32_Word ch_type
 
Elf32_Word ch_size
 
Elf32_Word ch_addralign
 

Detailed Description

Definition at line 1902 of file ELF.h.

Member Data Documentation

◆ ch_addralign

Elf32_Word llvm::ELF::Elf32_Chdr::ch_addralign

Definition at line 1905 of file ELF.h.

◆ ch_size

Elf32_Word llvm::ELF::Elf32_Chdr::ch_size

Definition at line 1904 of file ELF.h.

◆ ch_type

Elf32_Word llvm::ELF::Elf32_Chdr::ch_type

Definition at line 1903 of file ELF.h.


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