3 .macro defabs,type,name,value
8 .macro deffun,type,name,fn
13 .long .\name\()[PR],TOC[TC0],0
15 .llong .\name\()[PR],TOC[TC0],0
24 .macro defdata,type,name,contents
31 defabs .globl,a1,0xf100
33 defdata .globl,a3,0x1100
35 defabs .globl,b1,0xf200
37 defdata .globl,b3,0x2200
39 defabs .weak,c1,0xf300
41 defdata .weak,c3,0x3300