Home
last modified time | relevance | path

Searched refs:fx_next (Results 1 – 21 of 21) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-iq2000.c593 if (l->fixp->fx_next != NULL in iq2000_frob_file()
594 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_LO16 in iq2000_frob_file()
595 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy in iq2000_frob_file()
596 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset) in iq2000_frob_file()
611 for (f = seginfo->fix_root; f != NULL; f = f->fx_next) in iq2000_frob_file()
628 pf = & (* pf)->fx_next) in iq2000_frob_file()
631 * pf = l->fixp->fx_next; in iq2000_frob_file()
633 l->fixp->fx_next = f; in iq2000_frob_file()
637 prev->fx_next = l->fixp; in iq2000_frob_file()
Dobj-evax.c179 fixppdesc->fx_next = l->fixp->fx_next; in evax_frob_file_before_adjust()
180 l->fixp->fx_next = fixpentry; in evax_frob_file_before_adjust()
181 fixtail->fx_next = 0; in evax_frob_file_before_adjust()
Dtc-mep.c1950 if (l->fixp->fx_next != NULL in mep_frob_file()
1951 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_LO16 in mep_frob_file()
1952 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy in mep_frob_file()
1953 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset) in mep_frob_file()
1968 for (f = seginfo->fix_root; f != NULL; f = f->fx_next) in mep_frob_file()
1985 pf = & (* pf)->fx_next) in mep_frob_file()
1988 * pf = l->fixp->fx_next; in mep_frob_file()
1990 l->fixp->fx_next = f; in mep_frob_file()
1994 prev->fx_next = l->fixp; in mep_frob_file()
Dtc-m32r.c2010 if (l->fixp->fx_next != NULL in m32r_frob_file()
2011 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_M32R_LO16 in m32r_frob_file()
2012 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy in m32r_frob_file()
2013 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset) in m32r_frob_file()
2028 for (f = seginfo->fix_root; f != NULL; f = f->fx_next) in m32r_frob_file()
2046 pf = & (*pf)->fx_next) in m32r_frob_file()
2049 *pf = l->fixp->fx_next; in m32r_frob_file()
2051 l->fixp->fx_next = f; in m32r_frob_file()
2055 prev->fx_next = l->fixp; in m32r_frob_file()
Dtc-alpha.c645 next = fixp->fx_next; in alpha_adjust_relocs()
646 fixp->fx_next = (fixS *) 0; in alpha_adjust_relocs()
689 prevP = &fixp->fx_next; in alpha_adjust_relocs()
714 next = fixp->fx_next; in alpha_adjust_relocs()
733 fixp->tc_fix_data.info->master->fx_next = fixp->fx_next; in alpha_adjust_relocs()
734 fixp->fx_next = fixp->tc_fix_data.info->master; in alpha_adjust_relocs()
735 fixp = fixp->fx_next; in alpha_adjust_relocs()
747 slave->fx_next = fixp->fx_next; in alpha_adjust_relocs()
748 fixp->fx_next = slave; in alpha_adjust_relocs()
761 slave->fx_next = next; in alpha_adjust_relocs()
[all …]
Dtc-sh.c3404 for (fix = seginfo->fix_root; fix != NULL; fix = fix->fx_next) in sh_count_relocs()
3428 for (fix = seginfo->fix_root; fix != NULL; fix = fix->fx_next) in sh_frob_section()
3443 for (fix = seginfo->fix_root; fix != NULL; fix = fix->fx_next) in sh_frob_section()
3472 fscan = fscan->fx_next) in sh_frob_section()
Dtc-score7.c4148 cur_fixp->fx_next = fixp; in s7_build_relax_frag()
4149 cur_fixp = cur_fixp->fx_next; in s7_build_relax_frag()
6594 fixp = fixp->fx_next; in s7_convert_frag()
6602 fixp = fixp->fx_next; in s7_convert_frag()
Dtc-mips.c4218 return (fixp->fx_next != NULL in fixup_has_matching_lo_p()
4219 && fixp->fx_next->fx_r_type == matching_lo_reloc (fixp->fx_r_type) in fixup_has_matching_lo_p()
4220 && fixp->fx_addsy == fixp->fx_next->fx_addsy in fixup_has_matching_lo_p()
4221 && fixp->fx_offset == fixp->fx_next->fx_offset); in fixup_has_matching_lo_p()
14752 for (pos = &seginfo->fix_root; *pos != NULL; pos = &(*pos)->fx_next) in mips_frob_file()
14781 if (l->fixp->fx_next != *lo_pos) in mips_frob_file()
14783 *hi_pos = l->fixp->fx_next; in mips_frob_file()
14784 l->fixp->fx_next = *lo_pos; in mips_frob_file()
17972 fixp = fixp->fx_next; in md_convert_frag()
17984 fixp = fixp->fx_next; in md_convert_frag()
Dtc-frv.c1675 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in frv_frob_file_section()
Dobj-macho.c1573 for (fixP = frchp->fix_root; fixP != NULL; fixP = fixP->fx_next) in obj_mach_o_check_before_writing()
Dobj-coff.c1484 fixp = fixp->fx_next; in coff_adjust_section_syms()
Dtc-score.c4045 cur_fixp->fx_next = fixp; in s3_build_relax_frag()
4046 cur_fixp = cur_fixp->fx_next; in s3_build_relax_frag()
7051 fixp = fixp->fx_next; in s3_convert_frag()
7059 fixp = fixp->fx_next; in s3_convert_frag()
Dtc-xtensa.c9092 for (fixP = seginfo->fix_root; fixP ; fixP = fixP->fx_next) in xtensa_cache_relaxable_fixups()
11267 next_fix = fix->fx_next; in xtensa_move_literals()
11271 fix->fx_next = frchain_to->fix_root; in xtensa_move_literals()
11277 fix_splice = &(fix->fx_next); in xtensa_move_literals()
Dtc-nds32.c6179 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in nds32_insert_relax_entry()
/toolchain/binutils/binutils-2.27/gas/
Dwrite.c207 fixP->fx_next = *seg_fix_rootP; in fix_new_internal()
209 if (fixP->fx_next == NULL) in fix_new_internal()
214 fixP->fx_next = NULL; in fix_new_internal()
216 (*seg_fix_tailP)->fx_next = fixP; in fix_new_internal()
401 prev_fix->fx_next = frchp->fix_root; in chain_frchains_together_1()
642 fixp = fixp->fx_next; in dump_section_relocs()
776 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in adjust_reloc_syms()
918 for (; fixP; fixP = fixP->fx_next) in fixup_segment()
936 for (; fixP; fixP = fixP->fx_next) in fixup_segment()
1217 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in write_relocs()
[all …]
Dliteral.c63 fixp = fixp->fx_next, offset += size) in add_to_literal_pool()
Dwrite.h93 struct fix *fx_next; member
Dehopt.c200 fix = fix->fx_next; in get_cie_info()
Dread.c3989 cur_fix = &(*cur_fix)->fx_next; in cons_worker()
DChangeLog-92958719 fx_next fields.
/toolchain/binutils/binutils-2.27/gas/doc/
Dinternals.texi490 @item fx_next