Lines Matching refs:Map
11 static char *i386excep(Map*, Rgetter);
13 static int i386trace(Map*, uvlong, uvlong, uvlong, Tracer);
14 static uvlong i386frame(Map*, uvlong, uvlong, uvlong, uvlong);
15 static int i386foll(Map*, uvlong, Rgetter, uvlong*);
16 static int i386inst(Map*, uvlong, char, char*, int);
17 static int i386das(Map*, uvlong, char*, int);
18 static int i386instlen(Map*, uvlong);
74 i386excep(Map *map, Rgetter rget) in i386excep()
95 i386trace(Map *map, uvlong pc, uvlong sp, uvlong link, Tracer trace) in i386trace()
134 i386frame(Map *map, uvlong addr, uvlong pc, uvlong sp, uvlong link) in i386frame()
1232 igetc(Map *map, Instr *ip, uchar *c) in igetc()
1250 igets(Map *map, Instr *ip, ushort *sp) in igets()
1269 igetl(Map *map, Instr *ip, ulong *lp) in igetl()
1288 igetq(Map *map, Instr *ip, vlong *qp) in igetq()
1304 getdisp(Map *map, Instr *ip, int mod, int rm, int code, int pcrel) in getdisp()
1339 modrm(Map *map, Instr *ip, uchar c) in modrm()
1396 mkinstr(Map *map, Instr *ip, uvlong pc) in mkinstr()
2055 i386inst(Map *map, uvlong pc, char modifier, char *buf, int n) in i386inst()
2073 i386das(Map *map, uvlong pc, char *buf, int n) in i386das()
2092 i386instlen(Map *map, uvlong pc) in i386instlen()
2102 i386foll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in i386foll()