Home
last modified time | relevance | path

Searched refs:fscan (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh.c3447 fixS *fscan; in sh_frob_section() local
3470 for (fscan = seginfo->fix_root; in sh_frob_section()
3471 fscan != NULL; in sh_frob_section()
3472 fscan = fscan->fx_next) in sh_frob_section()
3473 if (val == fscan->fx_frag->fr_address + fscan->fx_where in sh_frob_section()
3474 && fscan->fx_r_type != BFD_RELOC_SH_ALIGN in sh_frob_section()
3475 && fscan->fx_r_type != BFD_RELOC_SH_CODE in sh_frob_section()
3476 && fscan->fx_r_type != BFD_RELOC_SH_DATA in sh_frob_section()
3477 && fscan->fx_r_type != BFD_RELOC_SH_LABEL) in sh_frob_section()
3479 if (fscan == NULL) in sh_frob_section()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-00012027 fscan->fx_frag.