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

  /toolchain/binutils/binutils-2.27/gas/
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)
debug.c 47 dmp_frag (chp->frch_root, "\t");
subsegs.h 46 struct frag *frch_root; /* 1st struct frag in chain, or NULL */ member in struct:frchain
frags.h 59 /* Chain forward; ascending address order. Rooted in frch_root. */
write.c 394 prev_frag->fr_next = frchp->frch_root;
539 && relax_segment (seginfo->frchainP->frch_root, sec, info->pass))
557 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next)
559 for (fragp = seginfo->frchainP->frch_root;
596 fragp = seginfo->frchainP->frch_root;
1186 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 458 for (f = frchain_now->frch_root; f != (fragS *) NULL; f = f->fr_next)
    [all...]
dwarf2dbg.c 1014 return seg_info (seg)->frchainP->frch_root;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xtensa.c     [all...]
obj-coff.c     [all...]
tc-tic6x.c     [all...]
obj-macho.c     [all...]
tc-avr.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...]
  /toolchain/binutils/binutils-2.27/gas/doc/
internals.texi 645 @item frch_root
    [all...]

Completed in 536 milliseconds