Home
last modified time | relevance | path

Searched refs:fix_root (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/
Dsubsegs.h51 fixS *fix_root; /* Root of fixups for this subsegment. */ member
79 fixS *fix_root; member
Dwrite.c196 ? &seg_info (now_seg)->fix_root in fix_new_internal()
197 : &frchain_now->fix_root); in fix_new_internal()
382 if (frchp->fix_root != (fixS *) NULL) in chain_frchains_together_1()
384 if (seg_info (section)->fix_root == (fixS *) NULL) in chain_frchains_together_1()
385 seg_info (section)->fix_root = frchp->fix_root; in chain_frchains_together_1()
386 prev_fix->fx_next = frchp->fix_root; in chain_frchains_together_1()
600 fixS *fixp = seginfo->fix_root; in dump_section_relocs()
726 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in adjust_reloc_syms()
1078 fixup_segment (seginfo->fix_root, sec); in fix_segment()
1123 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in write_relocs()
[all …]
Dliteral.c64 for (fixp = seginfo->frchainP->fix_root;
Dsubsegs.c108 newP->fix_root = NULL; in subseg_set_rest()
Dehopt.c115 fix = seg_info (now_seg)->frchainP->fix_root; in get_cie_info()
DChangeLog-98994519 seg_fix_rotP rather than fix_root from seg_info.
DChangeLog-92956226 (fix_new_internal): If frags_chained is set, use fix_root and
7106 the right order. Explicitly clear fix_root and fix_tail fields.
7247 fix_root and fix_tail.
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
Dinsert_fn_imps.hpp123 fix_root(p_y); in fix()
173 fix_root(node_pointer p_y) in fix_root() function in PB_DS_CLASS_C_DEC
Dthin_heap_.hpp221 fix_root(node_pointer p_y);
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mep.c1607 for (f = seginfo->fix_root; f != NULL; f = f->fx_next) in mep_frob_file()
1622 for (pf = &seginfo->fix_root; in mep_frob_file()
1631 seginfo->fix_root = l->fixp; in mep_frob_file()
Dtc-alpha.c576 if (! seginfo->fix_root) in alpha_adjust_relocs()
581 prevP = &seginfo->fix_root; in alpha_adjust_relocs()
582 for (fixp = seginfo->fix_root; fixp; fixp = next) in alpha_adjust_relocs()
651 for (fixp = seginfo->fix_root; fixp; fixp = next) in alpha_adjust_relocs()
3175 for (fixp = seginfo->frchainP->fix_root; in add_to_link_pool()
Dobj-coff.c1437 fixS *fixp = seginfo->fix_root; in coff_adjust_section_syms()
Dtc-mips.c12074 for (pos = &seginfo->fix_root; *pos != NULL; pos = &(*pos)->fx_next) in mips_frob_file()
/freebsd-10-stable/contrib/binutils/gas/doc/
Dinternals.texi662 @item fix_root, fix_tail