Subversion Repositories Kolibri OS

Rev

Rev 1908 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1908 Rev 2040
Line 1... Line -...
1
.section .text
-
 
Line 2... Line 1...
2
 
1
.global __start
3
.global __start
2
.global ___main
-
 
3
.global _DllMainCRTStartup
-
 
4
 
-
 
5
 
-
 
6
.section .init
-
 
7
 
-
 
8
.def	__start;	.scl	2;	.type	32;	.endef 
-
 
9
.def	_DllMainCRTStartup;	.scl	2;	.type	32;	.endef 
Line 4... Line 10...
4
.global ___main
10
 
5
 
11
.align 4
-
 
12
__start:
-
 
13
_DllMainCRTStartup:
6
.align 4
14
 
7
__start:
15
	   call __pei386_runtime_relocator	
Line 8... Line 16...
8
	   call __pei386_runtime_relocator	
16
           jmp  _main
9
           jmp  _main
17