Searched refs:R_MIPS_HI16 (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| HD | MipsELFObjectWriter.cpp | 130 return ELF::R_MIPS_HI16; in GetRelocType() 157 Type = setRType3((unsigned)ELF::R_MIPS_HI16, Type); in GetRelocType() 234 if (Type == ELF::R_MIPS_HI16) in getMatchingLoType() 392 case ELF::R_MIPS_HI16: in needsRelocateWithSymbol()
|
| /NextBSD/sys/mips/include/ |
| HD | elf.h | 167 #define R_MIPS_HI16 5 /* high 16 bits of symbol value */ macro
|
| /NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/ |
| HD | Mips.def | 11 ELF_RELOC(R_MIPS_HI16, 5)
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elfn32-mips.c | 189 HOWTO (R_MIPS_HI16, /* type */ 857 HOWTO (R_MIPS_HI16, /* type */ 1995 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
|
| HD | elf32-mips.c | 185 HOWTO (R_MIPS_HI16, /* type */ 1190 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
|
| HD | elf64-mips.c | 226 HOWTO (R_MIPS_HI16, /* type */ 892 HOWTO (R_MIPS_HI16, /* type */ 2151 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
|
| HD | elfxx-mips.c | 1470 hi->rel.howto = MIPS_ELF_RTYPE_TO_HOWTO (abfd, R_MIPS_HI16, FALSE); in _bfd_mips_elf_lo16_reloc() 3996 if (r_type != R_MIPS_HI16 && r_type != R_MIPS_LO16 in mips_elf_calculate_relocation() 4230 case R_MIPS_HI16: in mips_elf_calculate_relocation() 4376 case R_MIPS_HI16: in mips_elf_calculate_relocation() 7834 if (r_type == R_MIPS_HI16 || r_type == R_MIPS16_HI16 in _bfd_mips_elf_relocate_section() 7932 if (r_type == R_MIPS_HI16 in _bfd_mips_elf_relocate_section() 8495 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_HI16); in _bfd_mips_vxworks_finish_dynamic_symbol() 8614 rela.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_HI16); in mips_vxworks_finish_exec_plt() 8639 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_HI16); in mips_vxworks_finish_exec_plt()
|
| HD | ChangeLog-0203 | 49 _bfd_mips_elf_hi16_reloc for R_MIPS_HI16 and R_MIPS_GNU_REL_HI16, 52 to 16 for R_MIPS_HI16 and R_MIPS_GNU_REL_HI16. 60 _bfd_mips_elf_hi16_reloc for R_MIPS_HI16, _bfd_mips_elf_lo16_reloc 62 Change R_MIPS_HI16's rightshift to 16. 7341 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
|
| /NextBSD/sys/mips/mips/ |
| HD | elf_machdep.c | 251 case R_MIPS_HI16: /* ((AHL + S) - ((short)(AHL + S)) >> 16 */ in elf_reloc_internal()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldELF.cpp | 503 case ELF::R_MIPS_HI16: in resolveMIPSRelocation() 642 case ELF::R_MIPS_HI16: in evaluateMIPS64Relocation() 736 case ELF::R_MIPS_HI16: in applyMIPS64Relocation() 1291 ELF::R_MIPS_HI16, Value.Addend); in processRelocationRef() 1311 if (RelType == ELF::R_MIPS_HI16 || RelType == ELF::R_MIPS_PCHI16) in processRelocationRef()
|
| /NextBSD/contrib/binutils/include/elf/ |
| HD | mips.h | 41 RELOC_NUMBER (R_MIPS_HI16, 5)
|
| /NextBSD/sys/sys/ |
| HD | elf_common.h | 1025 #define R_MIPS_HI16 5 /* High 16 bit */ macro
|
| /NextBSD/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1668 _ELF_DEFINE_RELOC(R_MIPS_HI16, 5) \
|