Searched refs:frch_root (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dsubsegs.h47 struct frag *frch_root; /* 1st struct frag in chain, or NULL */ member in struct:frchain
H A Ddebug.c48 dmp_frag (chp->frch_root, "\t");
H A Dsubsegs.c121 newP->frch_root = newP->frch_last = newP->frch_frag_now;
289 for (frag = chain->frch_root; frag; frag = frag->fr_next)
323 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
H A Dwrite.c379 prev_frag->fr_next = frchp->frch_root;
524 && relax_segment (seginfo->frchainP->frch_root, sec, info->pass))
542 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next)
544 for (fragp = seginfo->frchainP->frch_root;
573 fragp = seginfo->frchainP->frch_root;
1213 for (f = seginfo->frchainP->frch_root; f; f = f->fr_next)
1270 for (f = seginfo->frchainP->frch_root;
1349 seg_info (data_section)->frchainP->frch_root;
H A Dehopt.c114 f = seg_info (now_seg)->frchainP->frch_root;
H A Dlisting.c438 for (f = frchain_now->frch_root; f != (fragS *) NULL; f = f->fr_next)
H A Ddwarf2dbg.c705 return seg_info (seg)->frchainP->frch_root;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c1679 fragp = seg_info (sec)->frchainP->frch_root;
1724 fragp = seg_info (sec)->frchainP->frch_root;

Completed in 136 milliseconds