Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dsh.h127 #define R_SH_ALIGN 29 /* .align pseudo-op */ macro
DChangeLog-9103682 (R_SH_USES, R_SH_COUNT, R_SH_ALIGN): Define.
/toolchain/binutils/binutils-2.27/include/elf/
Dsh.h149 RELOC_NUMBER (R_SH_ALIGN, 29)
/toolchain/binutils/binutils-2.27/bfd/
Dcoff-sh.c296 HOWTO (R_SH_ALIGN, /* type */
554 || (reloc).r_type == R_SH_ALIGN) \
1086 if (irel->r_type == R_SH_ALIGN in sh_relax_delete_bytes()
1127 || (irel->r_type == R_SH_ALIGN in sh_relax_delete_bytes()
1136 && irel->r_type != R_SH_ALIGN in sh_relax_delete_bytes()
2542 if (type == R_SH_ALIGN in sh_swap_insns()
Delf32-sh-relocs.h345 HOWTO (R_SH_ALIGN, /* type */
Delf32-sh.c342 { BFD_RELOC_SH_ALIGN, R_SH_ALIGN },
920 if (ELF32_R_TYPE (irel->r_info) == (int) R_SH_ALIGN in sh_elf_relax_delete_bytes()
960 || (ELF32_R_TYPE (irel->r_info) == (int) R_SH_ALIGN in sh_elf_relax_delete_bytes()
969 && ELF32_R_TYPE (irel->r_info) != (int) R_SH_ALIGN in sh_elf_relax_delete_bytes()
1471 if (type == R_SH_ALIGN in sh_elf_swap_insns()
DChangeLog-94952390 R_SH_ALIGN.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-96975441 * config/tc-sh.c (sh_handle_align): Don't emit R_SH_ALIGN relocs
DChangeLog-92952009 (md_apply_fix): Handle R_SH_USES, R_SH_COUNT and R_SH_ALIGN.