Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFObjectWriter.cpp130 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/
HDelf.h167 #define R_MIPS_HI16 5 /* high 16 bits of symbol value */ macro
/NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/
HDMips.def11 ELF_RELOC(R_MIPS_HI16, 5)
/NextBSD/contrib/binutils/bfd/
HDelfn32-mips.c189 HOWTO (R_MIPS_HI16, /* type */
857 HOWTO (R_MIPS_HI16, /* type */
1995 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
HDelf32-mips.c185 HOWTO (R_MIPS_HI16, /* type */
1190 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
HDelf64-mips.c226 HOWTO (R_MIPS_HI16, /* type */
892 HOWTO (R_MIPS_HI16, /* type */
2151 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
HDelfxx-mips.c1470 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()
HDChangeLog-020349 _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/
HDelf_machdep.c251 case R_MIPS_HI16: /* ((AHL + S) - ((short)(AHL + S)) >> 16 */ in elf_reloc_internal()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp503 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/
HDmips.h41 RELOC_NUMBER (R_MIPS_HI16, 5)
/NextBSD/sys/sys/
HDelf_common.h1025 #define R_MIPS_HI16 5 /* High 16 bit */ macro
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h1668 _ELF_DEFINE_RELOC(R_MIPS_HI16, 5) \