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

#include <ELF.h>

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

Public Attributes

Elf64_Word ch_type
 
Elf64_Word ch_reserved
 
Elf64_Xword ch_size
 
Elf64_Xword ch_addralign
 

Detailed Description

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

Member Data Documentation

Elf64_Xword llvm::ELF::Elf64_Chdr::ch_addralign

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

Elf64_Word llvm::ELF::Elf64_Chdr::ch_reserved

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

Elf64_Xword llvm::ELF::Elf64_Chdr::ch_size

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

Elf64_Word llvm::ELF::Elf64_Chdr::ch_type

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


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