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

#include <ELF.h>

Collaboration diagram for llvm::ELF::Elf32_Chdr:
[legend]

Public Attributes

Elf32_Word ch_type
 
Elf32_Word ch_size
 
Elf32_Word ch_addralign
 

Detailed Description

Definition at line 1332 of file Support/ELF.h.

Member Data Documentation

Elf32_Word llvm::ELF::Elf32_Chdr::ch_addralign

Definition at line 1335 of file Support/ELF.h.

Elf32_Word llvm::ELF::Elf32_Chdr::ch_size

Definition at line 1334 of file Support/ELF.h.

Elf32_Word llvm::ELF::Elf32_Chdr::ch_type

Definition at line 1333 of file Support/ELF.h.


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