LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::ELF::Elf64_Shdr Struct Reference

#include <ELF.h>

Collaboration diagram for llvm::ELF::Elf64_Shdr:
Collaboration graph
[legend]

Public Attributes

Elf64_Word sh_name
 
Elf64_Word sh_type
 
Elf64_Xword sh_flags
 
Elf64_Addr sh_addr
 
Elf64_Off sh_offset
 
Elf64_Xword sh_size
 
Elf64_Word sh_link
 
Elf64_Word sh_info
 
Elf64_Xword sh_addralign
 
Elf64_Xword sh_entsize
 

Detailed Description

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

Member Data Documentation

Elf64_Addr llvm::ELF::Elf64_Shdr::sh_addr

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

Elf64_Xword llvm::ELF::Elf64_Shdr::sh_addralign

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

Elf64_Xword llvm::ELF::Elf64_Shdr::sh_entsize

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

Elf64_Xword llvm::ELF::Elf64_Shdr::sh_flags

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

Elf64_Word llvm::ELF::Elf64_Shdr::sh_info

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

Elf64_Word llvm::ELF::Elf64_Shdr::sh_link

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

Elf64_Word llvm::ELF::Elf64_Shdr::sh_name

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

Elf64_Off llvm::ELF::Elf64_Shdr::sh_offset

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

Elf64_Xword llvm::ELF::Elf64_Shdr::sh_size

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

Elf64_Word llvm::ELF::Elf64_Shdr::sh_type

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


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