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

#include <elf.h>

Public Attributes

ut32 flags
 
ut32 info
 
ut32 link
 
ut32 type
 
ut64 align
 
ut64 offset
 
ut64 rva
 
ut64 size
 
char * name
 
bool is_valid
 

Detailed Description

Definition at line 114 of file elf.h.

Member Data Documentation

◆ align

ut64 rz_bin_elf_section_t::align

Definition at line 119 of file elf.h.

◆ flags

ut32 rz_bin_elf_section_t::flags

Definition at line 115 of file elf.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ info

ut32 rz_bin_elf_section_t::info

Definition at line 116 of file elf.h.

◆ is_valid

bool rz_bin_elf_section_t::is_valid

Definition at line 124 of file elf.h.

◆ link

ut32 rz_bin_elf_section_t::link

Definition at line 117 of file elf.h.

◆ name

◆ offset

ut64 rz_bin_elf_section_t::offset

◆ rva

ut64 rz_bin_elf_section_t::rva

Definition at line 121 of file elf.h.

Referenced by get_import_addr_x86().

◆ size

ut64 rz_bin_elf_section_t::size

Definition at line 122 of file elf.h.

Referenced by get_gnu_debugdata_elf_symbols(), and get_section_elf_symbols().

◆ type


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