/toolchain/binutils/binutils-2.25/gas/config/ |
tc-iq2000.h | 55 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix) 58 #define MD_APPLY_SYM_VALUE(FIX) 0 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);
|
tc-xstormy16.h | 41 #define MD_APPLY_SYM_VALUE(FIX) 0 45 #define tc_fix_adjustable(FIX) xstormy16_fix_adjustable (FIX) 46 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 *); 56 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) 57 extern long md_pcrel_from_section (struct fix *, segT) [all...] |
tc-i370.h | 24 struct fix; 51 #define MD_APPLY_SYM_VALUE(FIX) 0 57 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) 58 extern long md_pcrel_from_section (struct fix *, segT);
|
tc-lm32.h | 37 #define MD_APPLY_SYM_VALUE(FIX) 0 43 extern long md_pcrel_from_section (struct fix *, segT); 46 extern bfd_boolean lm32_fix_adjustable (struct fix *); 47 #define tc_fix_adjustable(FIX) lm32_fix_adjustable (FIX)
|
tc-metag.h | 42 #define MD_APPLY_SYM_VALUE(FIX) 0 44 #define tc_fix_adjustable(FIX) metag_fix_adjustable (FIX) 45 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 *); 53 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) 54 extern long md_pcrel_from_section (struct fix *, segT) [all...] |
tc-mt.h | 48 extern void mt_apply_fix (struct fix *, valueT *, segT); 52 extern long md_pcrel_from_section (struct fix *, segT); 55 extern bfd_boolean mt_fix_adjustable (struct fix *); 58 #define MD_APPLY_SYM_VALUE(FIX) 0 66 extern int mt_force_relocation (struct fix *); 69 extern bfd_boolean mt_fix_adjustable (struct fix *);
|
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-m32c.h | 39 long md_pcrel_from_section (struct fix *, segT); 51 extern void m32c_apply_fix (struct fix *, valueT *, segT); 54 extern bfd_boolean m32c_fix_adjustable (struct fix *); 57 #define TC_FORCE_RELOCATION(fix) m32c_force_relocation (fix) 58 extern int m32c_force_relocation (struct fix *); 73 #define MD_APPLY_SYM_VALUE(FIX) 0 77 extern long md_pcrel_from_section (struct fix *, segT);
|
tc-avr.h | 122 #define TC_FORCE_RELOCATION(fix) avr_force_relocation (fix) 123 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ 124 (! SEG_NORMAL (seg) || avr_force_relocation (fix)) 125 extern int avr_force_relocation (struct fix *); 128 #define MD_APPLY_SYM_VALUE(FIX) 0 135 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) 136 extern long md_pcrel_from_section (struct fix *, segT); 187 #define TC_VALIDATE_FIX_SUB(fix, seg) avr_validate_fix_sub (fix [all...] |
tc-d10v.h | 32 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) 33 struct fix; 34 long md_pcrel_from_section (struct fix *, segT); 53 #define tc_fix_adjustable(FIX) d10v_fix_adjustable(FIX) 54 bfd_boolean d10v_fix_adjustable (struct fix *); 57 #define MD_APPLY_SYM_VALUE(FIX) 0
|
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 bfd_boolean fr30_fix_adjustable (struct fix *); 52 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) 53 extern long md_pcrel_from_section (struct fix *, segT);
|
tc-xc16x.h | 35 struct fix; 45 extern void tc_reloc_mangle (struct fix *, struct internal_reloc *, bfd_vma); 57 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) 58 extern long md_pcrel_from_section (struct fix *, segT);
|
tc-s390.h | 24 struct fix; 26 #define TC_FORCE_RELOCATION(FIX) tc_s390_force_relocation(FIX) 27 extern int tc_s390_force_relocation (struct fix *); 30 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \ 31 (! SEG_NORMAL (SEG) || TC_FORCE_RELOCATION (FIX)) 34 extern int tc_s390_fix_adjustable (struct fix *); 37 #define MD_APPLY_SYM_VALUE(FIX) 0 76 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC [all...] |
tc-score.h | 46 extern void score_validate_fix (struct fix *); 49 extern int score_force_relocation (struct fix *); 52 extern bfd_boolean score_fix_adjustable (struct fix *); 60 struct fix *fixp;
|
tc-frv.h | 43 #define MD_APPLY_SYM_VALUE(FIX) 0 54 #define tc_fix_adjustable(FIX) frv_fix_adjustable (FIX) 55 struct fix; 56 extern bfd_boolean frv_fix_adjustable (struct fix *); 59 #define TC_FORCE_RELOCATION(fix) frv_force_relocation (fix) 60 extern int frv_force_relocation (struct fix *); 65 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) 1 78 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC [all...] |
tc-m32r.h | 40 long md_pcrel_from_section (struct fix *, segT); 41 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC) 69 #define MD_APPLY_SYM_VALUE(FIX) 0 73 #define tc_fix_adjustable(FIX) m32r_fix_adjustable (FIX) 74 bfd_boolean m32r_fix_adjustable (struct fix *); 84 extern bfd_boolean m32r_fix_adjustable (struct fix *); 98 #define TC_FORCE_RELOCATION(fix) m32r_force_relocation (fix) [all...] |
tc-mep.h | 48 #define MD_APPLY_SYM_VALUE(FIX) 0 52 extern void mep_apply_fix (struct fix *, valueT *, segT); 56 extern long md_pcrel_from_section (struct fix *, segT); 62 extern bfd_boolean mep_fix_adjustable (struct fix *); 69 #define TC_FORCE_RELOCATION(fix) mep_force_relocation (fix) 70 extern int mep_force_relocation (struct fix *);
|
obj-macho.h | 113 struct fix; 115 extern int obj_mach_o_force_reloc (struct fix *fix); 116 extern int obj_mach_o_force_reloc_sub_same (struct fix *fix, segT seg); 117 extern int obj_mach_o_force_reloc_sub_local (struct fix *fix, segT seg);
|
tc-xtensa.h | 24 struct fix; 319 extern void xtensa_init_fix_data (struct fix *); 321 extern int xtensa_force_relocation (struct fix *); 322 extern int xtensa_validate_fix_sub (struct fix *); 328 extern bfd_boolean xtensa_fix_adjustable (struct fix *); 345 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix) 346 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ 347 (! SEG_NORMAL (seg) || xtensa_force_relocation (fix)) 348 #define TC_VALIDATE_FIX_SUB(fix, seg) xtensa_validate_fix_sub (fix [all...] |
tc-m68hc11.h | 24 struct fix; 90 #define MD_APPLY_SYM_VALUE(FIX) 0 96 #define TC_FORCE_RELOCATION(fix) tc_m68hc11_force_relocation (fix) 97 extern int tc_m68hc11_force_relocation (struct fix *); 100 extern int tc_m68hc11_fix_adjustable (struct fix *);
|
/external/autotest/client/bin/self-test/ |
test | 7 fix=`/bin/pwd` 8 fix=`dirname $fix` 9 fix=`dirname $fix` 35 sed -e "s@$fix@SRC@" -e "s@, line [0-9]*@, line N@" \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
prefix1.s | 10 PREFIX fix 12 :pre:fix:c TETRA :pre:fix:d
|
roundr-op-r.d | 10 4: 058702e9 fix \$135,ROUND_UP,\$233 14 14: 058700f4 fix \$135,\$244
|
roundr-op.d | 8 4: 058702e9 fix \$135,ROUND_UP,\$233 12 14: 058700f4 fix \$135,\$244
|
/build/kati/testcase/ |
equal_in_target.mk | 1 # TODO(c) fix parser. no rule to make target "test"?
|