Home | History | Annotate | Download | only in siop

Lines Matching defs:dsps

104 int	dsps;
445 define_symbol (tokens[0].name, dsps, S_LABEL, F_DEFINED);
641 if (p->offset > dsps)
644 script[p->offset / 4] += dsps;
674 p->offset = dsps + 4;
682 if (dsps == 0)
686 for (i = 0; i < dsps / 4; i += 2) {
693 if ((i + 2) <= dsps / 4) fprintf (outfp, ",\t\t");
700 dsps = 0;
839 p->offset = dsps + 4;
854 p->offset = dsps + 4;
946 int i = dsps / 4;
951 if ((dsps + l) / 4 > MAXINST) {
960 fprintf (listfp, "\t%04x: %08x %08x", dsps, inst0, inst1);
965 dsps += l;
1039 #if 0 /* driver will fix relative dsps to absolute */
1041 errout ("Wrong arch for relative dsps");
1045 inst1 = evaluate (i) - dsps - 8;
1151 #if 0 /* driver will fix relative dsps to absolute */
1153 errout ("Wrong arch for relative dsps");
1156 inst1 = evaluate (i + 2) - dsps - 8;
1239 #if 0 /* driver will fix relative dsps to absolute */
1241 errout ("Wrong arch for relative dsps");
1245 inst1 = evaluate (t + 2) - dsps - 8;
1457 * need to hack dsps, otherwise patch offset will be wrong for
1460 dsps += 4;
1462 dsps -= 4;