Home | History | Annotate | Download | only in config

Lines Matching defs:offs

143      offsetT offs;
2598 offsetT val2 = ((struct mmix_symbol_greg_fixes *) p2)->offs;
2793 || fix->offs > val
2796 || fix->offs + 255 < val)
2816 buf[1] = val - fix->offs;
3702 return p->offs > q->offs ? 1 : p->offs < q->offs ? -1 : 0;
3722 offsetT offs;
3739 offs = (offsetT) fixP->fx_offset;
3751 offs += S_GET_VALUE (sym);
3755 then we canonicalize on the data section. Note that offs is
3759 && (bfd_vma) offs + 256 > lowest_data_loc
3762 offs -= (offsetT) lowest_data_loc;
3767 && (bfd_vma) offs + 256 > lowest_text_loc
3770 offs -= (offsetT) lowest_text_loc;
3785 gregs->greg_fixes[gregs->n_gregs++].offs = offs;