Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 25 of 883) sorted by relevance

12345678910>>...36

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i860.c433 fixS *fix; in md_assemble() local
434 fix = fix_new_exp (frag_now, in md_assemble()
443 fix->fx_addnumber = the_insn.fi[tmp].fup; in md_assemble()
1247 obtain_reloc_for_imm16 (fixS *fix, long *val) in obtain_reloc_for_imm16() argument
1249 valueT fup = fix->fx_addnumber; in obtain_reloc_for_imm16()
1252 if (fix->fx_pcrel) in obtain_reloc_for_imm16()
1257 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
1260 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
1263 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
1266 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
[all …]
H A Dtc-sh.h31 struct fix;
57 #define TC_FORCE_RELOCATION(fix) sh_force_relocation (fix) argument
58 extern int sh_force_relocation (struct fix *);
95 extern long md_pcrel_from_section (struct fix *, segT);
141 #define TC_COFF_FIX2RTYPE(fix) ((fix)->fx_r_type) argument
148 #define TC_COUNT_RELOC(fix) ((fix)->fx_addsy != NULL) argument
150 #define TC_RELOC_MANGLE(seg, fix, int, paddr) \ argument
151 sh_coff_reloc_mangle ((seg), (fix), (int), (paddr))
153 (struct segment_info_struct *, struct fix *,
215 extern bfd_boolean sh_fix_adjustable (struct fix *);
H A Dtc-d10v.c58 struct d10v_fixup fix[MAX_INSN_FIXUPS]; member
97 offsetT value, int left, fixS *fix));
568 d10v_insert_operand (insn, op_type, value, left, fix) in d10v_insert_operand() argument
573 fixS *fix;
585 as_bad_where (fix->fx_file, fix->fx_line,
639 fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18;
651 fixups->fix[fixups->fc].reloc =
656 && (fixups->fix[fixups->fc].reloc == 0))
660 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_16 ||
661 fixups->fix[fixups->fc].reloc == BFD_RELOC_D10V_18)
[all …]
H A Dtc-iq2000.h50 extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
56 extern bfd_boolean iq2000_fix_adjustable PARAMS ((struct fix *));
63 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix) argument
64 extern int iq2000_force_relocation PARAMS ((struct fix *));
H A Dtc-xstormy16.h51 extern bfd_boolean xstormy16_fix_adjustable PARAMS ((struct fix *));
53 #define TC_FORCE_RELOCATION(fix) xstormy16_force_relocation (fix) argument
54 extern int xstormy16_force_relocation PARAMS ((struct fix *));
62 extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
H A Dtc-frv.h59 struct fix;
60 extern bfd_boolean frv_fix_adjustable PARAMS ((struct fix *));
63 #define TC_FORCE_RELOCATION(fix) frv_force_relocation (fix) argument
64 extern int frv_force_relocation PARAMS ((struct fix *));
83 extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
H A Dtc-ia64.h102 extern int ia64_fix_adjustable PARAMS((struct fix *fix));
103 extern int ia64_force_relocation PARAMS((struct fix *));
106 extern void ia64_validate_fix PARAMS ((struct fix *fix));
111 extern long ia64_pcrel_from_section PARAMS ((struct fix *fix, segT sec));
147 #define TC_VALIDATE_FIX(fix,seg,skip) ia64_validate_fix (fix) argument
148 #define MD_PCREL_FROM_SECTION(fix,sec) ia64_pcrel_from_section (fix, sec) argument
H A Dtc-m32r.h46 long md_pcrel_from_section PARAMS ((struct fix *, segT));
84 bfd_boolean m32r_fix_adjustable PARAMS ((struct fix *));
96 extern bfd_boolean m32r_fix_adjustable PARAMS ((struct fix *));
117 #define TC_FORCE_RELOCATION(fix) m32r_force_relocation (fix) argument
118 extern int m32r_force_relocation PARAMS ((struct fix *));
H A Dtc-ip2k.c377 ip2k_force_relocation (fix) in ip2k_force_relocation() argument
378 fixS * fix; in ip2k_force_relocation()
380 switch (fix->fx_r_type)
397 if (fix->fx_subsy && S_IS_DEFINED (fix->fx_subsy)
398 && fix->fx_addsy && S_IS_DEFINED (fix->fx_addsy)
399 && (S_GET_SEGMENT (fix->fx_addsy)->flags & SEC_CODE))
401 fix->fx_r_type = BFD_RELOC_IP2K_TEXT;
410 return generic_force_reloc (fix);
H A Dtc-sh.c3045 fixS *fix; in sh_count_relocs() local
3052 for (fix = seginfo->fix_root; fix != NULL; fix = fix->fx_next) in sh_count_relocs()
3054 if (fix->fx_addsy == sym) in sh_count_relocs()
3057 fix->fx_tcbit = 1; in sh_count_relocs()
3070 fixS *fix; in sh_frob_section() local
3076 for (fix = seginfo->fix_root; fix != NULL; fix = fix->fx_next) in sh_frob_section()
3083 if (fix->fx_r_type != BFD_RELOC_SH_USES) in sh_frob_section()
3088 sym = fix->fx_addsy; in sh_frob_section()
3090 || fix->fx_subsy != NULL in sh_frob_section()
3091 || fix->fx_addnumber != 0 in sh_frob_section()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i860.c433 fixS *fix; in md_assemble() local
434 fix = fix_new_exp (frag_now, in md_assemble()
443 fix->fx_addnumber = the_insn.fi[tmp].fup; in md_assemble()
1247 obtain_reloc_for_imm16 (fixS *fix, long *val) in obtain_reloc_for_imm16() argument
1249 valueT fup = fix->fx_addnumber; in obtain_reloc_for_imm16()
1252 if (fix->fx_pcrel) in obtain_reloc_for_imm16()
1257 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
1260 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
1263 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
1266 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
[all …]
H A Dtc-xtensa.h24 struct fix;
293 extern void xtensa_init_fix_data (struct fix *);
295 extern int xtensa_force_relocation (struct fix *);
296 extern int xtensa_validate_fix_sub (struct fix *);
302 extern bfd_boolean xtensa_fix_adjustable (struct fix *);
319 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix) argument
320 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
321 (! SEG_NORMAL (seg) || xtensa_force_relocation (fix))
322 #define TC_VALIDATE_FIX_SUB(fix) xtensa_validate_fix_sub (fix) argument
327 #define tc_fix_adjustable(fix) xtensa_fix_adjustable (fix) argument
H A Dtc-m32c.h39 long md_pcrel_from_section PARAMS ((struct fix *, segT));
51 extern void m32c_apply_fix PARAMS ((struct fix *, valueT *, segT));
54 extern bfd_boolean m32c_fix_adjustable PARAMS ((struct fix *));
57 #define TC_FORCE_RELOCATION(fix) m32c_force_relocation (fix) argument
58 extern int m32c_force_relocation PARAMS ((struct fix *));
72 extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
H A Dtc-iq2000.h55 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix) argument
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-xstormy16.h46 extern bfd_boolean xstormy16_fix_adjustable (struct fix *);
48 #define TC_FORCE_RELOCATION(fix) xstormy16_force_relocation (fix) argument
49 extern int xstormy16_force_relocation (struct fix *);
57 extern long md_pcrel_from_section (struct fix *, segT);
H A Dtc-frv.h54 struct fix;
55 extern bfd_boolean frv_fix_adjustable PARAMS ((struct fix *));
58 #define TC_FORCE_RELOCATION(fix) frv_force_relocation (fix) argument
59 extern int frv_force_relocation PARAMS ((struct fix *));
78 extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
H A Dtc-mt.h48 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 *);
66 extern int mt_force_relocation (struct fix *);
69 extern bfd_boolean mt_fix_adjustable (struct fix *);
H A Dtc-d10v.c59 struct d10v_fixup fix[MAX_INSN_FIXUPS]; member
525 fixS *fix) in d10v_insert_operand() argument
537 as_bad_where (fix->fx_file, fix->fx_line, in d10v_insert_operand()
590 fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18; in build_insn()
602 fixups->fix[fixups->fc].reloc = in build_insn()
607 && (fixups->fix[fixups->fc].reloc == 0)) in build_insn()
611 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_16 || in build_insn()
612 fixups->fix[fixups->fc].reloc == BFD_RELOC_D10V_18) in build_insn()
613 fixups->fix[fixups->fc].size = 2; in build_insn()
615 fixups->fix[fixups->fc].size = 4; in build_insn()
[all …]
H A Dtc-m32r.h41 long md_pcrel_from_section (struct fix *, segT);
75 bfd_boolean m32r_fix_adjustable (struct fix *);
85 extern bfd_boolean m32r_fix_adjustable (struct fix *);
106 #define TC_FORCE_RELOCATION(fix) m32r_force_relocation (fix) argument
107 extern int m32r_force_relocation (struct fix *);
H A Dtc-ia64.h106 extern int ia64_fix_adjustable PARAMS((struct fix *fix));
107 extern int ia64_force_relocation PARAMS((struct fix *));
110 extern void ia64_validate_fix PARAMS ((struct fix *fix));
115 extern long ia64_pcrel_from_section PARAMS ((struct fix *fix, segT sec));
151 #define TC_VALIDATE_FIX(fix,seg,skip) ia64_validate_fix (fix) argument
152 #define MD_PCREL_FROM_SECTION(fix,sec) ia64_pcrel_from_section (fix, sec) argument
H A Dtc-m68hc11.h25 struct fix;
97 #define TC_FORCE_RELOCATION(fix) tc_m68hc11_force_relocation (fix) argument
98 extern int tc_m68hc11_force_relocation (struct fix *);
101 extern int tc_m68hc11_fix_adjustable (struct fix *);
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dinclhack.def27 fix = {
100 fix = {
140 fix = {
179 fix = {
224 fix = {
238 * declaration on Sun OS 4.x. We must only fix this on Sun OS 4.x, because
243 fix = {
280 fix = {
302 fix = {
462 fix = {
[all …]
/openbsd-src/gnu/gcc/fixincludes/
H A Dinclhack.def28 fix = {
118 * ... and for the previous fix to be useful, you have to not use ""
121 fix = {
138 fix = {
178 fix = {
216 fix = {
260 fix = {
276 * declaration on Sun OS 4.x. We must only fix this on Sun OS 4.x, because
281 fix = {
317 fix = {
[all …]
/openbsd-src/bin/ksh/
H A DCONTRIBUTORS65 fix numerous problems.
66 * Gordan Larson (hoh@approve.se): fix to compile sans VI, ksh.1 typo.
69 * Ed Ferguson (Ed.Ferguson@dseg.ti.com): fix to compile sans VI.
74 * William Bader (wbader@CSEE.Lehigh.Edu): fix to compile on SCO Unix
76 * Mike Long (mike.long@analog.com): makefile fix - use $manext, not 1.
77 * Art Mills (aem@hpbs9162.bio.hp.com): bug fix for vi file completion in
93 * Stefan Dalibor (<Stefan.Dalibor@informatik.uni-erlangen.de>): fix for
95 * Arnon Kanfi (<arnon@gilly.datatools.com>): fix for prompt.
104 * Eric J. Chet (<ejc@bazzle.com>): fix for core dump in . (quitenv() called
106 * Greg A. Woods <woods@most.weird.com>: fix to make ^[_ in emacs work
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges5 * fix newSVsv_flags: rename variable to fix C++ compilation issue
10 * fix utf8.t with recent development versions of Perl
13 * fix dereference empty string
105 * HACKERS: fix typos and clarification (Karl Williamson)
149 * fix utf8_to_uvchr_buf retval in 5.30
169 * re-fix leaky code (used only in tests)
345 * Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
357 * fix CPAN #56749: isASCII and isCNTRL macros are buggy
360 * fix CPAN #70427: RealPPPort.xs:1587: error: lvalue required as unary ‘&’ operand
368 * fix a warning emitted by the test suite with older perls
[all …]

12345678910>>...36