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

Data Fields

u32 sh_name
 
u32 sh_type
 
u32 sh_flags
 
u32 sh_addr
 
u32 sh_offset
 
u32 sh_size
 
u32 sh_link
 
u32 sh_info
 
u32 sh_addralign
 
u32 sh_entsize
 

Detailed Description

Definition at line 244 of file erl.c.

Field Documentation

◆ sh_addr

u32 elf_section_t::sh_addr

Definition at line 245 of file erl.c.

Referenced by read_erl().

◆ sh_addralign

u32 elf_section_t::sh_addralign

Definition at line 246 of file erl.c.

Referenced by read_erl().

◆ sh_entsize

u32 elf_section_t::sh_entsize

Definition at line 246 of file erl.c.

Referenced by read_erl().

◆ sh_flags

u32 elf_section_t::sh_flags

Definition at line 245 of file erl.c.

Referenced by read_erl().

◆ sh_info

u32 elf_section_t::sh_info

Definition at line 246 of file erl.c.

Referenced by read_erl().

◆ sh_link

u32 elf_section_t::sh_link

Definition at line 246 of file erl.c.

Referenced by read_erl().

◆ sh_name

u32 elf_section_t::sh_name

Definition at line 245 of file erl.c.

Referenced by read_erl().

◆ sh_offset

u32 elf_section_t::sh_offset

Definition at line 245 of file erl.c.

Referenced by read_erl().

◆ sh_size

u32 elf_section_t::sh_size

Definition at line 245 of file erl.c.

Referenced by read_erl().

◆ sh_type

u32 elf_section_t::sh_type

Definition at line 245 of file erl.c.

Referenced by read_erl().


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