Searched refs:fr_offset (Results 1 - 16 of 16) sorted by path

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c1684 fragp->fr_offset += new_size - size;
H A Dtc-arm.c16706 exp.X_add_number = fragp->fr_offset;
16864 offset = fragp->fr_offset;
16885 addr = S_GET_VALUE (sym) + fragp->fr_offset;
H A Dtc-cr16.c622 fragP->fr_symbol, fragP->fr_offset, 1, reloc);
H A Dtc-i386.c5371 fragP->fr_offset, 1,
5390 fragP->fr_offset, 1,
5404 fragP->fr_offset, 1,
5418 fragP->fr_offset, 1,
5464 target_address = S_GET_VALUE (fragP->fr_symbol) + fragP->fr_offset;
H A Dtc-ia64.c2873 index += 3 * ((1 << first_frag->fr_offset) >> 4);
2883 index += 3 * (first_frag->fr_offset >> 4);
3102 if (frag->fr_offset)
3133 if (frag->fr_offset)
3140 /* Initialize the header area. fr_offset is initialized with
3142 if (frag->fr_offset)
3171 frag->fr_offset = 0;
H A Dtc-mep.c1270 int rv = frag->fr_offset;
1424 fragP->fr_symbol, fragP->fr_offset);
H A Dtc-mips.c13789 & ~ ((1 << (int) f->fr_offset) - 1));
13791 stretch &= ~ ((1 << (int) f->fr_offset) - 1);
13895 val = S_GET_VALUE (fragp->fr_symbol) + fragp->fr_offset;
14187 exp.X_add_number = fragp->fr_offset;
14304 exp.X_add_number = fragp->fr_offset;
14320 exp.X_add_number = fragp->fr_offset;
14322 if (fragp->fr_offset)
H A Dtc-ppc.c3136 symbol_get_frag (lcomm_sym)->fr_offset =
3137 ((symbol_get_frag (lcomm_sym)->fr_offset + (1 << align) - 1)
3148 S_SET_VALUE (sym, symbol_get_frag (lcomm_sym)->fr_offset);
3149 symbol_get_frag (lcomm_sym)->fr_offset += size;
5049 a->x_csect.x_scnlen.l = symbol_get_frag (sym)->fr_offset;
5594 group_nop->fr_offset = 1;
/freebsd-11-stable/contrib/binutils/gas/
H A Ddebug.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);
H A Ddwarf2dbg.c1073 size = size_inc_line_addr (frag->fr_offset, addr_delta);
1111 emit_inc_line_addr (frag->fr_offset, addr_diff,
1117 frag->fr_offset = 0;
H A Dehopt.c497 loc4_fix = (int) frag->fr_offset;
531 frag->fr_offset = 0;
H A Dfrags.c222 frag_now->fr_offset = offset;
254 frag_now->fr_offset = offset;
276 fragP->fr_offset = 0;
420 off += frag->fr_fix + frag->fr_offset * frag->fr_var;
436 off -= frag->fr_fix + frag->fr_offset * frag->fr_var;
H A Dfrags.h54 offsetT fr_offset; member in struct:frag
H A Dlisting.c607 < (frag_ptr->fr_fix + frag_ptr->fr_var * frag_ptr->fr_offset))
H A Dwrite.c430 fragP->fr_offset = (fragP->fr_next->fr_address
433 if (fragP->fr_offset < 0)
437 (long) fragP->fr_offset);
438 fragP->fr_offset = 0;
457 fragP->fr_offset = 0;
578 fragp->fr_offset += (newsize - size) / fragp->fr_var;
1292 count = f->fr_offset;
1877 target = fragP->fr_offset;
2013 address += fragP->fr_offset * fragP->fr_var;
2020 addressT offset = relax_align (address, (int) fragP->fr_offset);
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c1762 get_scatter_segment(struct adapter *sc, struct sge_fl *fl, int fr_offset, argument
1778 const u_int l = fr_offset + len;
1795 m = fr_offset == 0 ?
1818 fr_offset == 0 ? M_PKTHDR | M_NOFREE : M_NOFREE))
1833 m = fr_offset == 0 ?
1848 if (fr_offset == 0)

Completed in 314 milliseconds