/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-tic80.h | 53 #define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL) macro
|
H A D | tc-z8k.h | 39 #define TC_COUNT_RELOC(x) (1) macro
|
H A D | tc-a29k.h | 46 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
|
H A D | tc-or32.h | 65 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
|
H A D | tc-h8500.h | 36 #define TC_COUNT_RELOC(x) ((x)->fx_addsy||(x)->fx_subsy) macro
|
H A D | tc-w65.h | 55 #define TC_COUNT_RELOC(x) (1) macro
|
H A D | tc-dlx.h | 70 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
|
H A D | tc-tic4x.h | 62 #define TC_COUNT_RELOC(x) (x->fx_addsy) macro
|
H A D | tc-h8300.h | 52 #define TC_COUNT_RELOC(x) (1) macro
|
H A D | tc-mcore.h | 35 #define TC_COUNT_RELOC(x) (((x)->fx_addsy || (x)->fx_subsy) && \ macro
|
H A D | tc-m88k.h | 147 #define TC_COUNT_RELOC(fixp) ((fixp)->fx_addsy != NULL) macro
|
H A D | tc-i960.h | 65 #define TC_COUNT_RELOC(FIX) (!(FIX)->fx_done) macro
|
H A D | tc-m68k.h | 72 #define TC_COUNT_RELOC(x) ((x)->fx_addsy||(x)->fx_subsy) macro
|
H A D | tc-sh.h | 148 #define TC_COUNT_RELOC(fix) ((fix)->fx_addsy != NULL) macro
|
H A D | obj-coff.c | 1901 if (fixup_ptr->fx_done == 0 && TC_COUNT_RELOC (fixup_ptr)) 1978 if (fix_ptr->fx_done == 0 && TC_COUNT_RELOC (fix_ptr))
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-xc16x.h | 48 #define TC_COUNT_RELOC(x) 1 macro
|
H A D | tc-z80.h | 48 #define TC_COUNT_RELOC(x) 1 macro
|
H A D | tc-m88k.h | 110 #define TC_COUNT_RELOC(fixp) ((fixp)->fx_addsy != NULL) macro
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9295 | 1191 * config/tc-i386.h (TC_COUNT_RELOC): Remember RVAs. 2016 (TC_COUNT_RELOC): Simplify; rely on TC_FORCE_RELOCATION instead. 2073 (TC_COUNT_RELOC): If relaxing, count PC relative relocs. 4971 satisfy existing TC_COUNT_RELOC macros. 6923 TC_COUNT_RELOC, TC_COFF_FIX2RTYPE, TC_COFF_SIZEMACHDEP, 11619 * config/tc-i386.h (TC_COUNT_RELOC): Look for fx_addsy only. 11945 * config/tc-m68k.h (TC_COUNT_RELOC): Don't emit reloc if only
|
H A D | ChangeLog-9697 | 3935 (BFD_ARCH, COFF_MAGIC, TC_COUNT_RELOC): Likewise.
|
H A D | ChangeLog-0203 | 4429 * config/tc-i960.h (TC_COUNT_RELOC): Tweak param name.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9295 | 1191 * config/tc-i386.h (TC_COUNT_RELOC): Remember RVAs. 2016 (TC_COUNT_RELOC): Simplify; rely on TC_FORCE_RELOCATION instead. 2073 (TC_COUNT_RELOC): If relaxing, count PC relative relocs. 4971 satisfy existing TC_COUNT_RELOC macros. 6923 TC_COUNT_RELOC, TC_COFF_FIX2RTYPE, TC_COFF_SIZEMACHDEP, 11619 * config/tc-i386.h (TC_COUNT_RELOC): Look for fx_addsy only. 11945 * config/tc-m68k.h (TC_COUNT_RELOC): Don't emit reloc if only
|
H A D | ChangeLog-9697 | 3935 (BFD_ARCH, COFF_MAGIC, TC_COUNT_RELOC): Likewise.
|
H A D | ChangeLog-0203 | 4429 * config/tc-i960.h (TC_COUNT_RELOC): Tweak param name.
|