Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDRelocationResolver.cpp105 case ELF::R_MIPS_32: in supportsMips64()
117 case ELF::R_MIPS_32: in resolveMips64()
293 case ELF::R_MIPS_32: in supportsMips32()
304 if (Rel == ELF::R_MIPS_32) in resolveMips32()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldELFMips.cpp68 case ELF::R_MIPS_32: in evaluateMIPS32Relocation()
130 case ELF::R_MIPS_32: in evaluateMIPS64Relocation()
253 case ELF::R_MIPS_32: in applyMIPSRelocation()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDMips.cpp67 symbolicRel = R_MIPS_32; in MIPS()
131 case R_MIPS_32: in getRelExpr()
386 case R_MIPS_32: in getImplicitAddend()
559 case R_MIPS_32: in relocateOne()
/freebsd-11-stable/sys/mips/include/
HDelf.h166 #define R_MIPS_32 2 macro
/freebsd-11-stable/contrib/binutils/bfd/
HDelf32-mips.c137 HOWTO (R_MIPS_32, /* type */
1110 reloc32.howto = &elf_mips_howto_table_rel[R_MIPS_32]; in mips32_64bit_reloc()
1186 { BFD_RELOC_32, R_MIPS_32 },
1266 return &howto_table[(int) R_MIPS_32]; in bfd_elf32_bfd_reloc_type_lookup()
HDelfn32-mips.c138 HOWTO (R_MIPS_32, /* type */
809 HOWTO (R_MIPS_32, /* type */
1990 { BFD_RELOC_32, R_MIPS_32 },
1992 { BFD_RELOC_CTOR, R_MIPS_32 },
HDelf64-mips.c175 HOWTO (R_MIPS_32, /* type */
844 HOWTO (R_MIPS_32, /* type */
2146 { BFD_RELOC_32, R_MIPS_32 },
HDelfxx-mips.c2722 outrel.r_info = ELF32_R_INFO (STN_UNDEF, R_MIPS_32); in mips_elf_create_local_got_entry()
4291 case R_MIPS_32: in mips_elf_calculate_relocation()
4867 outrel[0].r_info = ELF32_R_INFO (indx, R_MIPS_32); in mips_elf_create_dynamic_relocation()
6457 case R_MIPS_32: in _bfd_mips_elf_check_relocs()
6618 case R_MIPS_32: in _bfd_mips_elf_check_relocs()
7792 howto = MIPS_ELF_RTYPE_TO_HOWTO (input_bfd, R_MIPS_32, FALSE); in _bfd_mips_elf_relocate_section()
8308 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32); in _bfd_mips_elf_finish_dynamic_symbol()
8488 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_MIPS_32); in _bfd_mips_vxworks_finish_dynamic_symbol()
8545 outrel.r_info = ELF32_R_INFO (h->dynindx, R_MIPS_32); in _bfd_mips_vxworks_finish_dynamic_symbol()
8634 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_MIPS_32); in mips_vxworks_finish_exec_plt()
HDChangeLog-20062808 create dynamic relocations for R_MIPS_32, R_MIPS_REL32 or R_MIPS_64
2824 for R_MIPS_32, R_MIPS_REL32 or R_MIPS_64 in VxWorks executables.
2830 R_MIPS_32, R_MIPS_REL32 or R_MIPS_64 relocations. Update the calls
HDChangeLog-96973792 R_MIPS_32 and R_MIPS_REL32. Set sgot and g as soon as possible.
4482 for R_MIPS_REL32 and R_MIPS_32 relocs if no dynamic sections were
4485 R_MIPS_32 relocs if creating a shared library.
4972 (mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32
4975 (mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc
HDChangeLog-9899910 (_bfd_mips_elf_check_relocs): Handle local symbols in R_MIPS_32
1465 (mips_elf_calculate_relocation): Handle R_MIPS_64 like R_MIPS_32.
1468 (_bfd_mips_elf_check_relocs): Handle R_MIPS_64 like R_MIPS_32.
HDChangeLog-0203336 a secondary GOT entry, create an R_MIPS_32 or R_MIPS_64 relocation and
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDMips.def8 ELF_RELOC(R_MIPS_32, 2)
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
HDlibdwarf_reloc.c51 return (is64 ? R_MIPS_64 : R_MIPS_32); in _dwarf_get_reloc_type()
107 if (rel_type == R_MIPS_32) in _dwarf_get_reloc_size()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFObjectWriter.cpp236 return IsPCRel ? ELF::R_MIPS_PC32 : ELF::R_MIPS_32; in getRelocType()
580 case ELF::R_MIPS_32: in needsRelocateWithSymbol()
/freebsd-11-stable/sys/mips/mips/
HDelf_machdep.c221 case R_MIPS_32: /* S + A */ in elf_reloc_internal()
/freebsd-11-stable/contrib/binutils/include/elf/
HDmips.h38 RELOC_NUMBER (R_MIPS_32, 2) /* In Elf 64: alias R_MIPS_ADD */
/freebsd-11-stable/sys/sys/
HDelf_common.h1082 #define R_MIPS_32 2 /* Direct 32 bit */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp1346 if (RelType == ELF::R_MIPS_32) in processRelocationRef()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1877 _ELF_DEFINE_RELOC(R_MIPS_32, 2) \