Subversion Repositories Kolibri OS

Rev

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

Rev 1434 Rev 1604
Line 5... Line 5...
5
 
5
 
Line 6... Line 6...
6
    .global _AllocPage
6
    .global _AllocPage
7
    .global _AllocPages
7
    .global _AllocPages
Line -... Line 8...
-
 
8
 
-
 
9
    .global _AttachIntHandler
8
 
10
 
9
    .global _CreateRingBuffer
11
    .global _CreateRingBuffer
10
    .global _Delay
12
    .global _Delay
Line 11... Line 13...
11
    .global _DestroyObject
13
    .global _DestroyObject
Line 42... Line 44...
42
 
44
 
43
    .def  _AllocPage;         .scl  2;  .type 32; .endef
45
    .def  _AllocPage;         .scl  2;  .type 32; .endef
Line -... Line 46...
-
 
46
    .def  _AllocPages;        .scl  2;  .type 32; .endef
-
 
47
 
44
    .def  _AllocPages;        .scl  2;  .type 32; .endef
48
    .def  _AttachIntHandler;  .scl  2;  .type 32; .endef
Line 45... Line 49...
45
 
49
 
46
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
50
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
Line 80... Line 84...
80
 
84
 
81
_AllocPage:
85
_AllocPage:
Line -... Line 86...
-
 
86
_AllocPages:
-
 
87
 
82
_AllocPages:
88
_AttachIntHandler:
Line 83... Line 89...
83
 
89
 
Line 84... Line 90...
84
_CreateRingBuffer:
90
_CreateRingBuffer:
Line 121... Line 127...
121
 
127
 
Line 122... Line 128...
122
        .ascii " -export:AllocPage"            # gcc ABI
128
        .ascii " -export:AllocPage"            # gcc ABI
123
        .ascii " -export:AllocPages"           # gcc ABI
129
        .ascii " -export:AllocPages"           # gcc ABI
Line -... Line 130...
-
 
130
 
-
 
131
        .ascii " -export:AttachIntHandler"     # stdcall
124
 
132
 
Line 125... Line 133...
125
        .ascii " -export:CreateRingBuffer"     # stdcall
133
        .ascii " -export:CreateRingBuffer"     # stdcall
Line 126... Line 134...
126
 
134