Searched refs:R_MIPS_26 (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/sys/sys/
H A Delf_common.h1084 #define R_MIPS_26 4 /* Direct 26 bit shifted */ macro
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h1879 _ELF_DEFINE_RELOC(R_MIPS_26, 4) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp303 return ELF::R_MIPS_26;
585 case ELF::R_MIPS_26:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1272 if (RelType == ELF::R_MIPS_26) {
1374 } else if (RelType == ELF::R_MIPS_26) {
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp111 case R_MIPS_26:
367 if (type != R_MIPS_26 && type != R_MIPS_PC26_S2 &&
391 case R_MIPS_26:
481 return type == R_MIPS_26 || type == R_MIPS_PC26_S2 ||
504 case R_MIPS_26: {
570 case R_MIPS_26:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp70 case ELF::R_MIPS_26:
133 case ELF::R_MIPS_26:
248 case ELF::R_MIPS_26:
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-mips.c1191 handled mostly like R_MIPS_26. In particular, the addend is
1205 R_MIPS_26. When storing the calculated value, reorder the
4161 || ((r_type == R_MIPS_26) && target_is_16_bit_code_p)));
4359 R_MIPS_26. It's only the storage of the relocated field into
4362 R_MIPS_26 case here. */
4363 case R_MIPS_26:
4701 && ((r_type == R_MIPS_26 && (x >> 26) == 0x3) /* jal addr */
4712 if (r_type == R_MIPS_26)
6714 case R_MIPS_26:
H A Delf32-mips.c167 HOWTO (R_MIPS_26, /* type */
178 "R_MIPS_26", /* name */
1189 { BFD_RELOC_MIPS_JMP, R_MIPS_26 },
H A Delf64-mips.c206 HOWTO (R_MIPS_26, /* type */
217 "R_MIPS_26", /* name */
875 HOWTO (R_MIPS_26, /* type */
886 "R_MIPS_26", /* name */
2160 { BFD_RELOC_MIPS_JMP, R_MIPS_26 },
H A Delfn32-mips.c168 HOWTO (R_MIPS_26, /* type */
179 "R_MIPS_26", /* name */
839 HOWTO (R_MIPS_26, /* type */
850 "R_MIPS_26", /* name */
2003 { BFD_RELOC_MIPS_JMP, R_MIPS_26 },
/freebsd-11-stable/sys/mips/mips/
H A Delf_machdep.c230 case R_MIPS_26: /* ((A << 2) | (P & 0xf0000000) + S) >> 2 */
237 * Addendum for .rela R_MIPS_26 is not shifted right
/freebsd-11-stable/sys/mips/include/
H A Delf.h169 #define R_MIPS_26 4 macro
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dmips.h40 RELOC_NUMBER (R_MIPS_26, 4)

Completed in 261 milliseconds