Searched refs:R_SH_CODE (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.27/include/coff/ |
D | sh.h | 136 #define R_SH_CODE 30 /* start of code */ macro
|
D | ChangeLog-9103 | 498 * sh.h (R_SH_CODE, R_SH_DATA, R_SH_LABEL): Define.
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | sh.h | 150 RELOC_NUMBER (R_SH_CODE, 30)
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | coff-sh.c | 310 HOWTO (R_SH_CODE, /* type */ 747 if (irel->r_type == R_SH_CODE) in sh_relax_section() 1137 && irel->r_type != R_SH_CODE in sh_relax_delete_bytes() 2543 || type == R_SH_CODE in sh_swap_insns() 2690 if (irel->r_type != R_SH_CODE) in sh_align_loads()
|
D | elf32-sh-relocs.h | 362 HOWTO (R_SH_CODE, /* type */
|
D | elf32-sh.c | 343 { BFD_RELOC_SH_CODE, R_SH_CODE }, 553 if (ELF32_R_TYPE (irel->r_info) == (int) R_SH_CODE) in sh_elf_relax_section() 970 && ELF32_R_TYPE (irel->r_info) != (int) R_SH_CODE in sh_elf_relax_delete_bytes() 1414 if (ELF32_R_TYPE (irel->r_info) != (int) R_SH_CODE) in sh_elf_align_loads() 1472 || type == R_SH_CODE in sh_elf_swap_insns()
|
D | ChangeLog-9697 | 4817 (sh_coff_howtos): Add entries for R_SH_CODE, R_SH_DATA and 4819 (sh_relax_section): Look for R_SH_CODE relocs. If we find one, 4821 (sh_relax_delete_bytes): Don't mark R_SH_CODE or R_SH_DATA relocs
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9697 | 4950 * config/tc-sh.c (md_assemble): If relaxing, emit a R_SH_CODE
|