Home | History | Annotate | Download | only in config

Lines Matching defs:wid

377       char wid;
450 the_ins.reloc[the_ins.nrel].wid = width;
4416 switch (the_ins.reloc[m].wid)
4436 the_ins.reloc[m].wid);
4448 if (the_ins.reloc[m].wid == 'B')
4457 int wid;
4459 wid = 2 * the_ins.fragb[0].fragoff;
4461 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff);
4463 wid += FRAG_VAR_SIZE;
4467 frag_grow (wid);
4472 int wid;
4475 wid = 2 * the_ins.fragb[n].fragoff;
4477 wid = 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff);
4478 toP = frag_more (wid);
4481 for (m = wid / 2; m; --m)
4495 wid = the_ins.reloc[m].wid;
4496 if (wid == 0)
4498 the_ins.reloc[m].wid = 0;
4499 wid = (wid == 'b') ? 1 : (wid == 'w') ? 2 : (wid == 'l') ? 4 : 4000;
4504 wid,
4507 get_reloc_code (wid, the_ins.reloc[m].pcrel,
4531 int wid;
4533 wid = the_ins.reloc[m].wid;
4534 if (wid == 0)
4536 the_ins.reloc[m].wid = 0;
4537 wid = (wid == 'b') ? 1 : (wid == 'w') ? 2 : (wid == 'l') ? 4 : 4000;
4542 wid,
4545 get_reloc_code (wid, the_ins.reloc[m].pcrel,