Rizin
unix-like reverse engineering framework and cli tools
elf_internal_shdr Struct Reference

#include <internal.h>

Public Attributes

unsigned int sh_name
 
unsigned int sh_type
 
bfd_vma sh_flags
 
bfd_vma sh_addr
 
bfd_size_type sh_size
 
bfd_size_type sh_entsize
 
unsigned long sh_link
 
unsigned long sh_info
 
file_ptr sh_offset
 
unsigned int sh_addralign
 
asectionbfd_section
 
unsigned char * contents
 

Detailed Description

Definition at line 79 of file internal.h.

Member Data Documentation

◆ bfd_section

asection* elf_internal_shdr::bfd_section

Definition at line 92 of file internal.h.

◆ contents

unsigned char* elf_internal_shdr::contents

Definition at line 93 of file internal.h.

◆ sh_addr

bfd_vma elf_internal_shdr::sh_addr

Definition at line 83 of file internal.h.

◆ sh_addralign

unsigned int elf_internal_shdr::sh_addralign

Definition at line 89 of file internal.h.

◆ sh_entsize

bfd_size_type elf_internal_shdr::sh_entsize

Definition at line 85 of file internal.h.

◆ sh_flags

bfd_vma elf_internal_shdr::sh_flags

Definition at line 82 of file internal.h.

◆ sh_info

unsigned long elf_internal_shdr::sh_info

Definition at line 87 of file internal.h.

◆ sh_link

unsigned long elf_internal_shdr::sh_link

Definition at line 86 of file internal.h.

◆ sh_name

unsigned int elf_internal_shdr::sh_name

Definition at line 80 of file internal.h.

◆ sh_offset

file_ptr elf_internal_shdr::sh_offset

Definition at line 88 of file internal.h.

◆ sh_size

bfd_size_type elf_internal_shdr::sh_size

Definition at line 84 of file internal.h.

◆ sh_type

unsigned int elf_internal_shdr::sh_type

Definition at line 81 of file internal.h.


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