Home
last modified time | relevance | path

Searched refs:R_SH_LABEL (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/include/coff/
Dsh.h143 #define R_SH_LABEL 32 /* label */ macro
DChangeLog-9103498 * sh.h (R_SH_CODE, R_SH_DATA, R_SH_LABEL): Define.
/toolchain/binutils/binutils-2.27/include/elf/
Dsh.h152 RELOC_NUMBER (R_SH_LABEL, 32)
/toolchain/binutils/binutils-2.27/bfd/
Delf32-sh-symbian.c561 && r_type <= (int) R_SH_LABEL) in sh_symbian_relocate_section()
Dcoff-sh.c338 HOWTO (R_SH_LABEL, /* type */
1139 && irel->r_type != R_SH_LABEL) in sh_relax_delete_bytes()
2545 || type == R_SH_LABEL) in sh_swap_insns()
2673 if (irel->r_type == R_SH_LABEL) in sh_align_loads()
Delf32-sh-relocs.h395 HOWTO (R_SH_LABEL, /* type */
Delf32-sh.c345 { BFD_RELOC_SH_LABEL, R_SH_LABEL },
972 && ELF32_R_TYPE (irel->r_info) != (int) R_SH_LABEL) in sh_elf_relax_delete_bytes()
1397 if (ELF32_R_TYPE (irel->r_info) == (int) R_SH_LABEL) in sh_elf_align_loads()
1474 || type == R_SH_LABEL) in sh_elf_swap_insns()
3902 && r_type <= (int) R_SH_LABEL) in sh_elf_relocate_section()
DChangeLog-96974818 R_SH_LABEL.