Home
last modified time | relevance | path

Searched refs:fix_new (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
HDliteral.c87 fix_new (frag_now, p - frag_now->fr_literal, size, sym, addend, 0,
HDwrite.h176 extern fixS *fix_new
HDcgen.c265 fixP = fix_new (frag, where, length / 8, symbol, offset,
HDwrite.c226 fix_new (fragS *frag, /* Which frag? */ in fix_new() function
HDChangeLog-92951023 wants to call fix_new.
2005 (md_convert_frag): Call subseg_change before calling fix_new.
2162 * write.c (fix_new): Use int, not short int, for argument type.
9838 Call reloc for fix_new type, or use correct enumerator, instead of
10131 (fix_new): Removed sub_symbol argument.
10133 * write.h: Prototype changes for fix_new and fix_new_exp.
10460 (fix_new): Argument offset is type offsetT. Locals size and
10464 (fix_new): Fix prototype.
11747 fix_new with BFD_RELOC_NONE instead of 0 or NO_RELOC. Call
11751 (fix_new) [BFD_ASSEMBLER]: Argument r_type is of type
[all …]
HDChangeLog-02031860 * dw2gencfi.c (output_fde): Use fix_new to emit pc-relative reloc.
4687 (fix_new, fix_new_exp): Likewise.
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-spu.c777 fix_new (frag, in md_create_short_jump()
799 fix_new (frag, in md_create_long_jump()
HDobj-elf.c1320 return fix_new (symbol_get_frag (csym), in obj_elf_vtable_inherit()
1361 return fix_new (frag_now, frag_now_fix (), 0, sym, offset, 0, in obj_elf_vtable_entry()
HDtc-alpha.c3194 fix_new (frag_now, p - frag_now->fr_literal, 8, sym, addend, 0, in add_to_link_pool()
4060 fixp = fix_new (frag_now, p - frag_now->fr_literal, 8, 0, 0, 0, 0); in s_alpha_pdesc()
4098 fixp = fix_new (frag_now, p - frag_now->fr_literal, 8, 0, 0, 0, 0); in s_alpha_pdesc()
4115 fixp = fix_new (frag_now, p - frag_now->fr_literal, 8, 0, 0, 0, 0); in s_alpha_pdesc()
HDtc-i386.c5363 fix_new (fragP, old_fr_fix, size,
5382 fix_new (fragP, old_fr_fix + 2, 2,
5396 fixP = fix_new (fragP, old_fr_fix, 1,
5410 fix_new (fragP, old_fr_fix + 1, size,
HDtc-cr16.c620 fix_new (fragP, fragP->fr_fix, in md_convert_frag()
HDtc-ppc.c4386 fix_new (frag_now, in ppc_znop()
HDtc-arm.c3119 fix_new (frag_now, where, 4, unwind.proc_start, 0, 1, in s_arm_unwind_fnend()
3133 fix_new (frag_now, where, 0, pr, 0, 1, BFD_RELOC_NONE); in s_arm_unwind_fnend()
3144 fix_new (frag_now, where + 4, 4, unwind.table_entry, 0, 1, in s_arm_unwind_fnend()
13895 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, in fix_new_arm()
17489 fix_new (frag_now, where, 4, unwind.personality_routine, 0, 1, in create_unwind_entry()
HDtc-mips.c2884 ip->fixp[i] = fix_new (ip->frag, ip->where, in append_insn()
13408 fix_new (frag_now, p - frag_now->fr_literal, 8, NULL, 0, in s_gpdword()
HDtc-score.c1926 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, pc_rel, reloc); in fix_new_score()
/freebsd-11-stable/contrib/binutils/gas/doc/
HDinternals.texi461 @cindex fix_new
463 A fixup is created by a call to @code{fix_new} or @code{fix_new_exp}. Both
716 Pseudo-ops and instructions can also output fixups created by @code{fix_new} or
864 some bytes (@pxref{Frags}). @code{md_assemble} will call @code{fix_new} to
1752 specified, @code{fix_new} is called to produce the relocation record,
1760 operands, do not call @code{fix_new} thinking you can emit fixups for the
1765 pass to @code{fix_new}. The latter can be done for example by defining