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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.h 97 (!(FIX)->fx_pcrel \
120 && ((FIX)->fx_pcrel \
140 || ((FIX)->fx_pcrel \
tc-vax.h 68 && ((FIX)->fx_pcrel \
tc-i960.h 139 (!(FIX)->fx_pcrel \
tc-mn10300.h 32 (!(FIX)->fx_pcrel \
tc-xstormy16.c 375 return fixP->fx_pcrel ? BFD_RELOC_8_PCREL : BFD_RELOC_8;
382 return fixP->fx_pcrel ? BFD_RELOC_16_PCREL : BFD_RELOC_16;
391 fixP->fx_pcrel = 1;
399 fixP->fx_pcrel = 1;
461 if (fixP->fx_pcrel)
tc-cris.h 98 (!(FIX)->fx_pcrel \
tc-microblaze.h 48 (!(FIX)->fx_pcrel \
tc-mt.c 408 fixP->fx_pcrel = 1;
420 fixP->fx_pcrel = 1;
457 if ((fixP->fx_pcrel != 0) && (fixP->fx_r_type == BFD_RELOC_32))
tc-arm.h 198 (!(FIX)->fx_pcrel \
211 (((FIX)->fx_pcrel \
tc-fr30.c 300 case FR30_OPERAND_LABEL9: fixP->fx_pcrel = 1; return BFD_RELOC_FR30_9_PCREL;
301 case FR30_OPERAND_LABEL12: fixP->fx_pcrel = 1; return BFD_RELOC_FR30_12_PCREL;
tc-xc16x.c 159 fixP->fx_pcrel = 1;
170 fixP->fx_pcrel = 1;
tc-aarch64.h 112 (!(FIX)->fx_pcrel \
tc-sh.h 207 (!(FIX)->fx_pcrel \
tc-sh64.h 81 (!(FIX)->fx_pcrel \
tc-tilegx.c     [all...]
tc-tilepro.c     [all...]
tc-i386.h 175 (!(FIX)->fx_pcrel \
tc-ia64.h 323 && (!(FIX)->fx_pcrel \
tc-or1k.c 258 fixP->fx_pcrel = 1;
tc-s390.c     [all...]
tc-i370.c 1147 if (fixp->fx_done || fixp->fx_pcrel)
    [all...]
tc-i960.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.h 42 unsigned fx_pcrel : 1; member in struct:fix
cgen.c 928 || fixP->fx_pcrel)
1052 if (fixP->fx_pcrel)
1064 gas_assert (!fixP->fx_pcrel == !reloc->howto->pc_relative);
    [all...]
write.c 43 (!(FIX)->fx_pcrel \
174 fixP->fx_pcrel = pcrel;
967 fixP->fx_pcrel = 0;
997 || !fixP->fx_pcrel)
1000 fixP->fx_pcrel = 1;
1034 if (fixP->fx_pcrel)
1037 fixP->fx_pcrel = 0;
1053 if (fixP->fx_pcrel)
    [all...]

Completed in 1133 milliseconds

1 2 3