source: ps2launchargs/source/uLaunchELF/ps2host/imports.lst@ 1101

Last change on this file since 1101 was 1101, checked in by iritscen, 7 years ago

Added following to ps2launchargs:\n-Source code.\n-DLL needed to run ps2client.\n-Instructions for building uLaunchELF.

  • Property svn:executable set to *
File size: 762 bytes
RevLine 
[1101]1
2stdio_IMPORTS_start
3I_printf
4stdio_IMPORTS_end
5
6sysclib_IMPORTS_start
7I_memset
8I_memcpy
9I_strncpy
10sysclib_IMPORTS_end
11
12thsemap_IMPORTS_start
13I_CreateSema
14I_SignalSema
15I_WaitSema
16I_DeleteSema
17thsemap_IMPORTS_end
18
19thbase_IMPORTS_start
20I_CreateThread
21I_StartThread
22I_ExitDeleteThread
23thbase_IMPORTS_end
24
25ioman_IMPORTS_start
26I_AddDrv
27I_DelDrv
28ioman_IMPORTS_end
29
30ps2ip_IMPORTS_start
31I_lwip_send
32I_lwip_socket
33I_lwip_listen
34I_lwip_recv
35I_lwip_close
36I_lwip_bind
37I_lwip_accept
38ps2ip_IMPORTS_end
39
40sifcmd_IMPORTS_start
41I_sceSifInitRpc
42sifcmd_IMPORTS_end
43
44intrman_IMPORTS_start
45I_CpuEnableIntr
46intrman_IMPORTS_end
47
48loadcore_IMPORTS_start
49I_FlushDcache
50loadcore_IMPORTS_end
51#if 0 /* EEUG: WHY ? */
52cdvdman_IMPORTS_start
53I_sceCdInit
54I_sceCdStop
55cdvdman_IMPORTS_end
56#endif
Note: See TracBrowser for help on using the repository browser.