ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
elf_symbol_t Struct Reference

Data Fields

u32 st_name
 
u32 st_value
 
u32 st_size
 
u8 st_info
 
u8 st_other
 
u16 st_shndx
 

Detailed Description

Definition at line 249 of file erl.c.

Field Documentation

◆ st_info

u8 elf_symbol_t::st_info

Definition at line 251 of file erl.c.

◆ st_name

u32 elf_symbol_t::st_name

Definition at line 250 of file erl.c.

Referenced by read_erl().

◆ st_other

u8 elf_symbol_t::st_other

Definition at line 251 of file erl.c.

◆ st_shndx

u16 elf_symbol_t::st_shndx

Definition at line 252 of file erl.c.

Referenced by read_erl().

◆ st_size

u32 elf_symbol_t::st_size

Definition at line 250 of file erl.c.

◆ st_value

u32 elf_symbol_t::st_value

Definition at line 250 of file erl.c.

Referenced by read_erl().


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