Searched refs:fix_root (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dsubsegs.h51 fixS *fix_root; /* Root of fixups for this subsegment. */ member in struct:frchain
79 fixS *fix_root; member in struct:segment_info_struct
H A Dliteral.c64 for (fixp = seginfo->frchainP->fix_root;
H A Dwrite.c196 ? &seg_info (now_seg)->fix_root
197 : &frchain_now->fix_root);
382 if (frchp->fix_root != (fixS *) NULL)
384 if (seg_info (section)->fix_root == (fixS *) NULL)
385 seg_info (section)->fix_root = frchp->fix_root;
386 prev_fix->fx_next = frchp->fix_root;
600 fixS *fixp = seginfo->fix_root;
726 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
1078 fixup_segment (seginfo->fix_root, se
[all...]
H A Dsubsegs.c111 newP->fix_root = NULL;
H A Dehopt.c115 fix = seg_info (now_seg)->frchainP->fix_root;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp123 fix_root(p_y);
173 fix_root(node_pointer p_y) function in class:PB_DS_CLASS_C_DEC
H A Dthin_heap_.hpp221 fix_root(node_pointer p_y);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mep.c1611 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
1626 for (pf = &seginfo->fix_root;
1635 seginfo->fix_root = l->fixp;
H A Dtc-alpha.c582 if (! seginfo->fix_root)
587 prevP = &seginfo->fix_root;
588 for (fixp = seginfo->fix_root; fixp; fixp = next)
657 for (fixp = seginfo->fix_root; fixp; fixp = next)
3183 for (fixp = seginfo->frchainP->fix_root;
H A Dobj-coff.c1441 fixS *fixp = seginfo->fix_root;
H A Dtc-mips.c12085 for (pos = &seginfo->fix_root; *pos != NULL; pos = &(*pos)->fx_next)

Completed in 145 milliseconds