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

#include <glibc_elf.h>

Public Attributes

Elf64_Word st_name
 
unsigned char st_info
 
unsigned char st_other
 
Elf64_Section st_shndx
 
Elf64_Addr st_value
 
Elf64_Xword st_size
 

Detailed Description

Definition at line 525 of file glibc_elf.h.

Member Data Documentation

◆ st_info

unsigned char Elf64_Sym::st_info

Definition at line 528 of file glibc_elf.h.

◆ st_name

Elf64_Word Elf64_Sym::st_name

Definition at line 527 of file glibc_elf.h.

◆ st_other

unsigned char Elf64_Sym::st_other

Definition at line 529 of file glibc_elf.h.

◆ st_shndx

Elf64_Section Elf64_Sym::st_shndx

Definition at line 530 of file glibc_elf.h.

◆ st_size

Elf64_Xword Elf64_Sym::st_size

Definition at line 532 of file glibc_elf.h.

◆ st_value

Elf64_Addr Elf64_Sym::st_value

Definition at line 531 of file glibc_elf.h.


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