OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Elf32_Shdr Struct Reference

#include <elf.h>

Collaboration diagram for Elf32_Shdr:
Collaboration graph

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 261 of file elf.h.

Member Data Documentation

Elf32_Addr Elf32_Shdr::sh_addr

Definition at line 266 of file elf.h.

Referenced by Create_New_Section().

Elf32_Word Elf32_Shdr::sh_addralign

Definition at line 271 of file elf.h.

Elf32_Word Elf32_Shdr::sh_entsize

Definition at line 272 of file elf.h.

Referenced by Create_New_Section().

Elf32_Word Elf32_Shdr::sh_flags

Definition at line 265 of file elf.h.

Referenced by Create_New_Section(), and Em_Add_Address_To_Scn().

Elf32_Word Elf32_Shdr::sh_info

Definition at line 270 of file elf.h.

Referenced by Em_Set_sh_info().

Elf32_Word Elf32_Shdr::sh_link

Definition at line 269 of file elf.h.

Referenced by Em_Set_sh_link().

Elf32_Word Elf32_Shdr::sh_name

Definition at line 263 of file elf.h.

Referenced by Create_New_Section(), and Em_Get_Section_Name().

Elf32_Off Elf32_Shdr::sh_offset

Definition at line 267 of file elf.h.

Referenced by get_section().

Elf32_Word Elf32_Shdr::sh_size

Definition at line 268 of file elf.h.

Referenced by get_section().

Elf32_Word Elf32_Shdr::sh_type

Definition at line 264 of file elf.h.

Referenced by Create_New_Section().


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