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

#include <external.h>

Public Attributes

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

Detailed Description

Definition at line 139 of file external.h.

Member Data Documentation

◆ st_info

unsigned char Elf64_External_Sym::st_info[1]

Definition at line 141 of file external.h.

◆ st_name

unsigned char Elf64_External_Sym::st_name[4]

Definition at line 140 of file external.h.

◆ st_other

unsigned char Elf64_External_Sym::st_other[1]

Definition at line 142 of file external.h.

◆ st_shndx

unsigned char Elf64_External_Sym::st_shndx[2]

Definition at line 143 of file external.h.

◆ st_size

unsigned char Elf64_External_Sym::st_size[8]

Definition at line 145 of file external.h.

◆ st_value

unsigned char Elf64_External_Sym::st_value[8]

Definition at line 144 of file external.h.


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