Home
last modified time | relevance | path

Searched refs:R_MIPS16_26 (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/mips/include/
HDelf.h230 #define R_MIPS16_26 100 macro
/NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/
HDMips.def64 ELF_RELOC(R_MIPS16_26, 100)
/NextBSD/contrib/binutils/bfd/
HDelfn32-mips.c1465 HOWTO (R_MIPS16_26, /* type */
1537 HOWTO (R_MIPS16_26, /* type */
2040 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
HDelf32-mips.c740 HOWTO (R_MIPS16_26, /* type */
1223 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
HDelf64-mips.c1472 HOWTO (R_MIPS16_26, /* type */
1544 HOWTO (R_MIPS16_26, /* type */
2196 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
HDelfxx-mips.c1258 if (r_type != R_MIPS16_26 && r_type != R_MIPS16_GPREL in _bfd_mips16_elf_reloc_unshuffle()
1265 if (r_type == R_MIPS16_26) in _bfd_mips16_elf_reloc_unshuffle()
1285 if (r_type != R_MIPS16_26 && r_type != R_MIPS16_GPREL in _bfd_mips16_elf_reloc_shuffle()
1290 if (r_type == R_MIPS16_26) in _bfd_mips16_elf_reloc_shuffle()
4074 if (r_type != R_MIPS16_26 && !info->relocatable in mips_elf_calculate_relocation()
4098 else if (r_type == R_MIPS16_26 && !info->relocatable in mips_elf_calculate_relocation()
4141 && (((r_type == R_MIPS16_26) && !target_is_16_bit_code_p) in mips_elf_calculate_relocation()
4338 case R_MIPS16_26: in mips_elf_calculate_relocation()
4648 if (r_type == R_MIPS16_26) in mips_elf_perform_relocation()
6180 && ELF_R_TYPE (abfd, r->r_info) != R_MIPS16_26) in _bfd_mips_elf_check_relocs()
[all …]
HDChangeLog-98991070 and R_MIPS16_26 relocations correctly when relocating.
1386 subwords when handling an R_MIPS16_26 relocation.
1399 * elf32-mips.c (mips_elf_calculate_relocation): Handle R_MIPS16_26.
1403 R_MIPS16_26. Use bfd_put for convenience.
HDChangeLog-96972248 * elf32-mips.c (mips_elf_relocate_section): Correct R_MIPS16_26
3048 * elf32-mips.c (enum reloc_type): Add R_MIPS16_26.
3052 (mips_info_to_howto_rel): Handle R_MIPS16_26.
3053 (mips_elf_relocate_section): Handle R_MIPS16_26. Handle R_MIPS_26
HDChangeLog-00015220 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
/NextBSD/contrib/binutils/include/elf/
HDmips.h94 RELOC_NUMBER (R_MIPS16_26, 100)
/NextBSD/contrib/binutils/gas/
HDChangeLog96 R_MIPS16_26 relocations against them.