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

123

/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dsubsegs.h50 fixS *fix_root; /* Root of fixups for this subsegment. */ member in struct:frchain
78 fixS *fix_root; member in struct:segment_info_struct
H A Dliteral.c61 for (fixp = seginfo->frchainP->fix_root;
H A Dwrite.c199 ? &seg_info (now_seg)->fix_root
200 : &frchain_now->fix_root);
397 if (frchp->fix_root != (fixS *) NULL)
399 if (seg_info (section)->fix_root == (fixS *) NULL)
400 seg_info (section)->fix_root = frchp->fix_root;
401 prev_fix->fx_next = frchp->fix_root;
637 fixS *fixp = seginfo->fix_root;
790 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
1152 fixup_segment (seginfo->fix_root, se
[all...]
H A Dsubsegs.c109 newP->fix_root = NULL;
H A Dehopt.c115 fix = seg_info (now_seg)->frchainP->fix_root;
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dsubsegs.h50 fixS *fix_root; /* Root of fixups for this subsegment. */ member in struct:frchain
78 fixS *fix_root; member in struct:segment_info_struct
H A Dliteral.c61 for (fixp = seginfo->frchainP->fix_root;
H A Dwrite.c190 ? &seg_info (now_seg)->fix_root
191 : &frchain_now->fix_root);
388 if (frchp->fix_root != (fixS *) NULL)
390 if (seg_info (section)->fix_root == (fixS *) NULL)
391 seg_info (section)->fix_root = frchp->fix_root;
392 prev_fix->fx_next = frchp->fix_root;
628 fixS *fixp = seginfo->fix_root;
783 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
1157 fixup_segment (seginfo->fix_root, se
[all...]
H A Dsubsegs.c128 newP->fix_root = NULL;
H A Dehopt.c115 fix = seg_info (now_seg)->frchainP->fix_root;
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dsubsegs.h50 fixS *fix_root; /* Root of fixups for this subsegment. */ member in struct:frchain
78 fixS *fix_root; member in struct:segment_info_struct
H A Dliteral.c61 for (fixp = seginfo->frchainP->fix_root;
H A Dwrite.c199 ? &seg_info (now_seg)->fix_root
200 : &frchain_now->fix_root);
397 if (frchp->fix_root != (fixS *) NULL)
399 if (seg_info (section)->fix_root == (fixS *) NULL)
400 seg_info (section)->fix_root = frchp->fix_root;
401 prev_fix->fx_next = frchp->fix_root;
637 fixS *fixp = seginfo->fix_root;
790 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
1152 fixup_segment (seginfo->fix_root, se
[all...]
H A Dsubsegs.c109 newP->fix_root = NULL;
H A Dehopt.c115 fix = seg_info (now_seg)->frchainP->fix_root;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp101 fix_root(p_y);
143 fix_root(node_pointer p_y) function in class:PB_DS_CLASS_C_DEC
H A Dthin_heap_.hpp181 fix_root(node_pointer);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp101 fix_root(p_y);
143 fix_root(node_pointer p_y) function in class:PB_DS_CLASS_C_DEC
H A Dthin_heap_.hpp181 fix_root(node_pointer);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-iq2000.c614 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
629 for (pf = &seginfo->fix_root;
638 seginfo->fix_root = l->fixp;
H A Dtc-mep.c1973 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
1988 for (pf = &seginfo->fix_root;
1997 seginfo->fix_root = l->fixp;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-iq2000.c619 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
634 for (pf = &seginfo->fix_root;
643 seginfo->fix_root = l->fixp;
H A Dtc-mep.c1973 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
1988 for (pf = &seginfo->fix_root;
1997 seginfo->fix_root = l->fixp;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-iq2000.c619 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
634 for (pf = &seginfo->fix_root;
643 seginfo->fix_root = l->fixp;
H A Dtc-mep.c1973 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
1988 for (pf = &seginfo->fix_root;
1997 seginfo->fix_root = l->fixp;

Completed in 336 milliseconds

123