Searched refs:fr_next (Results 1 - 25 of 31) sorted by path

12

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c1681 while (fragp->fr_next != last)
1682 fragp = fragp->fr_next;
1726 fragp = fragp->fr_next;
H A Dtc-alpha.c4835 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
H A Dtc-arm.c17088 bytes = fragP->fr_next->fr_address - fragP->fr_address - fragP->fr_fix;
H A Dtc-i386.c4212 for (fr = insn_start_frag->fr_next;
4213 fr && fr != frag_now; fr = fr->fr_next)
4340 for (fr = insn_start_frag->fr_next;
4341 fr && fr != frag_now; fr = fr->fr_next)
H A Dtc-i386.h270 i386_align_code (fragP, (fragP->fr_next->fr_address \
H A Dtc-ia64.c2851 if (first_frag->fr_next && first_frag->fr_next->fr_address)
2852 index += 3 * ((first_frag->fr_next->fr_address
2894 first_frag = first_frag->fr_next;
10953 align_frag = align_frag->fr_next;
10959 if (align_frag && align_frag->fr_next == frag_now)
11780 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
H A Dtc-mips.c13783 for (f = fragp; f != NULL && f != sym_frag; f = f->fr_next)
14708 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
H A Dtc-ppc.c5570 valueT count = (fragP->fr_next->fr_address
5592 group_nop->fr_address = group_nop->fr_next->fr_address - 4;
5596 fragP->fr_next = group_nop;
H A Dtc-score.c4997 next_fragp = fragp->fr_next;
5000 next_fragp = next_fragp->fr_next;
5075 /* Here, try best to do relax regardless fragp->fr_next->fr_type. */
H A Dtc-sparc.c4346 count = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
H A Dtc-spu.c930 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
/freebsd-11-stable/contrib/binutils/gas/
H A Ddebug.c56 for (; fp; fp = fp->fr_next)
H A Ddwarf2dbg.c784 if (frag->fr_next)
H A Dehopt.c130 f = f->fr_next;
146 f = f->fr_next;
162 f = f->fr_next;
183 f = f->fr_next;
207 f = f->fr_next;
H A Dfrags.c167 former_last_fragP->fr_next = frag_now;
179 frag_now->fr_next = NULL;
421 frag = frag->fr_next;
437 frag = frag->fr_next;
H A Dfrags.h61 struct frag *fr_next; member in struct:frag
H A Dlisting.c438 for (f = frchain_now->frch_root; f != (fragS *) NULL; f = f->fr_next)
577 frag = frag->fr_next;
626 frag_ptr = frag_ptr->fr_next;
H A Dsubsegs.c289 for (frag = chain->frch_root; frag; frag = frag->fr_next)
323 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
H A Dsymbols.c301 frag_tmp = frag_tmp->fr_next;
H A Dwrite.c379 prev_frag->fr_next = frchp->frch_root;
393 prev_frag->fr_next = 0;
429 know (fragP->fr_next != NULL);
430 fragP->fr_offset = (fragP->fr_next->fr_address
473 assert (fragP->fr_next == NULL
474 || ((offsetT) (fragP->fr_next->fr_address - fragP->fr_address)
542 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next)
545 fragp->fr_next;
546 fragp = fragp->fr_next)
574 while (fragp->fr_next !
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil.c90 f = f->fr_next)
94 f = f->fr_next)
98 f = f->fr_next)
102 f = f->fr_next)
H A Dip_fil_compat.c147 struct frentry *fr_next; member in struct:frentry_4_1_34
194 struct frentry *fr_next; member in struct:frentry_4_1_16
244 struct frentry *fr_next; member in struct:frentry_4_1_0
3731 old->fr_next = fr->fr_next;
3826 old->fr_next = fr->fr_next;
3921 old->fr_next = fr->fr_next;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y22 #define DOALL(x) for (fr = frc; fr != NULL; fr = fr->fr_next) { x }
23 #define DOREM(x) for (; fr != NULL; fr = fr->fr_next) { x }
210 frtop = fr->fr_next;
211 fr->fr_next = NULL;
217 fr->fr_next = frold;
2062 for (fr = frtop; fr != NULL && fr->fr_next != NULL; fr = fr->fr_next)
2065 fr->fr_next = frn;
2066 frn->fr_pnext = &fr->fr_next;
2091 for (fr = frc; fr != NULL; fr = fr->fr_next) {
[all...]
H A Dipfcomp.c187 f->fr_next = NULL;
206 fpp = &((*fpp)->fr_next);
313 f = f->fr_next)
321 f = f->fr_next)
331 f = f->fr_next)
338 f = f->fr_next)
518 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
537 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
576 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
994 for (count = 0, fr1 = top; fr1 != NULL; fr1 = fr1->fr_next) {
[all...]
H A Dipfstat.c927 fb.fr_next = fp;
932 for (n = 1; fp; fp = fb.fr_next, n++) {
933 if (kmemcpy((char *)&fb, (u_long)fb.fr_next,

Completed in 677 milliseconds

12