Searched refs:fix (Results 1 - 25 of 60) sorted by path

123

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4200 % it will fail (although perhaps we could fix that with sufficient work
7063 % . this still does not fix the ?` and !` ligatures, but so far no
9890 \catcode`\$=\other \def\normaldollar{$}%$ font-lock fix
9947 \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix
10004 @let$=@normaldollar %$ font-lock fix
10031 % the first `\' in the file would cause an error. This macro tries to fix
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.am14 fix-amd-map \
38 fix-amd-map.in \
H A DMakefile.in86 fix-amd-map \
110 fix-amd-map.in \
125 fixrmtab fix-amd-map lostaltmail wait4amd wait4amd2die
136 amd2sun.in ctl-amd.in ctl-hlfsd.in expn.in fix-amd-map.in fixrmtab.in \
168 fix-amd-map: $(top_builddir)/config.status fix-amd-map.in
/freebsd-11-stable/contrib/binutils/gas/
H A Das.h576 struct fix;
587 int generic_force_reloc (struct fix *);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.c1258 struct fix *
1329 struct fix *
1758 as_bad (_(".size expression too complicated to fix up"));
H A Dobj-elf.h170 extern struct fix *obj_elf_vtable_inherit (int);
171 extern struct fix *obj_elf_vtable_entry (int);
H A Dtc-alpha.c4105 /* Add dummy fix to make add_to_link_pool work. */
4122 /* Add dummy fix to make add_to_link_pool work. */
4829 int bytes, fix;
4837 fix = 0;
4841 fix = bytes & 3;
4842 memset (p, 0, fix);
4843 p += fix;
4844 bytes -= fix;
4852 fix += 4;
4857 fragp->fr_fix += fix;
4817 int bytes, fix; local
[all...]
H A Dtc-alpha.h50 struct fix;
53 extern int alpha_force_relocation (struct fix *);
54 extern int alpha_fix_adjustable (struct fix *);
156 struct fix *next_reloc; /* Next !lituse or !gpdisp. */
H A Dtc-arm.c6985 true cause and fix their mistake. */
12135 operand types involved, etc.). We have to check and/or fix-up a couple of
13879 /* We need to be able to fix up arbitrary expressions in some statements.
13884 in the expr_section, and creating a fix for that. */
13911 /* Mark whether the fix is to a THUMB instruction, or an ARM
15827 cCE(fix, e100110, 2, (RR, RF), rd_rm),
17058 easier to fix it here since that is how the other a.out targets
17081 int bytes, fix, noop_size;
17090 fix = 0;
17114 fix
17068 int bytes, fix, noop_size; local
[all...]
H A Dtc-arm.h48 struct fix;
258 extern long md_pcrel_from_section (struct fix *, segT);
260 extern void arm_validate_fix (struct fix *);
263 extern int arm_force_relocation (struct fix *);
274 extern bfd_boolean arm_fix_adjustable (struct fix *);
H A Dtc-cr16.c463 #define SWITCH_TABLE(fix) \
464 ( (fix)->fx_addsy != NULL \
465 && (fix)->fx_subsy != NULL \
466 && S_GET_SEGMENT ((fix)->fx_addsy) == \
467 S_GET_SEGMENT ((fix)->fx_subsy) \
468 && S_GET_SEGMENT (fix->fx_addsy) != undefined_section \
469 && ( (fix)->fx_r_type == BFD_RELOC_CR16_NUM8 \
470 || (fix)->fx_r_type == BFD_RELOC_CR16_NUM16 \
471 || (fix)->fx_r_type == BFD_RELOC_CR16_NUM32 \
472 || (fix)
479 cr16_force_relocation(fixS *fix) argument
[all...]
H A Dtc-cr16.h49 extern int cr16_force_relocation (struct fix *);
H A Dtc-i386.h28 struct fix;
211 void i386_validate_fix (struct fix *);
215 extern int tc_i386_fix_adjustable (struct fix *);
H A Dtc-ia64.c279 /* This duplicates a good fraction of "struct fix" but we
280 can't use a "struct fix" instead since we can't call
286 enum ia64_opnd opnd; /* type of operand in need of fix */
5665 struct insn_fix *fix; local
5898 fix = CURR_SLOT.fixup + CURR_SLOT.num_fixups;
5899 fix->code = BFD_RELOC_IA64_IMM64;
5902 fix->code = ia64_gen_real_reloc_type (e->X_op_symbol, fix->code);
5907 fix->opnd = idesc->operands[index];
5908 fix
6689 fixS *fix; local
7912 struct label_fix *fix; local
11170 fixS *fix; local
11807 int fix = bytes & 15; local
[all...]
H A Dtc-ia64.h89 int bigendian; /* byte order at fix location */
106 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)
[all...]
H A Dtc-mep.h53 extern void mep_apply_fix (struct fix *, valueT *, segT);
57 extern long md_pcrel_from_section (struct fix *, segT);
63 extern bfd_boolean mep_fix_adjustable (struct fix *);
70 #define TC_FORCE_RELOCATION(fix) mep_force_relocation (fix)
71 extern int mep_force_relocation (struct fix *);
H A Dtc-mips.h117 extern int mips_fix_adjustable (struct fix *);
129 extern int mips_force_relocation (struct fix *);
H A Dtc-ppc.c4755 ppc_pe_fix_adjustable (fixS *fix)
4757 return fix->fx_r_type != BFD_RELOC_PPC_TOC16;
5375 ppc_fix_adjustable (fixS *fix)
5377 valueT val = resolve_symbol_value (fix->fx_addsy);
5378 segT symseg = S_GET_SEGMENT (fix->fx_addsy);
5385 && fix->fx_addsy != ppc_toc_csect
5405 fix->fx_addsy = sy;
5406 fix->fx_addnumber = val - ppc_toc_frag->fr_address;
5411 as_bad_where (fix->fx_file, fix
4739 ppc_pe_fix_adjustable(fixS *fix) argument
5356 ppc_fix_adjustable(fixS *fix) argument
5481 ppc_force_relocation(fixS *fix) argument
5506 ppc_force_relocation(fixS *fix) argument
5531 ppc_fix_adjustable(fixS *fix) argument
[all...]
H A Dtc-ppc.h25 struct fix;
102 extern int ppc_pe_fix_adjustable (struct fix *);
162 extern int ppc_fix_adjustable (struct fix *);
211 extern int ppc_fix_adjustable (struct fix *);
223 extern int ppc_force_relocation (struct fix *);
228 extern long md_pcrel_from_section (struct fix *, segT);
H A Dtc-s390.c1949 struct fix *fixp;
H A Dtc-s390.h25 struct fix;
28 extern int tc_s390_force_relocation PARAMS ((struct fix *));
35 extern int tc_s390_fix_adjustable PARAMS ((struct fix *));
78 extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
H A Dtc-score.c1906 /* We need to be able to fix up arbitrary expressions in some statements.
1911 in the expr_section, and creating a fix for that. */
5242 score_force_relocation (struct fix *fixp)
5798 -FIXDD\t\tassemble code for fix data dependency\n"));
5800 -NWARN\t\tassemble code for no warning message for fix data dependency\n"));
H A Dtc-score.h45 extern void score_validate_fix (struct fix *);
48 extern int score_force_relocation (struct fix *);
51 extern bfd_boolean score_fix_adjustable (struct fix *);
59 struct fix *fixp;
H A Dtc-sparc.c4252 We fix this up in sparc_adjust_symtab. */
4343 int count, fix;
4357 fix = 0;
4361 fix = count & 3;
4362 memset (p, 0, fix);
4363 p += fix;
4364 count -= fix;
4376 fix += 4;
4384 fragp->fr_fix += fix;
4330 int count, fix; local
H A Dtc-spu.c935 int fix = bytes & 3;
936 memset (p, 0, fix);
937 p += fix;
938 bytes -= fix;
939 fragp->fr_fix += fix;
933 int fix = bytes & 3; local

Completed in 369 milliseconds

123