Home
last modified time | relevance | path

Searched refs:R_MIPS_NONE (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFObjectWriter.cpp152 return ELF::R_MIPS_NONE; in getMatchingLoType()
161 return ELF::R_MIPS_NONE; in getMatchingLoType()
226 return ELF::R_MIPS_NONE; in getRelocType()
230 return ELF::R_MIPS_NONE; in getRelocType()
244 return ELF::R_MIPS_NONE; in getRelocType()
293 unsigned Type = (unsigned)ELF::R_MIPS_NONE; in getRelocType()
296 Type = setRType3((unsigned)ELF::R_MIPS_NONE, Type); in getRelocType()
333 unsigned Type = (unsigned)ELF::R_MIPS_NONE; in getRelocType()
340 unsigned Type = (unsigned)ELF::R_MIPS_NONE; in getRelocType()
347 unsigned Type = (unsigned)ELF::R_MIPS_NONE; in getRelocType()
[all …]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDMips.cpp52 noneRel = R_MIPS_NONE; in MIPS()
192 case R_MIPS_NONE: in getRelExpr()
204 return R_MIPS_NONE; in getDynRel()
469 if (type2 == R_MIPS_NONE && type3 == R_MIPS_NONE) in calculateMipsRelChain()
471 if (type2 == R_MIPS_64 && type3 == R_MIPS_NONE) in calculateMipsRelChain()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldELFMips.cpp128 case ELF::R_MIPS_NONE: in evaluateMIPS64Relocation()
287 if (r_type2 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()
293 if (r_type3 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()
/freebsd-11-stable/contrib/binutils/bfd/
HDelf64-mips.c145 HOWTO (R_MIPS_NONE, /* type */
814 HOWTO (R_MIPS_NONE, /* type */
2144 { BFD_RELOC_NONE, R_MIPS_NONE },
2487 case R_MIPS_NONE: in mips_elf64_slurp_one_reloc_table()
2784 int_rel.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rel()
2785 int_rel.r_type3 = (int) R_MIPS_NONE; in mips_elf64_write_rel()
2883 int_rela.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rela()
2884 int_rela.r_type3 = (int) R_MIPS_NONE; in mips_elf64_write_rela()
HDelfn32-mips.c108 HOWTO (R_MIPS_NONE, /* type */
779 HOWTO (R_MIPS_NONE, /* type */
1988 { BFD_RELOC_NONE, R_MIPS_NONE },
HDelf32-mips.c107 HOWTO (R_MIPS_NONE, /* type */
1184 { BFD_RELOC_NONE, R_MIPS_NONE },
HDelfxx-mips.c4283 case R_MIPS_NONE: in mips_elf_calculate_relocation()
4889 : R_MIPS_NONE); in mips_elf_create_dynamic_relocation()
4890 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE); in mips_elf_create_dynamic_relocation()
8003 && ELF_R_TYPE (input_bfd, rel[1].r_info) != R_MIPS_NONE) in _bfd_mips_elf_relocate_section()
/freebsd-11-stable/sys/mips/include/
HDelf.h164 #define R_MIPS_NONE 0 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDMips.def6 ELF_RELOC(R_MIPS_NONE, 0)
/freebsd-11-stable/sys/mips/mips/
HDelf_machdep.c218 case R_MIPS_NONE: /* none */ in elf_reloc_internal()
/freebsd-11-stable/contrib/binutils/include/elf/
HDmips.h36 RELOC_NUMBER (R_MIPS_NONE, 0)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp1468 : Type(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1469 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1470 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1564 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
1565 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDRelocations.cpp314 return isLocal ? R_MIPS_LO16 : R_MIPS_NONE; in getMipsPairType()
316 return isLocal ? R_MICROMIPS_LO16 : R_MIPS_NONE; in getMipsPairType()
322 return R_MIPS_NONE; in getMipsPairType()
607 if (pairTy == R_MIPS_NONE) in computeMipsAddend()
/freebsd-11-stable/sys/sys/
HDelf_common.h1080 #define R_MIPS_NONE 0 /* No reloc */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp1008 return ELF::R_MIPS_NONE; in getMatchingLoRelocation()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1875 _ELF_DEFINE_RELOC(R_MIPS_NONE, 0) \