1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<amiga-library version='1.0' base='ObjFWRTBase'>
<include>ObjFWRT.h</include>
<include>private.h</include>
<!-- The following function is only for the linklib. -->
<function name='objc_init' return-type='bool'>
<argument name='version' type='unsigned int' m68k-reg='d0'/>
<argument name='libc' type='struct objc_libc *' m68k-reg='a0'/>
</function>
<function name='__objc_exec_class'>
<argument name='module' type='struct objc_module *_Nonnull' m68k-reg='a0'/>
</function>
<function name='objc_msg_lookup' return-type='IMP _Nonnull'>
<argument name='object' type='id _Nullable' m68k-reg='a0'/>
<argument name='selector' type='SEL _Nonnull' m68k-reg='a1'/>
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<amiga-library version='1.0' base='ObjFWRTBase'>
<include>ObjFWRT.h</include>
<include>private.h</include>
<!-- The following function is only for the linklib. -->
<function name='objc_init' return-type='bool'>
<argument name='version' type='unsigned int' m68k-reg='d0'/>
<argument name='libC' type='struct objc_libC *' m68k-reg='a0'/>
</function>
<function name='__objc_exec_class'>
<argument name='module' type='struct objc_module *_Nonnull' m68k-reg='a0'/>
</function>
<function name='objc_msg_lookup' return-type='IMP _Nonnull'>
<argument name='object' type='id _Nullable' m68k-reg='a0'/>
<argument name='selector' type='SEL _Nonnull' m68k-reg='a1'/>
|