Home | History | Annotate | Download | only in tools

Lines Matching refs:idname

64 x86_call = """    movl    $%(idname)s, %%eax
93 swi #%(idname)s
104 swi # %(idname)s
114 ldr r7, =%(idname)s
127 ldr r7, =%(idname)s
155 ldr r7, =%(idname)s
173 ldr r7, =%(idname)s
206 bt %(idname)s_end
215 %(idname)s_end:
220 0: .long %(idname)s
303 def x86_genstub(self, fname, numparams, idname):
305 "idname" : idname }
324 def x86_genstub_cid(self, fname, numparams, idname, cid):
333 "idname" : idname }
362 def arm_genstub(self,fname, flags, idname):
364 "idname" : idname }
372 def arm_eabi_genstub(self,fname, flags, idname):
374 "idname" : idname }
382 def thumb_genstub(self,fname, flags, idname):
384 "idname" : idname }
392 def superh_genstub(self, fname, flags, idname):
395 "idname" : idname,