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

#include <internal.h>

Public Attributes

bfd_vma st_value
 
bfd_vma st_size
 
unsigned long st_name
 
unsigned char st_info
 
unsigned char st_other
 
unsigned int st_shndx
 

Detailed Description

Definition at line 98 of file internal.h.

Member Data Documentation

◆ st_info

unsigned char elf_internal_sym::st_info

Definition at line 102 of file internal.h.

Referenced by get_sym_code_type().

◆ st_name

unsigned long elf_internal_sym::st_name

Definition at line 101 of file internal.h.

◆ st_other

unsigned char elf_internal_sym::st_other

Definition at line 103 of file internal.h.

◆ st_shndx

unsigned int elf_internal_sym::st_shndx

Definition at line 104 of file internal.h.

◆ st_size

bfd_vma elf_internal_sym::st_size

Definition at line 100 of file internal.h.

◆ st_value

bfd_vma elf_internal_sym::st_value

Definition at line 99 of file internal.h.


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