| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | literal.c | 87 fix_new (frag_now, p - frag_now->fr_literal, size, sym, addend, 0,
|
| HD | write.h | 176 extern fixS *fix_new
|
| HD | cgen.c | 265 fixP = fix_new (frag, where, length / 8, symbol, offset,
|
| HD | write.c | 226 fix_new (fragS *frag, /* Which frag? */ in fix_new() function
|
| HD | ChangeLog-9295 | 1023 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 …]
|
| HD | ChangeLog-0203 | 1860 * 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/ |
| HD | tc-spu.c | 777 fix_new (frag, in md_create_short_jump() 799 fix_new (frag, in md_create_long_jump()
|
| HD | obj-elf.c | 1320 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()
|
| HD | tc-alpha.c | 3194 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()
|
| HD | tc-i386.c | 5363 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,
|
| HD | tc-cr16.c | 620 fix_new (fragP, fragP->fr_fix, in md_convert_frag()
|
| HD | tc-ppc.c | 4386 fix_new (frag_now, in ppc_znop()
|
| HD | tc-arm.c | 3119 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()
|
| HD | tc-mips.c | 2884 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()
|
| HD | tc-score.c | 1926 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/ |
| HD | internals.texi | 461 @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
|