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

Member Data Documentation

◆ ch_addralign

Elf32_Word llvm::ELF::Elf32_Chdr::ch_addralign

Definition at line 1917 of file ELF.h.

◆ ch_size

Elf32_Word llvm::ELF::Elf32_Chdr::ch_size

Definition at line 1916 of file ELF.h.

◆ ch_type

Elf32_Word llvm::ELF::Elf32_Chdr::ch_type

Definition at line 1915 of file ELF.h.


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