|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Include dependency graph for erl-loader.c:Go to the source code of this file.
Data Structures | |
| struct | export_list_t |
Typedefs | |
| typedef void(* | func_t) (void) |
Functions | |
| static void | parse_boot_path (int argc, char **argv) |
| static void | export_symbols () |
| int | main (int argc, char **argv) |
Variables | |
| struct export_list_t | export_list [] |
| static char * | prohibit_list [] |
| typedef void(* func_t) (void) |
Definition at line 67 of file erl-loader.c.
|
static |
Definition at line 50 of file erl-loader.c.
References erl_add_global_symbol(), export_list, export_list_t::name, export_list_t::pointer, and prohibit_list.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 69 of file erl-loader.c.
References _init_load_erl_from_file(), erl_find_symbol(), export_symbols(), parse_boot_path(), and s.
|
static |
| struct export_list_t export_list[] |
Referenced by export_symbols().
|
static |
Definition at line 44 of file erl-loader.c.
Referenced by export_symbols().