LLVM 22.0.0git
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 2010 of file ELF.h.

Member Data Documentation

◆ ch_addralign

Elf32_Word llvm::ELF::Elf32_Chdr::ch_addralign

Definition at line 2013 of file ELF.h.

◆ ch_size

Elf32_Word llvm::ELF::Elf32_Chdr::ch_size

Definition at line 2012 of file ELF.h.

◆ ch_type

Elf32_Word llvm::ELF::Elf32_Chdr::ch_type

Definition at line 2011 of file ELF.h.


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