LLVM API Documentation

llvm::ELF::Elf64_Shdr Struct Reference

#include <ELF.h>

Collaboration diagram for llvm::ELF::Elf64_Shdr:

Collaboration graph
[legend]
List of all members.

Public Attributes

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

Detailed Description

Definition at line 147 of file ELF.h.


Member Data Documentation

Elf64_Addr llvm::ELF::Elf64_Shdr::sh_addr

Definition at line 151 of file ELF.h.

Elf64_Xword llvm::ELF::Elf64_Shdr::sh_addralign

Definition at line 156 of file ELF.h.

Elf64_Xword llvm::ELF::Elf64_Shdr::sh_entsize

Definition at line 157 of file ELF.h.

Elf64_Xword llvm::ELF::Elf64_Shdr::sh_flags

Definition at line 150 of file ELF.h.

Elf64_Half llvm::ELF::Elf64_Shdr::sh_info

Definition at line 155 of file ELF.h.

Elf64_Half llvm::ELF::Elf64_Shdr::sh_link

Definition at line 154 of file ELF.h.

Elf64_Half llvm::ELF::Elf64_Shdr::sh_name

Definition at line 148 of file ELF.h.

Elf64_Off llvm::ELF::Elf64_Shdr::sh_offset

Definition at line 152 of file ELF.h.

Elf64_Xword llvm::ELF::Elf64_Shdr::sh_size

Definition at line 153 of file ELF.h.

Elf64_Half llvm::ELF::Elf64_Shdr::sh_type

Definition at line 149 of file ELF.h.


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