Searched refs:R_MIPS_26 (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/sys/mips/include/
H A Delf.h166 #define R_MIPS_26 4 macro
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp109 Type = ELF::R_MIPS_26;
/freebsd-10-stable/sys/mips/mips/
H A Delf_machdep.c229 case R_MIPS_26: /* ((A << 2) | (P & 0xf0000000) + S) >> 2 */
236 * Addendum for .rela R_MIPS_26 is not shifted right
/freebsd-10-stable/contrib/binutils/bfd/
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 },
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 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:
/freebsd-10-stable/contrib/binutils/include/elf/
H A Dmips.h40 RELOC_NUMBER (R_MIPS_26, 4)
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp524 case ELF::R_MIPS_26:
1019 RelType == ELF::R_MIPS_26) {
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DELF.cpp117 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_MIPS_26);
/freebsd-10-stable/sys/sys/
H A Delf_common.h1023 #define R_MIPS_26 4 /* Direct 26 bit shifted */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h834 R_MIPS_26 = 4, enumerator in enum:llvm::ELF::__anon2112

Completed in 165 milliseconds