|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
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 |
| u32 elf_section_t::sh_addr |
Definition at line 245 of file erl.c.
Referenced by read_erl().
| u32 elf_section_t::sh_addralign |
Definition at line 246 of file erl.c.
Referenced by read_erl().
| u32 elf_section_t::sh_entsize |
Definition at line 246 of file erl.c.
Referenced by read_erl().
| u32 elf_section_t::sh_flags |
Definition at line 245 of file erl.c.
Referenced by read_erl().
| u32 elf_section_t::sh_info |
Definition at line 246 of file erl.c.
Referenced by read_erl().
| u32 elf_section_t::sh_link |
Definition at line 246 of file erl.c.
Referenced by read_erl().
| u32 elf_section_t::sh_name |
Definition at line 245 of file erl.c.
Referenced by read_erl().
| u32 elf_section_t::sh_offset |
Definition at line 245 of file erl.c.
Referenced by read_erl().
| u32 elf_section_t::sh_size |
Definition at line 245 of file erl.c.
Referenced by read_erl().
| u32 elf_section_t::sh_type |
Definition at line 245 of file erl.c.
Referenced by read_erl().