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

#include <external.h>

Public Attributes

unsigned char st_name [4]
 
unsigned char st_value [4]
 
unsigned char st_size [4]
 
unsigned char st_info [1]
 
unsigned char st_other [1]
 
unsigned char st_shndx [2]
 

Detailed Description

Definition at line 130 of file external.h.

Member Data Documentation

◆ st_info

unsigned char Elf32_External_Sym::st_info[1]

Definition at line 134 of file external.h.

◆ st_name

unsigned char Elf32_External_Sym::st_name[4]

Definition at line 131 of file external.h.

◆ st_other

unsigned char Elf32_External_Sym::st_other[1]

Definition at line 135 of file external.h.

◆ st_shndx

unsigned char Elf32_External_Sym::st_shndx[2]

Definition at line 136 of file external.h.

◆ st_size

unsigned char Elf32_External_Sym::st_size[4]

Definition at line 133 of file external.h.

◆ st_value

unsigned char Elf32_External_Sym::st_value[4]

Definition at line 132 of file external.h.


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