Last change
on this file since 598 was 595, checked in by bird, 22 years ago |
More, better.
|
-
Property cvs2svn:cvs-rev
set to
1.2
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
848 bytes
|
Line | |
---|
1 | .file "570asm.s"
|
---|
2 |
|
---|
3 | .text
|
---|
4 |
|
---|
5 | .globl ExternCVoid
|
---|
6 | ExternCVoid:
|
---|
7 | ret
|
---|
8 |
|
---|
9 | .globl ExternCPVoid
|
---|
10 | ExternCPVoid:
|
---|
11 | ret
|
---|
12 |
|
---|
13 | .globl ExternCInt
|
---|
14 | ExternCInt:
|
---|
15 | ret
|
---|
16 |
|
---|
17 | .globl ExternCPType
|
---|
18 | ExternCPType:
|
---|
19 | ret
|
---|
20 |
|
---|
21 | .globl Void
|
---|
22 | Void:
|
---|
23 | ret
|
---|
24 |
|
---|
25 | .globl PVoid
|
---|
26 | PVoid:
|
---|
27 | ret
|
---|
28 |
|
---|
29 | .globl Int
|
---|
30 | Int:
|
---|
31 | ret
|
---|
32 |
|
---|
33 | .globl PType
|
---|
34 | PType:
|
---|
35 | ret
|
---|
36 |
|
---|
37 |
|
---|
38 | .globl __ZN3foo16StaticMemberVoidEv
|
---|
39 | __ZN3foo16StaticMemberVoidEv:
|
---|
40 | ret
|
---|
41 |
|
---|
42 | .globl __ZN3foo17StaticMemberPVoidEv
|
---|
43 | __ZN3foo17StaticMemberPVoidEv:
|
---|
44 | ret
|
---|
45 |
|
---|
46 | .globl __ZN3foo15StaticMemberIntEv
|
---|
47 | __ZN3foo15StaticMemberIntEv:
|
---|
48 | ret
|
---|
49 |
|
---|
50 | .globl __ZN3foo17StaticMemberPTypeEv
|
---|
51 | __ZN3foo17StaticMemberPTypeEv:
|
---|
52 | ret
|
---|
53 |
|
---|
54 | .globl __ZN3foo10MemberVoidEv
|
---|
55 | __ZN3foo10MemberVoidEv:
|
---|
56 | ret
|
---|
57 |
|
---|
58 | .globl __ZN3foo11MemberPVoidEv
|
---|
59 | __ZN3foo11MemberPVoidEv:
|
---|
60 | ret
|
---|
61 |
|
---|
62 | .globl __ZN3foo9MemberIntEv
|
---|
63 | __ZN3foo9MemberIntEv:
|
---|
64 | ret
|
---|
65 |
|
---|
66 | .globl __ZN3foo11MemberPTypeEv
|
---|
67 | __ZN3foo11MemberPTypeEv:
|
---|
68 | ret
|
---|
69 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.