HomeSort by: relevance | last modified time | path
    Searched refs:fr_next (Results 1 - 25 of 117) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/binutils/dist/gas/
ehopt.c 114 f = f->fr_next;
129 f = f->fr_next;
145 f = f->fr_next;
161 f = f->fr_next;
182 f = f->fr_next;
207 f = f->fr_next;
frags.c 196 former_last_fragP->fr_next = frag_now;
205 frag_now->fr_next = NULL;
441 frag = frag->fr_next;
457 frag = frag->fr_next;
499 frag = frag->fr_next;
524 reachable from frag1 following the fr_next links, rather than the
549 frag = frag->fr_next;
debug.c 55 for (; fp; fp = fp->fr_next)
frags.h 57 struct frag *fr_next; member in struct:frag
write.c 374 prev_frag->fr_next = frchp->frch_root;
389 prev_frag->fr_next = 0;
428 know (fragP->fr_next != NULL);
429 fragP->fr_offset = (fragP->fr_next->fr_address
487 gas_assert (fragP->fr_next == NULL
488 || (fragP->fr_next->fr_address - fragP->fr_address
582 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next)
585 fragp->fr_next;
586 fragp = fragp->fr_next)
621 while (fragp->fr_next != last
    [all...]
subsegs.c 313 for (frag = chain->frch_root; frag; frag = frag->fr_next)
351 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
listing.c 452 frag = frag->fr_next;
461 for (; frag; frag = frag->fr_next)
500 for (f = frchain_now->frch_root; f != NULL; f = f->fr_next)
806 frag = frag->fr_next;
855 frag_ptr = frag_ptr->fr_next;
  /src/external/gpl3/binutils.old/dist/gas/
ehopt.c 114 f = f->fr_next;
129 f = f->fr_next;
145 f = f->fr_next;
161 f = f->fr_next;
182 f = f->fr_next;
207 f = f->fr_next;
frags.c 195 former_last_fragP->fr_next = frag_now;
204 frag_now->fr_next = NULL;
440 frag = frag->fr_next;
456 frag = frag->fr_next;
498 frag = frag->fr_next;
523 reachable from frag1 following the fr_next links, rather than the
548 frag = frag->fr_next;
debug.c 55 for (; fp; fp = fp->fr_next)
frags.h 57 struct frag *fr_next; member in struct:frag
write.c 369 prev_frag->fr_next = frchp->frch_root;
384 prev_frag->fr_next = 0;
423 know (fragP->fr_next != NULL);
424 fragP->fr_offset = (fragP->fr_next->fr_address
482 gas_assert (fragP->fr_next == NULL
483 || (fragP->fr_next->fr_address - fragP->fr_address
577 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next)
580 fragp->fr_next;
581 fragp = fragp->fr_next)
616 while (fragp->fr_next != last
    [all...]
subsegs.c 313 for (frag = chain->frch_root; frag; frag = frag->fr_next)
351 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
listing.c 452 frag = frag->fr_next;
461 for (; frag; frag = frag->fr_next)
500 for (f = frchain_now->frch_root; f != NULL; f = f->fr_next)
806 frag = frag->fr_next;
855 frag_ptr = frag_ptr->fr_next;
  /src/external/gpl3/binutils/dist/gas/config/
tc-frv.h 105 valueT count = ((FRAGP)->fr_next->fr_address \
tc-xtensa.c 3845 gas_assert (old_frag->fr_next == frag_now);
3857 for (; fragP; fragP = fragP->fr_next)
3917 if (is_next_frag_target (fragP->fr_next, target_frag)
4560 fragS *next_fragP = fragP->fr_next;
4565 next_fragP = next_fragP->fr_next;
4709 fragS *next_fragP = fragP->fr_next;
4718 next_fragP = next_fragP->fr_next;
4725 new_target = next_fragP->fr_next;
4729 new_target = new_target->fr_next;
4745 next_fragP = next_fragP->fr_next;
    [all...]
tc-rl78.c 515 fix_new (frag->fr_next, 0, 0,
1219 (long)fragP->fr_next->fr_address, (long)fragP->fr_address,
1220 (long)(fragP->fr_next->fr_address - fragP->fr_address),
1221 fragP->fr_next);
1223 if (fragP->fr_next != NULL
1224 && fragP->fr_next->fr_address - fragP->fr_address != fragP->fr_fix)
1227 (long) fragP->fr_address, (long) fragP->fr_next->fr_address);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-frv.h 105 valueT count = ((FRAGP)->fr_next->fr_address \
tc-xtensa.c 3845 gas_assert (old_frag->fr_next == frag_now);
3857 for (; fragP; fragP = fragP->fr_next)
3917 if (is_next_frag_target (fragP->fr_next, target_frag)
4560 fragS *next_fragP = fragP->fr_next;
4565 next_fragP = next_fragP->fr_next;
4709 fragS *next_fragP = fragP->fr_next;
4718 next_fragP = next_fragP->fr_next;
4725 new_target = next_fragP->fr_next;
4729 new_target = new_target->fr_next;
4745 next_fragP = next_fragP->fr_next;
    [all...]
tc-rl78.c 515 fix_new (frag->fr_next, 0, 0,
1219 (long)fragP->fr_next->fr_address, (long)fragP->fr_address,
1220 (long)(fragP->fr_next->fr_address - fragP->fr_address),
1221 fragP->fr_next);
1223 if (fragP->fr_next != NULL
1224 && fragP->fr_next->fr_address - fragP->fr_address != fragP->fr_fix)
1227 (long) fragP->fr_address, (long) fragP->fr_next->fr_address);
  /src/external/bsd/ipf/dist/tools/
ipfcomp.c 185 f->fr_next = NULL;
204 fpp = &((*fpp)->fr_next);
311 f = f->fr_next)
319 f = f->fr_next)
329 f = f->fr_next)
336 f = f->fr_next)
516 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
535 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
574 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
992 for (count = 0, fr1 = top; fr1 != NULL; fr1 = fr1->fr_next) {
    [all...]
ipf_y.y 23 #define DOALL(x) for (fr = frc; fr != NULL; fr = fr->fr_next) { x }
24 #define DOREM(x) for (; fr != NULL; fr = fr->fr_next) { x }
211 frtop = fr->fr_next;
212 fr->fr_next = NULL;
218 fr->fr_next = frold;
2063 for (fr = frtop; fr != NULL && fr->fr_next != NULL; fr = fr->fr_next)
2066 fr->fr_next = frn;
2067 frn->fr_pnext = &fr->fr_next;
2092 for (fr = frc; fr != NULL; fr = fr->fr_next) {
    [all...]
  /src/sys/dist/pf/net/
pf_norm.c 76 LIST_ENTRY(pf_frent) fr_next;
82 LIST_ENTRY(pf_frcache) fr_next;
284 LIST_REMOVE(frent, fr_next);
293 LIST_REMOVE(frcache, fr_next);
407 LIST_FOREACH(frea, &(*frag)->fr_queue, fr_next) {
453 next = LIST_NEXT(frea, fr_next);
455 LIST_REMOVE(frea, fr_next);
469 LIST_INSERT_HEAD(&(*frag)->fr_queue, frent, fr_next);
471 LIST_INSERT_AFTER(frep, frent, fr_next);
480 next = LIST_NEXT(frep, fr_next);
    [all...]
  /src/external/bsd/ipf/dist/
ip_fil.c 108 f = f->fr_next)
112 f = f->fr_next)
116 f = f->fr_next)
120 f = f->fr_next)
  /src/sys/external/bsd/ipf/netinet/
ip_auth.c 319 *frp = fr->fr_next;
323 frp = &fr->fr_next;
449 fr->fr_next = softa->ipf_auth_rules;
740 *frp = fr->fr_next;
744 frp = &fr->fr_next;
810 fae->fae_fr.fr_next = *frptr;

Completed in 65 milliseconds

1 2 3 4 5