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

1 2

  /toolchain/binutils/binutils-2.25/gas/config/
tc-vax.h 69 || ((FIX)->fx_subsy != NULL \
70 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
tc-sparc.h 121 || ((FIX)->fx_subsy != NULL \
122 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
tc-sh.h 72 && (FIX)->fx_subsy != NULL \
74 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
84 /* Don't complain when we leave fx_subsy around. */
223 /* Don't complain when we leave fx_subsy around. */
tc-avr.h 178 && FIXP->fx_subsy == NULL) \
184 /* This macro is evaluated for any fixup with a fx_subsy that
tc-ip2k.c 368 if (fix->fx_subsy && S_IS_DEFINED (fix->fx_subsy)
389 && ! fixP->fx_subsy)
obj-macho.c     [all...]
tc-rl78.c 1169 if (fixp->fx_subsy
1170 && S_GET_SEGMENT (fixp->fx_subsy) == absolute_section)
1172 fixp->fx_offset -= S_GET_VALUE (fixp->fx_subsy);
1173 fixp->fx_subsy = NULL;
1183 && fixp->fx_subsy)
1210 OPSYM (symbol_get_bfdsym (fixp->fx_subsy));
1322 if (f->fx_subsy && S_FORCE_RELOC (f->fx_subsy, 1))
    [all...]
tc-xc16x.c 286 if (fixp->fx_addsy && fixp->fx_subsy)
288 if ((S_GET_SEGMENT (fixp->fx_addsy) != S_GET_SEGMENT (fixp->fx_subsy))
tc-mn10200.c 759 if (fixp->fx_subsy != NULL)
761 if (S_GET_SEGMENT (fixp->fx_addsy) == S_GET_SEGMENT (fixp->fx_subsy)
762 && S_IS_DEFINED (fixp->fx_subsy))
764 fixp->fx_offset -= S_GET_VALUE (fixp->fx_subsy);
765 fixp->fx_subsy = NULL;
777 S_GET_NAME (fixp->fx_subsy),
tc-msp430.c     [all...]
tc-mn10300.c     [all...]
tc-avr.c     [all...]
tc-hppa.c     [all...]
tc-cr16.c 470 && (fix)->fx_subsy != NULL \
472 S_GET_SEGMENT ((fix)->fx_subsy) \
527 || ((fixP->fx_subsy)
528 && (S_GET_SEGMENT (fixP->fx_subsy) == absolute_section)))
537 if (fixP->fx_subsy != NULL)
543 - S_GET_VALUE (fixP->fx_subsy) + fixP->fx_offset);
573 S_GET_NAME (fixP->fx_subsy),
    [all...]
tc-crx.c 283 && (fix)->fx_subsy != NULL \
285 S_GET_SEGMENT ((fix)->fx_subsy) \
317 if (fixP->fx_subsy != NULL)
323 - S_GET_VALUE (fixP->fx_subsy) + fixP->fx_offset);
350 S_GET_NAME (fixP->fx_subsy),
    [all...]
tc-rx.c     [all...]
tc-xstormy16.c 484 if (fixP->fx_subsy != (symbolS *) NULL)
tc-spu.c 872 else if (fixp->fx_subsy)
873 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_subsy);
956 if (fixP->fx_subsy != (symbolS *) NULL)
tc-sh.c     [all...]
tc-nds32.c     [all...]
tc-v850.c     [all...]
tc-h8300.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.h 81 symbolS *fx_subsy; member in struct:fix
write.c 170 fixP->fx_subsy = sub_symbol;
333 return S_FORCE_RELOC (fix->fx_addsy, fix->fx_subsy == NULL);
794 if (fixp->fx_subsy != NULL)
795 resolve_symbol_value (fixp->fx_subsy);
866 && (fixp->fx_offset != 0 || fixp->fx_subsy != NULL))
926 if (fixP->fx_subsy != NULL)
927 symbol_mark_used_in_reloc (fixP->fx_subsy);
949 if (fixP->fx_subsy != NULL)
952 resolve_symbol_value (fixP->fx_subsy);
953 sub_symbol_segment = S_GET_SEGMENT (fixP->fx_subsy);
    [all...]
cgen.c 885 if (fixP->fx_subsy != (symbolS *) NULL)
    [all...]

Completed in 884 milliseconds

1 2