HomeSort by relevance Sort by last modified time
    Searched refs:fix (Results 1 - 25 of 680) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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 *);
  /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
  /prebuilts/go/darwin-x86/src/cmd/go/
fix.go 9 UsageLine: "fix [packages]",
10 Short: "run go tool fix on packages",
12 Fix runs the Go fix command on the packages named by the import paths.
14 For more about fix, see 'go doc cmd/fix'.
17 To run fix with specific options, run 'go tool fix'.
28 run(stringList(buildToolExec, tool("fix"), relPaths(pkg.allgofiles)))
  /prebuilts/go/linux-x86/src/cmd/go/
fix.go 9 UsageLine: "fix [packages]",
10 Short: "run go tool fix on packages",
12 Fix runs the Go fix command on the packages named by the import paths.
14 For more about fix, see 'go doc cmd/fix'.
17 To run fix with specific options, run 'go tool fix'.
28 run(stringList(buildToolExec, tool("fix"), relPaths(pkg.allgofiles)))
  /build/kati/testcase/
equal_in_target.mk 1 # TODO(c) fix parser. no rule to make target "test"?
  /prebuilts/go/darwin-x86/src/cmd/fix/
doc.go 6 Fix finds Go programs that use old APIs and rewrites them to use
7 newer ones. After you update to a new Go release, fix helps make
11 go tool fix [-r name,...] [path ...]
13 Without an explicit path, fix reads standard input and writes the
16 If the named path is a file, fix rewrites the named files in place.
17 If the named path is a directory, fix rewrites all .go files in that
18 directory tree. When fix rewrites a file, it prints a line to standard
21 If the -diff flag is set, no files are rewritten. Instead fix prints
25 named list. By default fix considers all known rewrites. Fix'
    [all...]

Completed in 506 milliseconds

1 2 3 4 5 6 7 8 91011>>