Home
last modified time | relevance | path

Searched refs:R_MIPS_SUB (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFObjectWriter.cpp335 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/
HDelf.h198 #define R_MIPS_SUB 24 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldELFMips.cpp139 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/
HDMips.def30 ELF_RELOC(R_MIPS_SUB, 24)
/freebsd-11-stable/contrib/binutils/bfd/
HDelfn32-mips.c437 HOWTO (R_MIPS_SUB, /* type */
1103 HOWTO (R_MIPS_SUB, /* type */
2010 { BFD_RELOC_MIPS_SUB, R_MIPS_SUB },
HDelf32-mips.c435 HOWTO (R_MIPS_SUB, /* type */
1202 { BFD_RELOC_MIPS_SUB, R_MIPS_SUB },
HDelf64-mips.c472 HOWTO (R_MIPS_SUB, /* type */
1138 HOWTO (R_MIPS_SUB, /* type */
2166 { BFD_RELOC_MIPS_SUB, R_MIPS_SUB },
HDelfxx-mips.c4544 case R_MIPS_SUB: in mips_elf_calculate_relocation()
HDChangeLog-98992261 (elf_mips_howto_table): Add R_MIPS_SUB.
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDMips.cpp134 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/
HDmips.h62 RELOC_NUMBER (R_MIPS_SUB, 24)
/freebsd-11-stable/sys/sys/
HDelf_common.h1099 #define R_MIPS_SUB 24 macro
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1896 _ELF_DEFINE_RELOC(R_MIPS_SUB, 24) \