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

1 2

  /toolchain/binutils/binutils-2.27/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-ip2k.c 351 if (fix->fx_subsy && S_IS_DEFINED (fix->fx_subsy)
372 && ! fixP->fx_subsy)
obj-macho.c     [all...]
tc-arc.h 139 && FIXP->fx_subsy == NULL) \
145 /* BFD_RELOC_ARC_TLS_GD_LD may use fx_subsy to store a label that is
tc-avr.h 180 && FIXP->fx_subsy == NULL) \
186 /* This macro is evaluated for any fixup with a fx_subsy that
tc-rl78.c 1269 if (fixp->fx_subsy
1270 && S_GET_SEGMENT (fixp->fx_subsy) == absolute_section)
1272 fixp->fx_offset -= S_GET_VALUE (fixp->fx_subsy);
1273 fixp->fx_subsy = NULL;
1283 && fixp->fx_subsy)
    [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 756 if (fixp->fx_subsy != NULL)
758 if (S_GET_SEGMENT (fixp->fx_addsy) == S_GET_SEGMENT (fixp->fx_subsy)
759 && S_IS_DEFINED (fixp->fx_subsy))
761 fixp->fx_offset -= S_GET_VALUE (fixp->fx_subsy);
762 fixp->fx_subsy = NULL;
774 S_GET_NAME (fixp->fx_subsy),
tc-msp430.c     [all...]
tc-mn10300.c     [all...]
tc-arc.c 831 fixP->fx_subsy = lab;
2768 symbolS *fx_addsy, *fx_subsy; local
    [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-avr.c     [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...]
  /toolchain/binutils/binutils-2.27/gas/
write.h 81 symbolS *fx_subsy; member in struct:fix
write.c 169 fixP->fx_subsy = sub_symbol;
332 return S_FORCE_RELOC (fix->fx_addsy, fix->fx_subsy == NULL);
798 if (fixp->fx_subsy != NULL)
799 resolve_symbol_value (fixp->fx_subsy);
870 && (fixp->fx_offset != 0 || fixp->fx_subsy != NULL))
930 if (fixP->fx_subsy != NULL)
931 symbol_mark_used_in_reloc (fixP->fx_subsy);
953 if (fixP->fx_subsy != NULL)
956 resolve_symbol_value (fixP->fx_subsy);
957 sub_symbol_segment = S_GET_SEGMENT (fixP->fx_subsy);
    [all...]
cgen.c 850 if (fixP->fx_subsy != (symbolS *) NULL)

Completed in 2445 milliseconds

1 2