Lines Matching refs:func
1 .macro makestub,type,func,section
4 .type \func,@function
5 .ent \func
6 \func:
8 .end \func
12 .type stub_for_\func,@function
13 .ent stub_for_\func
14 stub_for_\func:
16 la $1,\func
19 .end stub_for_\func
28 .macro makecaller,type,func argument
31 .globl \func
32 .type \func,@function
33 .ent \func
34 \func:
41 .end \func