Home
last modified time | relevance | path

Searched refs:fr_offset (Results 1 – 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
HDdebug.c62 printf ("%srs_align(%d)\n", indent, fp->fr_offset);
65 printf ("%srs_fill(%d)\n", indent, fp->fr_offset);
68 printf ("%s\t repeated %d times,", indent, fp->fr_offset);
73 fp->fr_offset, fp->fr_symbol);
88 printf ("%sfr_offset=%d\n", indent, fp->fr_offset);
HDfrags.c216 frag_now->fr_offset = offset; in frag_var()
247 frag_now->fr_offset = offset; in frag_variant()
268 fragP->fr_offset = 0; in frag_wane()
410 off += frag->fr_fix + frag->fr_offset * frag->fr_var; in frag_offset_fixed_p()
426 off -= frag->fr_fix + frag->fr_offset * frag->fr_var; in frag_offset_fixed_p()
HDwrite.c430 fragP->fr_offset = (fragP->fr_next->fr_address in cvt_frag_to_fill()
433 if (fragP->fr_offset < 0) in cvt_frag_to_fill()
437 (long) fragP->fr_offset); in cvt_frag_to_fill()
438 fragP->fr_offset = 0; in cvt_frag_to_fill()
457 fragP->fr_offset = 0; in cvt_frag_to_fill()
578 fragp->fr_offset += (newsize - size) / fragp->fr_var; in size_seg()
1292 count = f->fr_offset; in write_contents()
1877 target = fragP->fr_offset; in relax_frag()
2013 address += fragP->fr_offset * fragP->fr_var; in relax_segment()
2020 addressT offset = relax_align (address, (int) fragP->fr_offset); in relax_segment()
[all …]
HDfrags.h54 offsetT fr_offset; member
HDehopt.c497 loc4_fix = (int) frag->fr_offset; in eh_frame_convert_frag()
531 frag->fr_offset = 0; in eh_frame_convert_frag()
HDdwarf2dbg.c1069 size = size_inc_line_addr (frag->fr_offset, addr_delta); in dwarf2dbg_estimate_size_before_relax()
1107 emit_inc_line_addr (frag->fr_offset, addr_diff, in dwarf2dbg_convert_frag()
1113 frag->fr_offset = 0; in dwarf2dbg_convert_frag()
HDlisting.c607 < (frag_ptr->fr_fix + frag_ptr->fr_var * frag_ptr->fr_offset)) in calc_hex()
HDChangeLog901 with !RELOC_EXPANSION_POSSIBLE code. Don't add fr_offset when
HDChangeLog-02036033 * write.c (cvt_frag_to_fill): Set fr_offset to zero on .org
HDChangeLog-92953985 like rs_align and rs_org. Verify that fr_offset is non-negative,
/freebsd-11-stable/contrib/binutils/gas/doc/
HDinternals.texi549 @item fr_offset
552 characters are output @code{fr_offset} times.
558 Relaxation state. This field indicates the interpretation of @code{fr_offset},
598 frag, @code{fr_offset} is the logarithm (base 2) of the alignment in bytes.
599 (For example, if alignment on an 8-byte boundary were desired, @code{fr_offset}
616 byte. The @code{fr_offset} field holds the offset within that frag. The
621 The variable characters are to be repeated @code{fr_offset} times. If
622 @code{fr_offset} is 0, this frag has a length of @code{fr_fix}. Most frags
628 symbol, as constant expressions are emitted directly. The @code{fr_offset}
634 @code{fr_symbol} and @code{fr_offset}, and @code{fr_subtype} indicates the
[all …]
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-ppc.c3122 symbol_get_frag (lcomm_sym)->fr_offset = in ppc_comm()
3123 ((symbol_get_frag (lcomm_sym)->fr_offset + (1 << align) - 1) in ppc_comm()
3134 S_SET_VALUE (sym, symbol_get_frag (lcomm_sym)->fr_offset); in ppc_comm()
3135 symbol_get_frag (lcomm_sym)->fr_offset += size; in ppc_comm()
5032 a->x_csect.x_scnlen.l = symbol_get_frag (sym)->fr_offset; in ppc_frob_symbol()
5575 group_nop->fr_offset = 1; in ppc_handle_align()
HDtc-mep.c1267 int rv = frag->fr_offset; in target_address_for()
1421 fragP->fr_symbol, fragP->fr_offset); in md_convert_frag()
HDtc-i386.c5365 fragP->fr_offset, 1,
5384 fragP->fr_offset, 1,
5398 fragP->fr_offset, 1,
5412 fragP->fr_offset, 1,
5458 target_address = S_GET_VALUE (fragP->fr_symbol) + fragP->fr_offset;
HDobj-coff.c1680 fragp->fr_offset += new_size - size; in coff_frob_section()
HDtc-mips.c13778 & ~ ((1 << (int) f->fr_offset) - 1)); in mips16_extended_frag()
13780 stretch &= ~ ((1 << (int) f->fr_offset) - 1); in mips16_extended_frag()
13884 val = S_GET_VALUE (fragp->fr_symbol) + fragp->fr_offset; in relaxed_branch_length()
14176 exp.X_add_number = fragp->fr_offset; in md_convert_frag()
14293 exp.X_add_number = fragp->fr_offset; in md_convert_frag()
14309 exp.X_add_number = fragp->fr_offset; in md_convert_frag()
14311 if (fragp->fr_offset) in md_convert_frag()
HDtc-ia64.c2873 index += 3 * ((1 << first_frag->fr_offset) >> 4);
2883 index += 3 * (first_frag->fr_offset >> 4);
3102 if (frag->fr_offset) in ia64_estimate_size_before_relax()
3133 if (frag->fr_offset) in ia64_convert_frag()
3142 if (frag->fr_offset) in ia64_convert_frag()
3171 frag->fr_offset = 0; in ia64_convert_frag()
HDtc-cr16.c622 fragP->fr_symbol, fragP->fr_offset, 1, reloc); in md_convert_frag()
HDtc-arm.c16693 exp.X_add_number = fragp->fr_offset; in md_convert_frag()
16851 offset = fragp->fr_offset; in relax_immediate()
16872 addr = S_GET_VALUE (sym) + fragp->fr_offset; in relaxed_symbol_addr()
/freebsd-11-stable/sys/dev/cxgbe/
HDt4_sge.c1762 get_scatter_segment(struct adapter *sc, struct sge_fl *fl, int fr_offset, in get_scatter_segment() argument
1778 const u_int l = fr_offset + len; in get_scatter_segment()
1795 m = fr_offset == 0 ? in get_scatter_segment()
1818 fr_offset == 0 ? M_PKTHDR | M_NOFREE : M_NOFREE)) in get_scatter_segment()
1833 m = fr_offset == 0 ? in get_scatter_segment()
1848 if (fr_offset == 0) in get_scatter_segment()