Searched refs:R_MIPS_32 (Results 1 – 20 of 20) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | RelocationResolver.cpp | 105 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/ |
| HD | RuntimeDyldELFMips.cpp | 68 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/ |
| HD | Mips.cpp | 67 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/ |
| HD | elf.h | 166 #define R_MIPS_32 2 macro
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elf32-mips.c | 137 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()
|
| HD | elfn32-mips.c | 138 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 },
|
| HD | elf64-mips.c | 175 HOWTO (R_MIPS_32, /* type */ 844 HOWTO (R_MIPS_32, /* type */ 2146 { BFD_RELOC_32, R_MIPS_32 },
|
| HD | elfxx-mips.c | 2722 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()
|
| HD | ChangeLog-2006 | 2808 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
|
| HD | ChangeLog-9697 | 3792 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
|
| HD | ChangeLog-9899 | 910 (_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.
|
| HD | ChangeLog-0203 | 336 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/ |
| HD | Mips.def | 8 ELF_RELOC(R_MIPS_32, 2)
|
| /freebsd-11-stable/contrib/elftoolchain/libdwarf/ |
| HD | libdwarf_reloc.c | 51 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/ |
| HD | MipsELFObjectWriter.cpp | 236 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/ |
| HD | elf_machdep.c | 221 case R_MIPS_32: /* S + A */ in elf_reloc_internal()
|
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | mips.h | 38 RELOC_NUMBER (R_MIPS_32, 2) /* In Elf 64: alias R_MIPS_ADD */
|
| /freebsd-11-stable/sys/sys/ |
| HD | elf_common.h | 1082 #define R_MIPS_32 2 /* Direct 32 bit */ macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldELF.cpp | 1346 if (RelType == ELF::R_MIPS_32) in processRelocationRef()
|
| /freebsd-11-stable/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1877 _ELF_DEFINE_RELOC(R_MIPS_32, 2) \
|