PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
elf_pheader_t Struct Reference

Data Fields

u32 type
 
u32 offset
 
void * vaddr
 
u32 paddr
 
u32 filesz
 
u32 memsz
 
u32 flags
 
u32 align
 
uint32_t type
 
uint32_t offset
 
uint32_t paddr
 
uint32_t filesz
 
uint32_t memsz
 
uint32_t flags
 
uint32_t align
 

Detailed Description

Definition at line 38 of file elf.h.

Field Documentation

◆ type [1/2]

u32 elf_pheader_t::type

Definition at line 40 of file elf.h.

◆ offset [1/2]

u32 elf_pheader_t::offset

Definition at line 41 of file elf.h.

◆ vaddr

void * elf_pheader_t::vaddr

Definition at line 42 of file elf.h.

◆ paddr [1/2]

u32 elf_pheader_t::paddr

Definition at line 43 of file elf.h.

◆ filesz [1/2]

u32 elf_pheader_t::filesz

Definition at line 44 of file elf.h.

◆ memsz [1/2]

u32 elf_pheader_t::memsz

Definition at line 45 of file elf.h.

◆ flags [1/2]

u32 elf_pheader_t::flags

Definition at line 46 of file elf.h.

◆ align [1/2]

u32 elf_pheader_t::align

Definition at line 47 of file elf.h.

◆ type [2/2]

uint32_t elf_pheader_t::type

Definition at line 33 of file ELF.h.

◆ offset [2/2]

uint32_t elf_pheader_t::offset

Definition at line 34 of file ELF.h.

◆ paddr [2/2]

uint32_t elf_pheader_t::paddr

Definition at line 36 of file ELF.h.

◆ filesz [2/2]

uint32_t elf_pheader_t::filesz

Definition at line 37 of file ELF.h.

◆ memsz [2/2]

uint32_t elf_pheader_t::memsz

Definition at line 38 of file ELF.h.

◆ flags [2/2]

uint32_t elf_pheader_t::flags

Definition at line 39 of file ELF.h.

◆ align [2/2]

uint32_t elf_pheader_t::align

Definition at line 40 of file ELF.h.


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