Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-sh.c3292 fixS *fscan; in sh_frob_section() local
3318 for (fscan = seginfo->fix_root; in sh_frob_section()
3319 fscan != NULL; in sh_frob_section()
3320 fscan = fscan->fx_next) in sh_frob_section()
3321 if (val == fscan->fx_frag->fr_address + fscan->fx_where in sh_frob_section()
3322 && fscan->fx_r_type != BFD_RELOC_SH_ALIGN in sh_frob_section()
3323 && fscan->fx_r_type != BFD_RELOC_SH_CODE in sh_frob_section()
3324 && fscan->fx_r_type != BFD_RELOC_SH_DATA in sh_frob_section()
3325 && fscan->fx_r_type != BFD_RELOC_SH_LABEL) in sh_frob_section()
3327 if (fscan == NULL) in sh_frob_section()
[all …]