LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::Elf_Chdr_Impl< ELFType< Endianness, false > > Struct Template Reference

#include "llvm/Object/ELFTypes.h"

Public Attributes

Elf_Word ch_type
 
Elf_Word ch_size
 
Elf_Word ch_addralign
 

Detailed Description

template<endianness Endianness>
struct llvm::object::Elf_Chdr_Impl< ELFType< Endianness, false > >

Definition at line 604 of file ELFTypes.h.

Member Data Documentation

◆ ch_addralign

template<endianness Endianness>
Elf_Word llvm::object::Elf_Chdr_Impl< ELFType< Endianness, false > >::ch_addralign

Definition at line 608 of file ELFTypes.h.

◆ ch_size

template<endianness Endianness>
Elf_Word llvm::object::Elf_Chdr_Impl< ELFType< Endianness, false > >::ch_size

Definition at line 607 of file ELFTypes.h.

◆ ch_type

template<endianness Endianness>
Elf_Word llvm::object::Elf_Chdr_Impl< ELFType< Endianness, false > >::ch_type

Definition at line 606 of file ELFTypes.h.


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