|
PS2SDK
PS2 Homebrew Libraries
|
#include <tamtypes.h>
Include dependency graph for loadfile-common.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | t_ExecData |
| struct | _lf_iop_val_arg |
| struct | _lf_module_load_arg |
| struct | _lf_module_stop_arg |
| union | _lf_module_unload_arg |
| struct | _lf_search_module_by_name_arg |
| struct | _lf_search_module_by_address_arg |
| struct | _lf_elf_load_arg |
| struct | _lf_module_buffer_load_arg |
| union | _lf_iop_val_arg.p |
| union | _lf_iop_val_arg.val |
| union | _lf_module_load_arg.p |
| union | _lf_module_stop_arg.p |
| union | _lf_module_stop_arg.q |
| union | _lf_search_module_by_address_arg.p |
| union | _lf_module_buffer_load_arg.p |
| union | _lf_module_buffer_load_arg.q |
Macros | |
| #define | LF_PATH_MAX 252 |
| #define | LF_ARG_MAX 252 |
Functions | |
| struct _lf_iop_val_arg | __attribute__ ((aligned(16))) |
Common definitions for loadfile between the client and server sides of the LOADFILE protocol.
Definition in file loadfile-common.h.
| struct t_ExecData |
Definition at line 53 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| u32 | epc | |
| u32 | gp | |
| u32 | sp | |
| u32 | dummy | |
| struct _lf_iop_val_arg |
Definition at line 61 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| union _lf_iop_val_arg | p | |
| int | type | |
| union _lf_iop_val_arg | val | |
| struct _lf_module_load_arg |
Definition at line 77 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| union _lf_module_load_arg | p | |
| int | modres | |
| char | path[LF_PATH_MAX] | |
| char | args[LF_ARG_MAX] | |
| struct _lf_module_stop_arg |
Definition at line 89 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| union _lf_module_stop_arg | p | |
| union _lf_module_stop_arg | q | |
| char | dummy[LF_PATH_MAX] | |
| char | args[LF_ARG_MAX] | |
| union _lf_module_unload_arg |
Definition at line 105 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| int | id | |
| int | result | |
| struct _lf_search_module_by_name_arg |
Definition at line 111 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| int | id | |
| int | dummy1 | |
| char | name[LF_PATH_MAX] | |
| char | dummy2[LF_ARG_MAX] | |
| struct _lf_search_module_by_address_arg |
Definition at line 119 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| union _lf_search_module_by_address_arg | p | |
| struct _lf_elf_load_arg |
Definition at line 128 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| u32 | epc | |
| u32 | gp | |
| char | path[LF_PATH_MAX] | |
| char | secname[LF_ARG_MAX] | |
| struct _lf_module_buffer_load_arg |
Definition at line 136 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| union _lf_module_buffer_load_arg | p | |
| union _lf_module_buffer_load_arg | q | |
| char | unused[LF_PATH_MAX] | |
| char | args[LF_ARG_MAX] | |
| union _lf_iop_val_arg.p |
Definition at line 63 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| u32 | iop_addr | |
| int | result | |
| union _lf_iop_val_arg.val |
Definition at line 69 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| u8 | b | |
| u16 | s | |
| u32 | l | |
| union _lf_module_load_arg.p |
Definition at line 79 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| int | arg_len | |
| int | result | |
| union _lf_module_stop_arg.p |
Definition at line 91 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| int | id | |
| int | result | |
| union _lf_module_stop_arg.q |
Definition at line 96 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| int | arg_len | |
| int | modres | |
| union _lf_search_module_by_address_arg.p |
Definition at line 121 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| const void * | ptr | |
| int | id | |
| union _lf_module_buffer_load_arg.p |
Definition at line 138 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| void * | ptr | |
| int | result | |
| union _lf_module_buffer_load_arg.q |
Definition at line 143 of file loadfile-common.h.
| Data Fields | ||
|---|---|---|
| int | arg_len | |
| int | modres | |
| static const u32 u32 val |
Definition at line 68 of file mipscopaccess.h.