Searched refs:BFD_RELOC_SH_LABEL (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-sh.c | 2326 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/ |
D | bfd-in2.h | 3525 BFD_RELOC_SH_LABEL, enumerator
|
D | elf32-sh.c | 340 { BFD_RELOC_SH_LABEL, R_SH_LABEL },
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-0001 | 6886 (tc_gen_reloc): Likewise. Check for a pcrel BFD_RELOC_SH_LABEL.
|