Searched refs:fix (Results 1 - 25 of 564) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-wasm32.h40 extern int wasm32_force_relocation (struct fix *);
41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix)
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix)
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix)
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix)
[all...]
H A Dtc-ft32.h47 #define TC_FORCE_RELOCATION(fix) ft32_force_relocation (fix)
48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
49 (! SEG_NORMAL (seg) || ft32_force_relocation (fix))
50 extern int ft32_force_relocation (struct fix *);
58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix)
59 extern int ft32_validate_fix_sub (struct fix *);
H A Dtc-xstormy16.h46 extern bfd_boolean xstormy16_fix_adjustable (struct fix *);
48 #define TC_FORCE_RELOCATION(fix) xstormy16_force_relocation (fix)
49 extern int xstormy16_force_relocation (struct fix *);
57 extern long md_pcrel_from_section (struct fix *, segT);
68 /* This target is buggy, and sets fix size too large. */
H A Dtc-iq2000.h55 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix)
63 extern bfd_boolean iq2000_fix_adjustable (struct fix *);
64 extern int iq2000_force_relocation (struct fix *);
65 extern long md_pcrel_from_section (struct fix *, segT);
H A Dtc-mt.h47 extern void mt_apply_fix (struct fix *, valueT *, segT);
51 extern long md_pcrel_from_section (struct fix *, segT);
54 extern bfd_boolean mt_fix_adjustable (struct fix *);
65 extern int mt_force_relocation (struct fix *);
68 extern bfd_boolean mt_fix_adjustable (struct fix *);
H A Dtc-lm32.h43 extern long md_pcrel_from_section (struct fix *, segT);
46 extern bfd_boolean lm32_fix_adjustable (struct fix *);
H A Dtc-xgate.h24 struct fix;
97 #define TC_FORCE_RELOCATION(fix) tc_xgate_force_relocation (fix)
98 extern int tc_xgate_force_relocation (struct fix *);
101 extern int tc_xgate_fix_adjustable (struct fix *);
H A Dtc-metag.h45 extern bfd_boolean metag_fix_adjustable (struct fix *);
47 #define TC_FORCE_RELOCATION(fix) metag_force_relocation (fix)
48 extern int metag_force_relocation (struct fix *);
54 extern long md_pcrel_from_section (struct fix *, segT);
H A Dtc-pru.h54 extern int pru_fix_adjustable (struct fix *);
98 #define TC_FORCE_RELOCATION(fix) pru_force_relocation (fix)
99 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
100 (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg) || pru_force_relocation (fix))
101 extern int pru_force_relocation (struct fix *);
136 #define TC_VALIDATE_FIX_SUB(fix, seg) pru_validate_fix_sub (fix)
137 extern int pru_validate_fix_sub (struct fix *);
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-wasm32.h40 extern int wasm32_force_relocation (struct fix *);
41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix)
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix)
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix)
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix)
[all...]
H A Dtc-ft32.h47 #define TC_FORCE_RELOCATION(fix) ft32_force_relocation (fix)
48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
49 (! SEG_NORMAL (seg) || ft32_force_relocation (fix))
50 extern int ft32_force_relocation (struct fix *);
58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix)
59 extern int ft32_validate_fix_sub (struct fix *);
H A Dtc-iq2000.h53 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix)
61 extern bool iq2000_fix_adjustable (struct fix *);
62 extern int iq2000_force_relocation (struct fix *);
H A Dtc-xstormy16.h46 extern bool xstormy16_fix_adjustable (struct fix *);
48 #define TC_FORCE_RELOCATION(fix) xstormy16_force_relocation (fix)
49 extern int xstormy16_force_relocation (struct fix *);
67 /* This target is buggy, and sets fix size too large. */
H A Dtc-metag.h45 extern bool metag_fix_adjustable (struct fix *);
47 #define TC_FORCE_RELOCATION(fix) metag_force_relocation (fix)
48 extern int metag_force_relocation (struct fix *);
H A Dtc-xgate.h24 struct fix;
97 #define TC_FORCE_RELOCATION(fix) tc_xgate_force_relocation (fix)
98 extern int tc_xgate_force_relocation (struct fix *);
101 extern int tc_xgate_fix_adjustable (struct fix *);
H A Dtc-pru.h54 extern int pru_fix_adjustable (struct fix *);
98 #define TC_FORCE_RELOCATION(fix) pru_force_relocation (fix)
99 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
100 (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg) || pru_force_relocation (fix))
101 extern int pru_force_relocation (struct fix *);
136 #define TC_VALIDATE_FIX_SUB(fix, seg) pru_validate_fix_sub (fix)
137 extern int pru_validate_fix_sub (struct fix *);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-wasm32.h40 extern int wasm32_force_relocation (struct fix *);
41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix)
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix)
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix)
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix)
[all...]
H A Dtc-ft32.h47 #define TC_FORCE_RELOCATION(fix) ft32_force_relocation (fix)
48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
49 (! SEG_NORMAL (seg) || ft32_force_relocation (fix))
50 extern int ft32_force_relocation (struct fix *);
58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix)
59 extern int ft32_validate_fix_sub (struct fix *);
H A Dtc-iq2000.h55 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix)
63 extern bfd_boolean iq2000_fix_adjustable (struct fix *);
64 extern int iq2000_force_relocation (struct fix *);
H A Dtc-mt.h47 extern void mt_apply_fix (struct fix *, valueT *, segT);
53 extern bfd_boolean mt_fix_adjustable (struct fix *);
64 extern int mt_force_relocation (struct fix *);
67 extern bfd_boolean mt_fix_adjustable (struct fix *);
H A Dtc-xstormy16.h46 extern bfd_boolean xstormy16_fix_adjustable (struct fix *);
48 #define TC_FORCE_RELOCATION(fix) xstormy16_force_relocation (fix)
49 extern int xstormy16_force_relocation (struct fix *);
67 /* This target is buggy, and sets fix size too large. */
H A Dtc-xgate.h24 struct fix;
97 #define TC_FORCE_RELOCATION(fix) tc_xgate_force_relocation (fix)
98 extern int tc_xgate_force_relocation (struct fix *);
101 extern int tc_xgate_fix_adjustable (struct fix *);
H A Dtc-pru.h54 extern int pru_fix_adjustable (struct fix *);
98 #define TC_FORCE_RELOCATION(fix) pru_force_relocation (fix)
99 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
100 (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg) || pru_force_relocation (fix))
101 extern int pru_force_relocation (struct fix *);
136 #define TC_VALIDATE_FIX_SUB(fix, seg) pru_validate_fix_sub (fix)
137 extern int pru_validate_fix_sub (struct fix *);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dr5900-no-fix.s5 # Test that the short loop fix with 3 loop instructions
6 # is not applied with `-mno-fix-r5900'.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Derratum843419-far-adr.d3 #ld: -Ttext=0x400000 --fix-cortex-a53-843419=adr
4 #error: .*: erratum 843419 immediate 0x7ffff004 out of range for ADR \(input file too large\) and \-\-fix\-cortex\-a53\-843419=adr used\. Run the linker with \-\-fix\-cortex\-a53\-843419=full instead.*

Completed in 149 milliseconds

1234567891011>>