Home | History | Annotate | Download | only in bfd

Lines Matching refs:R_SH_USES

268   HOWTO (R_SH_USES,		/* type */
552 || (reloc).r_type == R_SH_USES \
672 The compiler and assembler will cooperate to create R_SH_USES
674 R_SH_USES reloc is the PC relative offset to the instruction which
683 guarantees that each function call will have an R_SH_USES reloc.
684 Therefore, if the linker is able to convert each R_SH_USES reloc
688 When the assembler creates an R_SH_USES reloc, it examines it to
751 if (irel->r_type != R_SH_USES)
766 /* The r_offset field of the R_SH_USES reloc will point us to
775 (*_bfd_error_handler) ("%B: 0x%lx: warning: bad R_SH_USES offset",
785 ("%B: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x",
802 ("%B: 0x%lx: warning: bad R_SH_USES load offset",
909 /* Change the R_SH_USES reloc into an R_SH_PCDISP reloc, and
931 /* See if there is another R_SH_USES reloc referring to the same
934 if (irelscan->r_type == R_SH_USES
1262 case R_SH_USES:
1339 case R_SH_USES:
2550 /* If an R_SH_USES reloc points to one of the addresses being
2556 if (type == R_SH_USES)