Lines Matching refs:Map
9 static char *mipsexcep(Map*, Rgetter);
10 static int mipsfoll(Map*, uvlong, Rgetter, uvlong*);
11 static int mipsinst(Map*, uvlong, char, char*, int);
12 static int mipsdas(Map*, uvlong, char*, int);
13 static int mipsinstlen(Map*, uvlong);
133 mipsexcep(Map *map, Rgetter rget) in mipsexcep()
170 static Map *mymap;
1029 printins(Map *map, uvlong pc, char *buf, int n) in printins()
1082 extern int _mipscoinst(Map *, uvlong, char*, int);
1086 mipsinst(Map *map, uvlong pc, char modifier, char *buf, int n) in mipsinst()
1096 mipsdas(Map *map, uvlong pc, char *buf, int n) in mipsdas()
1116 mipsinstlen(Map *map, uvlong pc) in mipsinstlen()
1127 mipsfoll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in mipsfoll()