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

#include <elf.h>

Public Attributes

ut64 paddr
 
ut64 vaddr
 
ut64 size
 
ut32 ordinal
 
const char * bind
 
const char * type
 
RZ_OWN char * name
 

Detailed Description

Definition at line 133 of file elf.h.

Member Data Documentation

◆ bind

const char* rz_bin_elf_symbol_t::bind

Definition at line 138 of file elf.h.

Referenced by convert_elf_symbol_entry().

◆ name

◆ ordinal

ut32 rz_bin_elf_symbol_t::ordinal

Definition at line 137 of file elf.h.

Referenced by convert_elf_symbol_entry(), get_import_offset(), and rz_bin_elf_get_symbol().

◆ paddr

ut64 rz_bin_elf_symbol_t::paddr

◆ size

ut64 rz_bin_elf_symbol_t::size

Definition at line 136 of file elf.h.

Referenced by convert_elf_symbol_entry(), and convert_elf_symbol_to_elf_import().

◆ type

◆ vaddr

ut64 rz_bin_elf_symbol_t::vaddr

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