Searched refs:R_MIPS_NONE (Results 1 – 16 of 16) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| HD | MipsELFObjectWriter.cpp | 152 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/ |
| HD | Mips.cpp | 52 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/ |
| HD | RuntimeDyldELFMips.cpp | 128 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/ |
| HD | elf64-mips.c | 145 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()
|
| HD | elfn32-mips.c | 108 HOWTO (R_MIPS_NONE, /* type */ 779 HOWTO (R_MIPS_NONE, /* type */ 1988 { BFD_RELOC_NONE, R_MIPS_NONE },
|
| HD | elf32-mips.c | 107 HOWTO (R_MIPS_NONE, /* type */ 1184 { BFD_RELOC_NONE, R_MIPS_NONE },
|
| HD | elfxx-mips.c | 4283 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/ |
| HD | elf.h | 164 #define R_MIPS_NONE 0 macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| HD | Mips.def | 6 ELF_RELOC(R_MIPS_NONE, 0)
|
| /freebsd-11-stable/sys/mips/mips/ |
| HD | elf_machdep.c | 218 case R_MIPS_NONE: /* none */ in elf_reloc_internal()
|
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | mips.h | 36 RELOC_NUMBER (R_MIPS_NONE, 0)
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | ELFYAML.cpp | 1468 : 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/ |
| HD | Relocations.cpp | 314 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/ |
| HD | elf_common.h | 1080 #define R_MIPS_NONE 0 /* No reloc */ macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldELF.cpp | 1008 return ELF::R_MIPS_NONE; in getMatchingLoRelocation()
|
| /freebsd-11-stable/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1875 _ELF_DEFINE_RELOC(R_MIPS_NONE, 0) \
|