HomeSort by relevance Sort by last modified time
    Searched refs:frch_root (Results 1 - 17 of 17) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
subsegs.h 46 struct frag *frch_root; /* 1st struct frag in chain, or NULL */ member in struct:frchain
debug.c 47 dmp_frag (chp->frch_root, "\t");
subsegs.c 119 newP->frch_root = newP->frch_last = newP->frch_frag_now;
287 for (frag = chain->frch_root; frag; frag = frag->fr_next)
321 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
write.c 395 prev_frag->fr_next = frchp->frch_root;
540 && relax_segment (seginfo->frchainP->frch_root, sec, info->pass))
558 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next)
560 for (fragp = seginfo->frchainP->frch_root;
592 fragp = seginfo->frchainP->frch_root;
1182 for (f = seginfo->frchainP->frch_root; f != NULL; f = f->fr_next)
    [all...]
ehopt.c 115 f = seg_info (now_seg)->frchainP->frch_root;
listing.c 463 for (f = frchain_now->frch_root; f != (fragS *) NULL; f = f->fr_next)
    [all...]
dwarf2dbg.c 1019 return seg_info (seg)->frchainP->frch_root;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c     [all...]
obj-coff.c     [all...]
tc-tic6x.c     [all...]
obj-macho.c     [all...]
tc-d10v.c 1232 for (f = frchain_now->frch_root; f; f = f->fr_next)
    [all...]
tc-d30v.c     [all...]
tc-nds32.c     [all...]
tc-aarch64.c     [all...]
tc-tic54x.c 260 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next)
    [all...]
tc-arm.c     [all...]

Completed in 797 milliseconds