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 1898 of file ELF.h.

Member Data Documentation

◆ ch_addralign

Elf32_Word llvm::ELF::Elf32_Chdr::ch_addralign

Definition at line 1901 of file ELF.h.

◆ ch_size

Elf32_Word llvm::ELF::Elf32_Chdr::ch_size

Definition at line 1900 of file ELF.h.

◆ ch_type

Elf32_Word llvm::ELF::Elf32_Chdr::ch_type

Definition at line 1899 of file ELF.h.


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