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

#include <glibc_elf.h>

Public Attributes

Elf32_Word st_name
 
Elf32_Addr st_value
 
Elf32_Word st_size
 
unsigned char st_info
 
unsigned char st_other
 
Elf32_Section st_shndx
 

Detailed Description

Definition at line 515 of file glibc_elf.h.

Member Data Documentation

◆ st_info

unsigned char Elf32_Sym::st_info

Definition at line 520 of file glibc_elf.h.

◆ st_name

Elf32_Word Elf32_Sym::st_name

Definition at line 517 of file glibc_elf.h.

◆ st_other

unsigned char Elf32_Sym::st_other

Definition at line 521 of file glibc_elf.h.

◆ st_shndx

Elf32_Section Elf32_Sym::st_shndx

Definition at line 522 of file glibc_elf.h.

◆ st_size

Elf32_Word Elf32_Sym::st_size

Definition at line 519 of file glibc_elf.h.

◆ st_value

Elf32_Addr Elf32_Sym::st_value

Definition at line 518 of file glibc_elf.h.


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