Home
last modified time | relevance | path

Searched refs:R_MIPS_LO16 (Results 1 – 25 of 25) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp144 return ELF::R_MIPS_LO16; in getMatchingLoType()
155 return ELF::R_MIPS_LO16; in getMatchingLoType()
306 return ELF::R_MIPS_LO16; in getRelocType()
333 return setRTypes(ELF::R_MIPS_GPREL16, ELF::R_MIPS_SUB, ELF::R_MIPS_LO16); in getRelocType()
542 case ELF::R_MIPS_LO16: in needsRelocateWithSymbol()
/openbsd/src/sys/arch/mips64/include/
Dreloc.h42 #define R_MIPS_LO16 6 /* Low 16 bit */ macro
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp75 case ELF::R_MIPS_LO16: in evaluateMIPS32Relocation()
144 case ELF::R_MIPS_LO16: in evaluateMIPS64Relocation()
223 case ELF::R_MIPS_LO16: in applyMIPSRelocation()
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DMips.cpp115 case R_MIPS_LO16: in getRelExpr()
407 case R_MIPS_LO16: in getImplicitAddend()
501 if (type2 == R_MIPS_SUB && (type3 == R_MIPS_HI16 || type3 == R_MIPS_LO16)) in calculateMipsRelChain()
634 case R_MIPS_LO16: in relocate()
759 return type == R_MIPS_LO16 || type == R_MIPS_GOT_OFST || in usesOnlyLowPageBits()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def12 ELF_RELOC(R_MIPS_LO16, 6)
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delfn32-mips.c206 HOWTO (R_MIPS_LO16, /* type */
703 HOWTO (R_MIPS_LO16, /* type */
1591 { BFD_RELOC_LO16, R_MIPS_LO16 },
Delf32-mips.c201 HOWTO (R_MIPS_LO16, /* type */
1081 { BFD_RELOC_LO16, R_MIPS_LO16 },
Delf64-mips.c243 HOWTO (R_MIPS_LO16, /* type */
738 HOWTO (R_MIPS_LO16, /* type */
1807 { BFD_RELOC_LO16, R_MIPS_LO16 },
Delfxx-mips.c3122 if (r_type != R_MIPS_HI16 && r_type != R_MIPS_LO16) in mips_elf_calculate_relocation()
3308 case R_MIPS_LO16: in mips_elf_calculate_relocation()
3426 case R_MIPS_LO16: in mips_elf_calculate_relocation()
6278 lo = R_MIPS_LO16; in _bfd_mips_elf_relocate_section()
DChangeLog-020350 _bfd_mips_elf_lo16_reloc for R_MIPS_LO16 and R_MIPS_GNU_REL_LO16,
61 for R_MIPS_LO16 and _bfd_mips_elf_got16_reloc for R_MIPS_GOT16.
DChangeLog-98991455 when _gp_disp is undefined. Do not check R_MIPS_LO16 for overflow
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dmips.h41 RELOC_NUMBER (R_MIPS_LO16, 6)
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delfn32-mips.c206 HOWTO (R_MIPS_LO16, /* type */
859 HOWTO (R_MIPS_LO16, /* type */
1990 { BFD_RELOC_LO16, R_MIPS_LO16 },
Delf32-mips.c202 HOWTO (R_MIPS_LO16, /* type */
1208 { BFD_RELOC_LO16, R_MIPS_LO16 },
Delf64-mips.c243 HOWTO (R_MIPS_LO16, /* type */
894 HOWTO (R_MIPS_LO16, /* type */
2158 { BFD_RELOC_LO16, R_MIPS_LO16 },
Delfxx-mips.c3985 if (r_type != R_MIPS_HI16 && r_type != R_MIPS_LO16 in mips_elf_calculate_relocation()
4211 case R_MIPS_LO16: in mips_elf_calculate_relocation()
4373 case R_MIPS_LO16: in mips_elf_calculate_relocation()
7766 lo16_type = R_MIPS_LO16; in _bfd_mips_elf_relocate_section()
8398 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_LO16); in _bfd_mips_vxworks_finish_dynamic_symbol()
8518 rela.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_LO16); in mips_vxworks_finish_exec_plt()
8540 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_LO16); in mips_vxworks_finish_exec_plt()
DChangeLog-020350 _bfd_mips_elf_lo16_reloc for R_MIPS_LO16 and R_MIPS_GNU_REL_LO16,
61 for R_MIPS_LO16 and _bfd_mips_elf_got16_reloc for R_MIPS_GOT16.
DChangeLog-98991455 when _gp_disp is undefined. Do not check R_MIPS_LO16 for overflow
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dmips.h42 RELOC_NUMBER (R_MIPS_LO16, 6)
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1103 return ELF::R_MIPS_LO16; in getMatchingLoRelocation()
1106 return ELF::R_MIPS_LO16; in getMatchingLoRelocation()
1409 ELF::R_MIPS_LO16, Value.Addend); in processRelocationRef()
1427 } else if (RelType == ELF::R_MIPS_LO16 || RelType == ELF::R_MIPS_PCLO16) { in processRelocationRef()
1505 ELF::R_MIPS_LO16, Value.Addend); in processRelocationRef()
1527 ELF::R_MIPS_LO16, Value.Addend); in processRelocationRef()
/openbsd/src/gnu/llvm/lld/ELF/
DRelocations.cpp155 return R_MIPS_LO16; in getMipsPairType()
165 return isLocal ? R_MIPS_LO16 : R_MIPS_NONE; in getMipsPairType()
DInputSection.cpp683 if (type == R_MIPS_LO16 || type == R_MICROMIPS_LO16) in getRelocTargetVA()
DThunks.cpp912 target->relocateNoSym(buf + 8, R_MIPS_LO16, s); in writeTo()
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-02034151 Relax R_MIPS_GOT16/R_MIPS_LO16 to R_MIPS_GOT_DISP if local.
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-02034151 Relax R_MIPS_GOT16/R_MIPS_LO16 to R_MIPS_GOT_DISP if local.