Searched refs:fx_subsy (Results 1 - 25 of 165) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-vax.h69 || ((FIX)->fx_subsy != NULL \
70 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
H A Dtc-sparc.h102 || ((FIX)->fx_subsy != NULL \
103 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
H A Dtc-sh.h72 && (FIX)->fx_subsy != NULL \
74 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
84 /* Don't complain when we leave fx_subsy around. */
219 /* Don't complain when we leave fx_subsy around. */
H A Dtc-pru.h127 && FIXP->fx_subsy == NULL) \
133 /* This macro is evaluated for any fixup with a fx_subsy that
H A Dtc-ip2k.c352 if (fix->fx_subsy && S_IS_DEFINED (fix->fx_subsy)
373 && ! fixP->fx_subsy)
H A Dtc-ft32.c556 if (linkrelax && fixP->fx_subsy)
563 fixP->fx_offset holds sym2's offset, and fixP->fx_subsy
580 fixP->fx_offset - S_GET_VALUE (fixP->fx_subsy);
583 fixP->fx_subsy = NULL;
587 if (fixP->fx_subsy != (symbolS *) NULL)
751 sub_symbol_segment = S_GET_SEGMENT (fix->fx_subsy);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-vax.h71 || ((FIX)->fx_subsy != NULL \
72 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
H A Dtc-sparc.h102 || ((FIX)->fx_subsy != NULL \
103 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
H A Dtc-sh.h72 && (FIX)->fx_subsy != NULL \
74 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
84 /* Don't complain when we leave fx_subsy around. */
219 /* Don't complain when we leave fx_subsy around. */
H A Dtc-pru.h127 && FIXP->fx_subsy == NULL) \
133 /* This macro is evaluated for any fixup with a fx_subsy that
H A Dtc-ip2k.c352 if (fix->fx_subsy && S_IS_DEFINED (fix->fx_subsy)
373 && ! fixP->fx_subsy)
H A Dtc-ft32.c556 if (linkrelax && fixP->fx_subsy)
563 fixP->fx_offset holds sym2's offset, and fixP->fx_subsy
579 fixP->fx_offset - S_GET_VALUE (fixP->fx_subsy);
582 fixP->fx_subsy = NULL;
586 if (fixP->fx_subsy != (symbolS *) NULL)
750 sub_symbol_segment = S_GET_SEGMENT (fix->fx_subsy);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-vax.h71 || ((FIX)->fx_subsy != NULL \
72 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
H A Dtc-loongarch.h81 || S_GET_VALUE (FIX->fx_subsy) \
84 && ((S_GET_SEGMENT (FIX->fx_subsy)->flags & SEC_CODE) == 0)))))
H A Dtc-sparc.h102 || ((FIX)->fx_subsy != NULL \
103 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
H A Dtc-sh.h72 && (FIX)->fx_subsy != NULL \
74 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
84 /* Don't complain when we leave fx_subsy around. */
217 /* Don't complain when we leave fx_subsy around. */
H A Dtc-pru.h128 && FIXP->fx_subsy == NULL) \
134 /* This macro is evaluated for any fixup with a fx_subsy that
H A Dtc-ip2k.c352 if (fix->fx_subsy && S_IS_DEFINED (fix->fx_subsy)
373 && ! fixP->fx_subsy)
H A Dtc-ft32.c556 if (linkrelax && fixP->fx_subsy)
563 fixP->fx_offset holds sym2's offset, and fixP->fx_subsy
579 fixP->fx_offset - S_GET_VALUE (fixP->fx_subsy);
582 fixP->fx_subsy = NULL;
586 if (fixP->fx_subsy != (symbolS *) NULL)
750 sub_symbol_segment = S_GET_SEGMENT (fix->fx_subsy);
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dwrite.h96 symbolS *fx_subsy; member in struct:fix
H A Dwrite.c171 fixP->fx_subsy = sub_symbol;
332 return S_FORCE_RELOC (fix->fx_addsy, fix->fx_subsy == NULL);
812 if (fixp->fx_subsy != NULL)
813 resolve_symbol_value (fixp->fx_subsy);
884 && (fixp->fx_offset != 0 || fixp->fx_subsy != NULL))
942 if (fixP->fx_subsy != NULL)
943 symbol_mark_used_in_reloc (fixP->fx_subsy);
965 if (fixP->fx_subsy != NULL)
968 resolve_symbol_value (fixP->fx_subsy);
969 sub_symbol_segment = S_GET_SEGMENT (fixP->fx_subsy);
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dwrite.h100 symbolS *fx_subsy; member in struct:fix
H A Dwrite.c162 fixP->fx_subsy = sub_symbol;
323 return S_FORCE_RELOC (fix->fx_addsy, fix->fx_subsy == NULL);
805 if (fixp->fx_subsy != NULL)
806 resolve_symbol_value (fixp->fx_subsy);
881 && (fixp->fx_offset != 0 || fixp->fx_subsy != NULL))
908 S_GET_NAME (fixp->fx_subsy));
947 if (fixP->fx_subsy != NULL)
948 symbol_mark_used_in_reloc (fixP->fx_subsy);
972 if (fixP->fx_subsy != NULL)
975 resolve_symbol_value (fixP->fx_subsy);
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dwrite.h101 symbolS *fx_subsy; member in struct:fix
H A Dwrite.c162 fixP->fx_subsy = sub_symbol;
324 return S_FORCE_RELOC (fix->fx_addsy, fix->fx_subsy == NULL);
810 if (fixp->fx_subsy != NULL)
811 resolve_symbol_value (fixp->fx_subsy);
886 && (fixp->fx_offset != 0 || fixp->fx_subsy != NULL))
913 S_GET_NAME (fixp->fx_subsy));
952 if (fixP->fx_subsy != NULL)
953 symbol_mark_used_in_reloc (fixP->fx_subsy);
977 if (fixP->fx_subsy != NULL)
981 resolve_symbol_value (fixP->fx_subsy);
[all...]

Completed in 285 milliseconds

1234567