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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/gas/config/
tc-wasm32.h 40 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...]
tc-ft32.h 40 #define md_pcrel_from(FIX) \
41 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1)
47 #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)
    [all...]
tc-iq2000.h 53 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix)
56 #define MD_APPLY_SYM_VALUE(FIX) 0
61 extern bool iq2000_fix_adjustable (struct fix *);
62 extern int iq2000_force_relocation (struct fix *);
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-xgate.h 24 struct fix;
91 #define MD_APPLY_SYM_VALUE(FIX) 0
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 *);
tc-pru.h 55 extern int pru_fix_adjustable (struct fix *);
99 #define TC_FORCE_RELOCATION(fix) pru_force_relocation (fix)
100 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
101 (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg) || pru_force_relocation (fix))
102 extern int pru_force_relocation (struct fix *);
106 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) \
107 (((FIX)->fx_r_type != BFD_RELOC_PRU_S10_PCREL) \
108 && ((FIX)->fx_r_type != BFD_RELOC_PRU_U8_PCREL)
    [all...]
tc-mt.h 47 extern void mt_apply_fix (struct fix *, valueT *, segT);
53 #define MD_APPLY_SYM_VALUE(FIX) 0
61 extern int mt_force_relocation (struct fix *);
64 extern bool mt_fix_adjustable (struct fix *);
tc-metag.h 42 #define MD_APPLY_SYM_VALUE(FIX) 0
44 #define tc_fix_adjustable(FIX) metag_fix_adjustable (FIX)
45 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 *);
53 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-score.h 46 extern void score_validate_fix (struct fix *);
49 extern int score_force_relocation (struct fix *);
52 extern bool score_fix_adjustable (struct fix *);
60 struct fix *fixp;
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-xtensa.h 24 struct fix;
277 struct fix *jump_around_fix;
327 extern void xtensa_init_fix_data (struct fix *);
329 extern int xtensa_force_relocation (struct fix *);
330 extern int xtensa_validate_fix_sub (struct fix *);
336 extern bool xtensa_fix_adjustable (struct fix *);
360 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix)
361 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
362 (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg)
    [all...]
tc-avr.h 124 #define TC_FORCE_RELOCATION(fix) avr_force_relocation (fix)
125 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
126 (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg) \
127 || avr_force_relocation (fix))
128 extern int avr_force_relocation (struct fix *);
131 #define MD_APPLY_SYM_VALUE(FIX) 0
138 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
189 #define TC_VALIDATE_FIX_SUB(fix, seg) avr_validate_fix_sub (fix
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-wasm32.h 40 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...]
tc-ft32.h 40 #define md_pcrel_from(FIX) \
41 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1)
47 #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)
    [all...]
tc-iq2000.h 53 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix)
56 #define MD_APPLY_SYM_VALUE(FIX) 0
61 extern bool iq2000_fix_adjustable (struct fix *);
62 extern int iq2000_force_relocation (struct fix *);
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-xgate.h 24 struct fix;
91 #define MD_APPLY_SYM_VALUE(FIX) 0
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 *);
tc-pru.h 55 extern int pru_fix_adjustable (struct fix *);
99 #define TC_FORCE_RELOCATION(fix) pru_force_relocation (fix)
100 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
101 (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg) || pru_force_relocation (fix))
102 extern int pru_force_relocation (struct fix *);
106 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) \
107 (((FIX)->fx_r_type != BFD_RELOC_PRU_S10_PCREL) \
108 && ((FIX)->fx_r_type != BFD_RELOC_PRU_U8_PCREL)
    [all...]
tc-mt.h 47 extern void mt_apply_fix (struct fix *, valueT *, segT);
53 #define MD_APPLY_SYM_VALUE(FIX) 0
61 extern int mt_force_relocation (struct fix *);
64 extern bool mt_fix_adjustable (struct fix *);
tc-metag.h 42 #define MD_APPLY_SYM_VALUE(FIX) 0
44 #define tc_fix_adjustable(FIX) metag_fix_adjustable (FIX)
45 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 *);
53 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-score.h 46 extern void score_validate_fix (struct fix *);
49 extern int score_force_relocation (struct fix *);
52 extern bool score_fix_adjustable (struct fix *);
60 struct fix *fixp;
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-xtensa.h 24 struct fix;
277 struct fix *jump_around_fix;
327 extern void xtensa_init_fix_data (struct fix *);
329 extern int xtensa_force_relocation (struct fix *);
330 extern int xtensa_validate_fix_sub (struct fix *);
336 extern bool xtensa_fix_adjustable (struct fix *);
360 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix)
361 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
362 (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg)
    [all...]
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 30 fix = {
72 fix = {
109 fix = {
201 fix = {
227 fix = {
268 fix = {
305 fix = {
348 fix = {
362 * Fix non-ANSI memcpy declaration that conflicts with gcc's builtin
363 * declaration on Sun OS 4.x. We must only fix this on Sun OS 4.x, becaus
    [all...]
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 30 fix = {
72 fix = {
109 fix = {
201 fix = {
227 fix = {
268 fix = {
305 fix = {
348 fix = {
362 * Fix non-ANSI memcpy declaration that conflicts with gcc's builtin
363 * declaration on Sun OS 4.x. We must only fix this on Sun OS 4.x, becaus
    [all...]

Completed in 56 milliseconds

1 2 3 4 5 6 7 8 91011>>