ReactOS 0.4.15-dev-7788-g1ad9096
elf_sym Struct Reference

Public Attributes

UINT32 st_name
 
UINT8 st_info
 
UINT8 st_other
 
UINT16 st_shndx
 
UINT64 st_value
 
UINT64 st_size
 

Detailed Description

Definition at line 57 of file elf_module.c.

Member Data Documentation

◆ st_info

UINT8 elf_sym::st_info

Definition at line 60 of file elf_module.c.

Referenced by elf_finish_stabs_info().

◆ st_name

UINT32 elf_sym::st_name

Definition at line 59 of file elf_module.c.

◆ st_other

UINT8 elf_sym::st_other

Definition at line 61 of file elf_module.c.

◆ st_shndx

UINT16 elf_sym::st_shndx

Definition at line 62 of file elf_module.c.

◆ st_size

UINT64 elf_sym::st_size

Definition at line 64 of file elf_module.c.

Referenced by elf_finish_stabs_info().

◆ st_value

UINT64 elf_sym::st_value

Definition at line 63 of file elf_module.c.

Referenced by elf_finish_stabs_info().


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