Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/mips64/include/
Dreloc.h41 #define R_MIPS_HI16 5 /* High 16 bit */ macro
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp72 case ELF::R_MIPS_HI16: in evaluateMIPS32Relocation()
141 case ELF::R_MIPS_HI16: in evaluateMIPS64Relocation()
222 case ELF::R_MIPS_HI16: in applyMIPSRelocation()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp143 if (Type == ELF::R_MIPS_HI16) in getMatchingLoType()
304 return ELF::R_MIPS_HI16; in getRelocType()
328 return setRTypes(ELF::R_MIPS_GPREL16, ELF::R_MIPS_SUB, ELF::R_MIPS_HI16); in getRelocType()
539 case ELF::R_MIPS_HI16: in needsRelocateWithSymbol()
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DMips.cpp114 case R_MIPS_HI16: in getRelExpr()
400 case R_MIPS_HI16: in getImplicitAddend()
501 if (type2 == R_MIPS_SUB && (type3 == R_MIPS_HI16 || type3 == R_MIPS_LO16)) in calculateMipsRelChain()
660 case R_MIPS_HI16: in relocate()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def11 ELF_RELOC(R_MIPS_HI16, 5)
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delfn32-mips.c191 HOWTO (R_MIPS_HI16, /* type */
688 HOWTO (R_MIPS_HI16, /* type */
1590 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
Delf32-mips.c186 HOWTO (R_MIPS_HI16, /* type */
1080 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
Delf64-mips.c228 HOWTO (R_MIPS_HI16, /* type */
723 HOWTO (R_MIPS_HI16, /* type */
1806 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
Delfxx-mips.c1220 hi->rel.howto = MIPS_ELF_RTYPE_TO_HOWTO (abfd, R_MIPS_HI16, FALSE); in _bfd_mips_elf_lo16_reloc()
3122 if (r_type != R_MIPS_HI16 && r_type != R_MIPS_LO16) in mips_elf_calculate_relocation()
3307 case R_MIPS_HI16: in mips_elf_calculate_relocation()
3413 case R_MIPS_HI16: in mips_elf_calculate_relocation()
6257 if (r_type == R_MIPS_HI16 in _bfd_mips_elf_relocate_section()
6362 if (r_type == R_MIPS_HI16 in _bfd_mips_elf_relocate_section()
DChangeLog-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
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dmips.h40 RELOC_NUMBER (R_MIPS_HI16, 5)
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delfn32-mips.c191 HOWTO (R_MIPS_HI16, /* type */
844 HOWTO (R_MIPS_HI16, /* type */
1989 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
Delf32-mips.c187 HOWTO (R_MIPS_HI16, /* type */
1207 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
Delf64-mips.c228 HOWTO (R_MIPS_HI16, /* type */
879 HOWTO (R_MIPS_HI16, /* type */
2157 { BFD_RELOC_HI16_S, R_MIPS_HI16 },
Delfxx-mips.c1463 hi->rel.howto = MIPS_ELF_RTYPE_TO_HOWTO (abfd, R_MIPS_HI16, FALSE); in _bfd_mips_elf_lo16_reloc()
3985 if (r_type != R_MIPS_HI16 && r_type != R_MIPS_LO16 in mips_elf_calculate_relocation()
4210 case R_MIPS_HI16: in mips_elf_calculate_relocation()
4347 case R_MIPS_HI16: in mips_elf_calculate_relocation()
7752 if (r_type == R_MIPS_HI16 || r_type == R_MIPS16_HI16 in _bfd_mips_elf_relocate_section()
7828 if (r_type == R_MIPS_HI16 in _bfd_mips_elf_relocate_section()
8391 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_HI16); in _bfd_mips_vxworks_finish_dynamic_symbol()
8510 rela.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_HI16); in mips_vxworks_finish_exec_plt()
8535 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_HI16); in mips_vxworks_finish_exec_plt()
DChangeLog-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
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dmips.h41 RELOC_NUMBER (R_MIPS_HI16, 5)
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1105 case ELF::R_MIPS_HI16: in getMatchingLoRelocation()
1406 ELF::R_MIPS_HI16, Value.Addend); in processRelocationRef()
1423 } else if (RelType == ELF::R_MIPS_HI16 || RelType == ELF::R_MIPS_PCHI16) { in processRelocationRef()
1502 ELF::R_MIPS_HI16, Value.Addend); in processRelocationRef()
1524 ELF::R_MIPS_HI16, Value.Addend); in processRelocationRef()
/openbsd/src/gnu/llvm/lld/ELF/
DThunks.cpp911 target->relocateNoSym(buf, R_MIPS_HI16, s); in writeTo()
DRelocations.cpp154 case R_MIPS_HI16: in getMipsPairType()