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

123

/freebsd-11-stable/contrib/binutils/gas/config/
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.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-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-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-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-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-cr16.h49 extern int cr16_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-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-i386.h28 struct fix;
211 void i386_validate_fix (struct fix *);
215 extern int tc_i386_fix_adjustable (struct fix *);
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-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-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-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...]
/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 Dwrite.h38 struct fix struct
73 /* Which frag does this fix apply to? */
76 /* Where is the first byte to fix up? */
92 struct fix *fx_next;
137 typedef struct fix fixS;
H A Dehopt.c105 fixS *fix; local
115 fix = seg_info (now_seg)->frchainP->fix_root;
197 while (fix != NULL
198 && (fix->fx_frag != f || fix->fx_where != offset))
199 fix = fix->fx_next;
200 if (fix == NULL)
203 offset += fix->fx_size;
H A Das.h576 struct fix;
587 int generic_force_reloc (struct fix *);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp90 other.m_p_root = other.fix(other.m_p_root);
116 base_type::m_p_root = fix(base_type::m_p_root);
224 p_lhs = fix(p_rhs);
H A Dinsert_fn_imps.hpp129 base_type::m_p_root = fix(base_type::m_p_root);
135 fix(node_pointer p_nd) const function in class:PB_DS_CLASS_C_DEC
H A Derase_fn_imps.hpp187 base_type::m_p_root = fix(base_type::m_p_root);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dinsert_fn_imps.hpp138 fix(it.m_p_e);
146 fix(entry_pointer p_e)
/freebsd-11-stable/contrib/expat/
H A DMakefile.am85 fix-xmltest-log.sh \
141 $(srcdir)/fix-xmltest-log.sh $(builddir)/tests/xmltest.log
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp117 fix(node_pointer p_y) function in class:PB_DS_CLASS_C_DEC
317 fix(p_y);

Completed in 237 milliseconds

123