Com o autor
[pspdecompiler.git] / tests / exports.exp
blob19ad2b2cb4c8ea850860614a03e29b76b7abba58
1 # Define the exports for the prx
2 PSP_BEGIN_EXPORTS
4 # These four lines are mandatory (although you can add other functions like module_stop)
5 # syslib is a psynonym for the single mandatory export.
6 PSP_EXPORT_START(syslib, 0, 0x8000)
7 PSP_EXPORT_FUNC(module_start)
8 PSP_EXPORT_FUNC(module_stop)
9 PSP_EXPORT_VAR(module_info)
10 PSP_EXPORT_END
12 PSP_EXPORT_START (testprx, 0, 0x4001)
13 PSP_EXPORT_FUNC_HASH (cfg_branches)
14 PSP_EXPORT_FUNC_HASH (cfg_branches_likely)
15 PSP_EXPORT_FUNC_HASH (cfg_branches_noswap)
16 PSP_EXPORT_FUNC_HASH (cfg_branches_never)
17 PSP_EXPORT_FUNC_HASH (cfg_branches_always)
18 PSP_EXPORT_FUNC_HASH (cfg_branchlink)
19 PSP_EXPORT_FUNC_HASH (cfg_jumptobegin)
20 PSP_EXPORT_FUNC_HASH (cfg_strangerefs)
21 PSP_EXPORT_FUNC_HASH (cfg_callnoswap)
22 PSP_EXPORT_FUNC_HASH (cfg_switch)
23 PSP_EXPORT_FUNC_HASH (graph_double_break)
24 PSP_EXPORT_FUNC_HASH (graph_nested_ifs)
25 PSP_EXPORT_FUNC_HASH (graph_nested_loops)
26 PSP_EXPORT_FUNC_HASH (graph_for_inside_if)
27 PSP_EXPORT_END
30 PSP_END_EXPORTS