HomeSort by: relevance | last modified time | path
    Searched refs:FIX (Results 1 - 25 of 216) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/binutils/dist/gas/config/
tc-mn10300.h 28 #define TC_FORCE_RELOCATION(FIX) mn10300_force_relocation (FIX)
29 extern bool mn10300_force_relocation (struct fix *);
36 #define GENERIC_FORCE_RELOCATION_LOCAL(FIX) \
37 (!(FIX)->fx_pcrel \
38 || TC_FORCE_RELOCATION (FIX))
40 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
41 (GENERIC_FORCE_RELOCATION_LOCAL (FIX) \
42 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
43 || (FIX)->fx_r_type == BFD_RELOC_MN10300_GOT32
    [all...]
tc-fr30.h 41 #define MD_APPLY_SYM_VALUE(FIX) 0
45 #define tc_fix_adjustable(FIX) fr30_fix_adjustable (FIX)
46 struct fix;
47 extern bool fr30_fix_adjustable (struct fix *);
52 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-xstormy16.h 41 #define MD_APPLY_SYM_VALUE(FIX) 0
45 #define tc_fix_adjustable(FIX) xstormy16_fix_adjustable (FIX)
46 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 *);
56 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
67 /* This target is buggy, and sets fix size too large. *
    [all...]
tc-sparc.h 90 #define tc_fix_adjustable(FIX) \
91 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
92 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
93 && ((FIX)->fx_r_type < BFD_RELOC_SPARC_TLS_GD_HI22 \
94 || (FIX)->fx_r_type > BFD_RELOC_SPARC_TLS_TPOFF64) \
96 || ((FIX)->fx_r_type != BFD_RELOC_HI22 \
97 && (FIX)->fx_r_type != BFD_RELOC_LO10 \
98 && (FIX)->fx_r_type != BFD_RELOC_SPARC13 \
99 && ((FIX)->fx_r_type != BFD_RELOC_32_PCREL_S2 \
100 || !generic_force_reloc (FIX)) \
    [all...]
tc-sh.h 25 /* The type fixS is defined (to struct fix) in write.h, but write.h uses
27 after the "right" definitions, don't; just forward-declare struct fix
29 struct fix;
62 #define TC_FORCE_RELOCATION(fix) sh_force_relocation (fix)
63 extern int sh_force_relocation (struct fix *);
70 #define SWITCH_TABLE(FIX) \
71 ((FIX)->fx_addsy != NULL \
72 && (FIX)->fx_subsy != NULL \
73 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section
    [all...]
tc-bfin.h 63 #define tc_fix_adjustable(FIX) bfin_fix_adjustable (FIX)
64 extern bool bfin_fix_adjustable (struct fix *);
66 #define TC_FORCE_RELOCATION(FIX) bfin_force_relocation (FIX)
67 extern int bfin_force_relocation (struct fix *);
70 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
73 #define MD_APPLY_SYM_VALUE(FIX) 0
75 /* This target is buggy, and sets fix size too large. *
    [all...]
tc-v850.h 37 #define tc_fix_adjustable(FIX) v850_fix_adjustable (FIX)
38 extern bool v850_fix_adjustable (struct fix *);
40 #define TC_FORCE_RELOCATION(FIX) v850_force_relocation(FIX)
41 extern int v850_force_relocation (struct fix *);
45 #define MD_APPLY_SYM_VALUE(FIX) 0
76 #define TC_FX_SIZE_SLACK(FIX) 2
78 #define MD_PCREL_FROM_SECTION(FIX, SEC) v850_pcrel_from_section (FIX, SEC
    [all...]
tc-lm32.h 37 #define MD_APPLY_SYM_VALUE(FIX) 0
45 extern bool lm32_fix_adjustable (struct fix *);
46 #define tc_fix_adjustable(FIX) lm32_fix_adjustable (FIX)
tc-d10v.h 24 struct fix;
34 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
53 #define tc_fix_adjustable(FIX) d10v_fix_adjustable(FIX)
54 bool d10v_fix_adjustable (struct fix *);
57 #define MD_APPLY_SYM_VALUE(FIX) 0
tc-dlx.h 38 #define TC_INIT_FIX_DATA(FIX) do (FIX)->fx_bit_fixP = NULL; while (0)
42 extern bool md_dlx_fix_adjustable (struct fix *);
56 #define tc_fix_adjustable(FIX) md_dlx_fix_adjustable (FIX)
59 #define MD_APPLY_SYM_VALUE(FIX) 0
tc-or1k.h 41 #define MD_APPLY_SYM_VALUE(FIX) 0
44 extern void or1k_apply_fix (struct fix *, valueT *, segT);
46 extern bool or1k_fix_adjustable (struct fix *);
47 #define tc_fix_adjustable(FIX) or1k_fix_adjustable (FIX)
50 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-cris.h 72 #define TC_FORCE_RELOCATION(FIX) md_cris_force_relocation (FIX)
73 extern int md_cris_force_relocation (struct fix *);
86 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
87 (GENERIC_FORCE_RELOCATION_LOCAL (FIX) \
88 || IS_CRIS_PIC_RELOC ((FIX)->fx_r_type))
92 #define tc_fix_adjustable(FIX) \
93 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
94 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
95 && (! IS_CRIS_PIC_RELOC ((FIX)->fx_r_type)
    [all...]
tc-vax.h 59 #define MD_APPLY_SYM_VALUE(FIX) 0
61 #define tc_fix_adjustable(FIX) \
62 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
63 && (FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \
64 && (FIX)->fx_r_type != BFD_RELOC_32_GOT_PCREL \
65 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
66 && ((FIX)->fx_pcrel \
67 || ((FIX)->fx_subsy != NULL \
68 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
69 == S_GET_SEGMENT ((FIX)->fx_addsy)))
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10300.h 28 #define TC_FORCE_RELOCATION(FIX) mn10300_force_relocation (FIX)
29 extern bool mn10300_force_relocation (struct fix *);
36 #define GENERIC_FORCE_RELOCATION_LOCAL(FIX) \
37 (!(FIX)->fx_pcrel \
38 || TC_FORCE_RELOCATION (FIX))
40 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
41 (GENERIC_FORCE_RELOCATION_LOCAL (FIX) \
42 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
43 || (FIX)->fx_r_type == BFD_RELOC_MN10300_GOT32
    [all...]
tc-fr30.h 41 #define MD_APPLY_SYM_VALUE(FIX) 0
45 #define tc_fix_adjustable(FIX) fr30_fix_adjustable (FIX)
46 struct fix;
47 extern bool fr30_fix_adjustable (struct fix *);
52 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-xstormy16.h 41 #define MD_APPLY_SYM_VALUE(FIX) 0
45 #define tc_fix_adjustable(FIX) xstormy16_fix_adjustable (FIX)
46 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 *);
56 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
67 /* This target is buggy, and sets fix size too large. *
    [all...]
tc-sparc.h 90 #define tc_fix_adjustable(FIX) \
91 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
92 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
93 && ((FIX)->fx_r_type < BFD_RELOC_SPARC_TLS_GD_HI22 \
94 || (FIX)->fx_r_type > BFD_RELOC_SPARC_TLS_TPOFF64) \
96 || ((FIX)->fx_r_type != BFD_RELOC_HI22 \
97 && (FIX)->fx_r_type != BFD_RELOC_LO10 \
98 && (FIX)->fx_r_type != BFD_RELOC_SPARC13 \
99 && ((FIX)->fx_r_type != BFD_RELOC_32_PCREL_S2 \
100 || !generic_force_reloc (FIX)) \
    [all...]
tc-sh.h 25 /* The type fixS is defined (to struct fix) in write.h, but write.h uses
27 after the "right" definitions, don't; just forward-declare struct fix
29 struct fix;
62 #define TC_FORCE_RELOCATION(fix) sh_force_relocation (fix)
63 extern int sh_force_relocation (struct fix *);
70 #define SWITCH_TABLE(FIX) \
71 ((FIX)->fx_addsy != NULL \
72 && (FIX)->fx_subsy != NULL \
73 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section
    [all...]
tc-bfin.h 63 #define tc_fix_adjustable(FIX) bfin_fix_adjustable (FIX)
64 extern bool bfin_fix_adjustable (struct fix *);
66 #define TC_FORCE_RELOCATION(FIX) bfin_force_relocation (FIX)
67 extern int bfin_force_relocation (struct fix *);
70 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
73 #define MD_APPLY_SYM_VALUE(FIX) 0
75 /* This target is buggy, and sets fix size too large. *
    [all...]
tc-v850.h 37 #define tc_fix_adjustable(FIX) v850_fix_adjustable (FIX)
38 extern bool v850_fix_adjustable (struct fix *);
40 #define TC_FORCE_RELOCATION(FIX) v850_force_relocation(FIX)
41 extern int v850_force_relocation (struct fix *);
45 #define MD_APPLY_SYM_VALUE(FIX) 0
76 #define TC_FX_SIZE_SLACK(FIX) 2
78 #define MD_PCREL_FROM_SECTION(FIX, SEC) v850_pcrel_from_section (FIX, SEC
    [all...]
tc-lm32.h 37 #define MD_APPLY_SYM_VALUE(FIX) 0
45 extern bool lm32_fix_adjustable (struct fix *);
46 #define tc_fix_adjustable(FIX) lm32_fix_adjustable (FIX)
tc-d10v.h 24 struct fix;
34 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
53 #define tc_fix_adjustable(FIX) d10v_fix_adjustable(FIX)
54 bool d10v_fix_adjustable (struct fix *);
57 #define MD_APPLY_SYM_VALUE(FIX) 0
tc-dlx.h 38 #define TC_INIT_FIX_DATA(FIX) do (FIX)->fx_bit_fixP = NULL; while (0)
42 extern bool md_dlx_fix_adjustable (struct fix *);
56 #define tc_fix_adjustable(FIX) md_dlx_fix_adjustable (FIX)
59 #define MD_APPLY_SYM_VALUE(FIX) 0
tc-or1k.h 41 #define MD_APPLY_SYM_VALUE(FIX) 0
44 extern void or1k_apply_fix (struct fix *, valueT *, segT);
46 extern bool or1k_fix_adjustable (struct fix *);
47 #define tc_fix_adjustable(FIX) or1k_fix_adjustable (FIX)
50 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-cris.h 72 #define TC_FORCE_RELOCATION(FIX) md_cris_force_relocation (FIX)
73 extern int md_cris_force_relocation (struct fix *);
86 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
87 (GENERIC_FORCE_RELOCATION_LOCAL (FIX) \
88 || IS_CRIS_PIC_RELOC ((FIX)->fx_r_type))
92 #define tc_fix_adjustable(FIX) \
93 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
94 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
95 && (! IS_CRIS_PIC_RELOC ((FIX)->fx_r_type)
    [all...]

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 9