Lines Matching refs:fscan
3447 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()
3486 if (fscan->fx_tcbit) in sh_frob_section()
3494 sym = fscan->fx_addsy; in sh_frob_section()
3496 || fscan->fx_subsy != NULL in sh_frob_section()
3497 || fscan->fx_addnumber != 0 in sh_frob_section()
3519 fix_new (fscan->fx_frag, in sh_frob_section()
3520 S_GET_VALUE (sym) - fscan->fx_frag->fr_address, in sh_frob_section()