Searched refs:R_MIPS_SUB (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| HD | MipsELFObjectWriter.cpp | 335 Type = setRType2((unsigned)ELF::R_MIPS_SUB, Type); in getRelocType() 349 Type = setRType2((unsigned)ELF::R_MIPS_SUB, Type); in getRelocType() 365 return ELF::R_MIPS_SUB; in getRelocType() 589 case ELF::R_MIPS_SUB: in needsRelocateWithSymbol()
|
| /freebsd-11-stable/sys/mips/include/ |
| HD | elf.h | 198 #define R_MIPS_SUB 24 macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| HD | RuntimeDyldELFMips.cpp | 139 case ELF::R_MIPS_SUB: in evaluateMIPS64Relocation() 259 case ELF::R_MIPS_SUB: in applyMIPSRelocation()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| HD | Mips.def | 30 ELF_RELOC(R_MIPS_SUB, 24)
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elfn32-mips.c | 437 HOWTO (R_MIPS_SUB, /* type */ 1103 HOWTO (R_MIPS_SUB, /* type */ 2010 { BFD_RELOC_MIPS_SUB, R_MIPS_SUB },
|
| HD | elf32-mips.c | 435 HOWTO (R_MIPS_SUB, /* type */ 1202 { BFD_RELOC_MIPS_SUB, R_MIPS_SUB },
|
| HD | elf64-mips.c | 472 HOWTO (R_MIPS_SUB, /* type */ 1138 HOWTO (R_MIPS_SUB, /* type */ 2166 { BFD_RELOC_MIPS_SUB, R_MIPS_SUB },
|
| HD | elfxx-mips.c | 4544 case R_MIPS_SUB: in mips_elf_calculate_relocation()
|
| HD | ChangeLog-9899 | 2261 (elf_mips_howto_table): Add R_MIPS_SUB.
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/ |
| HD | Mips.cpp | 134 case R_MIPS_SUB: in getRelExpr() 473 if (type2 == R_MIPS_SUB && (type3 == R_MIPS_HI16 || type3 == R_MIPS_LO16)) in calculateMipsRelChain()
|
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | mips.h | 62 RELOC_NUMBER (R_MIPS_SUB, 24)
|
| /freebsd-11-stable/sys/sys/ |
| HD | elf_common.h | 1099 #define R_MIPS_SUB 24 macro
|
| /freebsd-11-stable/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1896 _ELF_DEFINE_RELOC(R_MIPS_SUB, 24) \
|