ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Oni_Symbols.S
Revision: 322
Committed: Fri May 15 11:45:19 2009 UTC (16 years, 5 months ago) by rossy
File size: 1061 byte(s)
Log Message:

File Contents

# Content
1 #define symbol(name, value) .global name; .set name, 0x00400000 + value
2
3 // MSVC6.0 stdlib
4 symbol ( _oni_malloc , 0x0011fc24 )
5 symbol ( _oni_free , 0x0011fbf5 )
6
7 symbol ( _oni_fopen , 0x0011ea9f )
8 symbol ( _oni_fflush , 0x0011eab2 )
9 symbol ( _oni_fprintf , 0x0011ebbf )
10 symbol ( _oni_vsprintf , 0x0011e860 )
11
12 // Oni Engine
13 symbol ( _ONiMain , 0x000d3280 )
14
15 // BFW_Utility
16 symbol ( _UUrStartupMessage , 0x00024860 )
17 symbol ( @UUrMachineTime_High@0 , 0x00026480 )
18 symbol ( @UUrMachineTime_High_Frequency@0 , 0x000264b0 )
19 symbol ( @UUrMachineTime_Sixtieths@0 , 0x000263e0 )
20 symbol ( _ONgFileStartup , 0x001711b8 )
21
22 symbol ( @UUrPlatform_Initialize@0 , 0x00026010 )
23 symbol ( @UUrPlatform_Terminate@0 , 0x00026310 )
24
25 // OpenGL
26 symbol ( @gl_enumerate_valid_display_modes@4 , 0x000083a0 )