Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp122 Type = ELF::R_MIPS_LO16; in GetRelocType()
166 Type = setRType3((unsigned)ELF::R_MIPS_LO16, Type); in GetRelocType()
246 return (I->Reloc.Type == ELF::R_MIPS_LO16) && (Hi->Sym == I->Sym) && in HasMatchingLo()
289 if ((R->Reloc.Type == ELF::R_MIPS_LO16) && HasSameSymbol(*HiPos, *R) && in sortRelocs()
/freebsd-9-stable/sys/mips/include/
Delf.h159 #define R_MIPS_LO16 6 /* Low 16 bit */ macro
/freebsd-9-stable/sys/mips/mips/
Delf_machdep.c228 case R_MIPS_LO16: /* AHL + S */ in elf_reloc_internal()
/freebsd-9-stable/contrib/binutils/bfd/
Delfn32-mips.c204 HOWTO (R_MIPS_LO16, /* type */
872 HOWTO (R_MIPS_LO16, /* type */
1996 { BFD_RELOC_LO16, R_MIPS_LO16 },
Delf32-mips.c200 HOWTO (R_MIPS_LO16, /* type */
1191 { BFD_RELOC_LO16, R_MIPS_LO16 },
Delf64-mips.c241 HOWTO (R_MIPS_LO16, /* type */
907 HOWTO (R_MIPS_LO16, /* type */
2152 { BFD_RELOC_LO16, R_MIPS_LO16 },
Delfxx-mips.c3992 if (r_type != R_MIPS_HI16 && r_type != R_MIPS_LO16 in mips_elf_calculate_relocation()
4227 case R_MIPS_LO16: in mips_elf_calculate_relocation()
4398 case R_MIPS_LO16: in mips_elf_calculate_relocation()
7842 lo16_type = R_MIPS_LO16; in _bfd_mips_elf_relocate_section()
8498 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_LO16); in _bfd_mips_vxworks_finish_dynamic_symbol()
8618 rela.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_LO16); in mips_vxworks_finish_exec_plt()
8640 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
/freebsd-9-stable/contrib/binutils/include/elf/
Dmips.h42 RELOC_NUMBER (R_MIPS_LO16, 6)
/freebsd-9-stable/sys/sys/
Delf_common.h756 #define R_MIPS_LO16 6 /* Low 16 bit */ macro
/freebsd-9-stable/contrib/llvm/lib/Object/
DELF.cpp119 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_MIPS_LO16); in getELFRelocationTypeName()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h836 R_MIPS_LO16 = 6, enumerator
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp533 case ELF::R_MIPS_LO16: in resolveMIPSRelocation()
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-02034151 Relax R_MIPS_GOT16/R_MIPS_LO16 to R_MIPS_GOT_DISP if local.