Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh.c2326 fix_new (frag_now, frag_now_fix (), 2, end_sym, 0, 1, BFD_RELOC_SH_LABEL); in insert_loop_bounds()
3061 fix_new (frag_now, offset, 2, &abs_symbol, 0, 0, BFD_RELOC_SH_LABEL); in sh_frob_label()
3476 && fscan->fx_r_type != BFD_RELOC_SH_LABEL) in sh_frob_section()
3857 || fix->fx_r_type == BFD_RELOC_SH_LABEL); in sh_force_relocation()
4196 case BFD_RELOC_SH_LABEL: in md_apply_fix()
4460 else if (r_type == BFD_RELOC_SH_LABEL && fixp->fx_pcrel) in tc_gen_reloc()
/toolchain/binutils/binutils-2.25/bfd/
Dbfd-in2.h3525 BFD_RELOC_SH_LABEL, enumerator
Delf32-sh.c340 { BFD_RELOC_SH_LABEL, R_SH_LABEL },
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00016886 (tc_gen_reloc): Likewise. Check for a pcrel BFD_RELOC_SH_LABEL.