kerneltest/e32test/bwins/t_dll2.def
author mikek
Fri, 02 Jul 2010 09:53:45 +0100
branchGCC_SURGE
changeset 190 0d42d469e749
parent 0 a41df078684a
permissions -rw-r--r--
1) Swapping to c++ instead of assembly implementations of several kernel APIs to avoid calling probably broken implementations of __EH_FRAME_?? macros 2) Commenting out otherwise unavoidable calls to __EH_FRAME_?? macros in uc_exe.cia. This is a temporary hack. Both changes to see if they get past an early kernel panic in the Syborg ROM from the current build: EH ERROR: no exception descriptor for address 0x801eb277 Thread efile.exe::Main Panic USER-EXEC 3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     1
EXPORTS
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     2
	?Test2@TestDll2@@SAIXZ @ 1 NONAME ; public: static unsigned int __cdecl TestDll2::Test2(void)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     3
	?Data@TestDll2@@SAHXZ @ 2 NONAME ; public: static int __cdecl TestDll2::Data(void)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     4
	?GlobalAlloc@TestDll2@@SAHH@Z @ 3 NONAME ; public: static int __cdecl TestDll2::GlobalAlloc(int)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     5
	?GlobalAllocated@TestDll2@@SAHXZ @ 4 NONAME ; public: static int __cdecl TestDll2::GlobalAllocated(void)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     6
	?GlobalRead@TestDll2@@SAHHAAVTDes8@@@Z @ 5 NONAME ; public: static int __cdecl TestDll2::GlobalRead(int,class TDes8 &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     7
	?GlobalWrite@TestDll2@@SAHHABVTDesC8@@@Z @ 6 NONAME ; public: static int __cdecl TestDll2::GlobalWrite(int,class TDesC8 const &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     8
	?Sem@TestDll2@@SA?AVRSemaphore@@XZ @ 7 NONAME ; public: static class RSemaphore  __cdecl TestDll2::Sem(void)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     9
	?Server@TestDll2@@SAIXZ @ 8 NONAME ; public: static unsigned int __cdecl TestDll2::Server(void)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    10
	?SetData@TestDll2@@SAXH@Z @ 9 NONAME ; public: static void __cdecl TestDll2::SetData(int)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    11
	?Test1@TestDll2@@SAIXZ @ 10 NONAME ; public: static unsigned int __cdecl TestDll2::Test1(void)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    12
	?Attach@TestDll2@@SAHH@Z @ 11 NONAME ; public: static int __cdecl TestDll2::Attach(int)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    13