Lines Matching refs:map
11 scanform(long icount, int prt, char *ifp, Map *map, int literal) in scanform() argument
37 fp=exform(fcount,prt,fp,map,literal,firstpass); in scanform()
48 exform(int fcount, int prt, char *ifp, Map *map, int literal, int firstpass) in exform() argument
80 dprint("%s%c%16t", buf, map==symmap? '?':'/'); in exform()
100 dprint("%s%c%16t", buf, map==symmap? '?':'/'); in exform()
110 if (get4(map, dot, &w) < 0) in exform()
124 else if (get2(map, dot, &sh) < 0) in exform()
147 else if (get4(map, dot, &w) < 0) in exform()
166 else if (get8(map, dot, &v) < 0) in exform()
182 else if (get1(map, dot, &ch, 1) < 0) in exform()
196 else if (get2(map, dot, &sh) < 0) in exform()
211 while ((i = get2(map, dot, &sh) > 0) && sh) { in exform()
237 if (get1(map, dot, (uchar*)&buf[i], 1) < 0) in exform()
262 while ((i = get1(map, dot, &ch, 1) > 0) && ch) { in exform()
276 i = machdata->das(map, dot, modifier, buf, sizeof(buf)); in exform()
284 i = machdata->hexinst(map, dot, buf, sizeof(buf)); in exform()
301 }else if (get1(map, dot, (uchar*)buf, mach->szfloat) < 0) in exform()
313 }else if (get1(map, dot, (uchar*)buf, mach->szdouble) < 0) in exform()
356 if (map->seg[0].fd >= 0) in exform()