HomeSort by relevance Sort by last modified time
    Searched refs:fx_offset (Results 1 - 25 of 60) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/
literal.c 65 if (fixp->fx_addsy == sym && fixp->fx_offset == addend)
write.h 84 valueT fx_offset; member in struct:fix
109 field. I don't know why the `fx_offset' field above can't be used
write.c 170 fixP->fx_offset = offset;
809 fixp->fx_offset += symbol_get_value_expression (sym)->X_add_number;
816 fixp->fx_offset += S_GET_VALUE (sym);
870 && (fixp->fx_offset != 0 || fixp->fx_subsy != NULL))
880 fixp->fx_offset += S_GET_VALUE (sym);
948 add_number = fixP->fx_offset;
966 fixP->fx_offset = add_number;
979 fixP->fx_offset = add_number;
987 fixP->fx_offset = (add_number + fixP->fx_dot_value
1037 fixP->fx_offset = add_number
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-or1k.c 315 fixp->fx_offset -= md_pcrel_from_section (fixp, section);
317 fixp->fx_offset = reloc->address;
319 reloc->addend = fixp->fx_offset;
tc-iq2000.c 600 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset)
620 && f->fx_offset == l->fixp->fx_offset
625 || prev->fx_offset != f->fx_offset))
obj-evax.c 167 entry_sym, l->fixp->fx_offset, 0,
170 l->fixp->fx_addsy, l->fixp->fx_offset, 0,
tc-m32r.c     [all...]
tc-mep.c     [all...]
tc-mn10200.c 761 fixp->fx_offset -= S_GET_VALUE (fixp->fx_subsy);
789 reloc->addend = fixp->fx_offset;
1276 fixP->fx_offset += reloc_size;
1335 fixP->fx_offset += size;
tc-xc16x.c 301 rel->addend = fixp->fx_offset;
tc-cr16.c 535 reloc->addend = fixP->fx_offset;
543 - S_GET_VALUE (fixP->fx_subsy) + fixP->fx_offset);
582 reloc->addend = fixP->fx_offset = reloc->address;
588 reloc->addend = fixP->fx_offset = reloc->address;
747 val = fixP->fx_offset;
755 fixP->fx_offset = 0;
779 fixP->fx_offset = * valP;
    [all...]
tc-s390.c     [all...]
tc-alpha.c 662 if (fixp->fx_offset == LITUSE_ALPHA_TLSGD)
669 else if (fixp->fx_offset == LITUSE_ALPHA_TLSLDM)
    [all...]
tc-mn10300.c     [all...]
tc-arc.c 2769 offsetT fx_offset; local
    [all...]
tc-ft32.c 594 relP->addend = fixP->fx_offset;
tc-mt.c 422 fixP->fx_offset -= 8;
tc-avr.c     [all...]
tc-msp430.c     [all...]
tc-crx.c 315 reloc->addend = fixP->fx_offset;
323 - S_GET_VALUE (fixP->fx_subsy) + fixP->fx_offset);
484 fixP->fx_offset = 0;
    [all...]
tc-moxie.c 781 relP->addend = fixP->fx_offset;
tc-score.c     [all...]
tc-hppa.c     [all...]
tc-rl78.c 1272 fixp->fx_offset -= S_GET_VALUE (fixp->fx_subsy);
1280 reloc[0]->addend = fixp->fx_offset;
    [all...]
tc-score7.c     [all...]

Completed in 307 milliseconds

1 2 3