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

#include <ELF.h>

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

Public Attributes

Elf32_Word sh_name
 
Elf32_Word sh_type
 
Elf32_Word sh_flags
 
Elf32_Addr sh_addr
 
Elf32_Off sh_offset
 
Elf32_Word sh_size
 
Elf32_Word sh_link
 
Elf32_Word sh_info
 
Elf32_Word sh_addralign
 
Elf32_Word sh_entsize
 

Detailed Description

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

Member Data Documentation

Elf32_Addr llvm::ELF::Elf32_Shdr::sh_addr

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

Elf32_Word llvm::ELF::Elf32_Shdr::sh_addralign

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

Elf32_Word llvm::ELF::Elf32_Shdr::sh_entsize

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

Elf32_Word llvm::ELF::Elf32_Shdr::sh_flags

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

Elf32_Word llvm::ELF::Elf32_Shdr::sh_info

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

Elf32_Word llvm::ELF::Elf32_Shdr::sh_link

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

Elf32_Word llvm::ELF::Elf32_Shdr::sh_name

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

Elf32_Off llvm::ELF::Elf32_Shdr::sh_offset

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

Elf32_Word llvm::ELF::Elf32_Shdr::sh_size

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

Elf32_Word llvm::ELF::Elf32_Shdr::sh_type

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


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