Home
last modified time | relevance | path

Searched refs:R_MIPS_JALR (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/sys/mips/include/
HDelf.h211 #define R_MIPS_JALR 37 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDMips.def43 ELF_RELOC(R_MIPS_JALR, 37)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFObjectWriter.cpp411 return ELF::R_MIPS_JALR; in getRelocType()
612 case ELF::R_MIPS_JALR: in needsRelocateWithSymbol()
/freebsd-11-stable/contrib/binutils/bfd/
HDelfn32-mips.c590 HOWTO (R_MIPS_JALR, /* type */
1278 HOWTO (R_MIPS_JALR, /* type */
2022 { BFD_RELOC_MIPS_JALR, R_MIPS_JALR },
HDelf64-mips.c625 HOWTO (R_MIPS_JALR, /* type */
1312 HOWTO (R_MIPS_JALR, /* type */
2178 { BFD_RELOC_MIPS_JALR, R_MIPS_JALR },
HDelf32-mips.c536 HOWTO (R_MIPS_JALR, /* type */
HDelfxx-mips.c4564 case R_MIPS_JALR: in mips_elf_calculate_relocation()
4683 || (r_type == R_MIPS_JALR && x == 0x0320f809))) /* jalr t9 */ in mips_elf_perform_relocation()
6730 case R_MIPS_JALR: in _bfd_mips_elf_check_relocs()
6794 if (r_type != R_MIPS_JALR) in _bfd_mips_relax_section()
HDChangeLog-98992207 * elf32-mips.c (elf_mips_howto_table): Add R_MIPS_JALR.
HDChangeLog-02032444 * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDMips.cpp86 case R_MIPS_JALR: in getRelExpr()
649 case R_MIPS_JALR: in relocateOne()
/freebsd-11-stable/contrib/binutils/include/elf/
HDmips.h75 RELOC_NUMBER (R_MIPS_JALR, 37)
HDChangeLog-91031313 * mips.h: Add R_MIPS_JALR and adjust R_MIPS_max appropriately.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldELFMips.cpp127 case ELF::R_MIPS_JALR: in evaluateMIPS64Relocation()
/freebsd-11-stable/contrib/llvm-project/lld/docs/
HDReleaseNotes.rst32 * Relax MIPS ``jalr`` and ``jr`` instructions marked by the ``R_MIPS_JALR``
/freebsd-11-stable/sys/sys/
HDelf_common.h1102 #define R_MIPS_JALR 37 macro
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1899 _ELF_DEFINE_RELOC(R_MIPS_JALR, 37) \