Searched refs:R_MIPS_LO16 (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsELFObjectWriter.cpp | 122 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/ |
| D | elf.h | 159 #define R_MIPS_LO16 6 /* Low 16 bit */ macro
|
| /freebsd-9-stable/sys/mips/mips/ |
| D | elf_machdep.c | 228 case R_MIPS_LO16: /* AHL + S */ in elf_reloc_internal()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elfn32-mips.c | 204 HOWTO (R_MIPS_LO16, /* type */ 872 HOWTO (R_MIPS_LO16, /* type */ 1996 { BFD_RELOC_LO16, R_MIPS_LO16 },
|
| D | elf32-mips.c | 200 HOWTO (R_MIPS_LO16, /* type */ 1191 { BFD_RELOC_LO16, R_MIPS_LO16 },
|
| D | elf64-mips.c | 241 HOWTO (R_MIPS_LO16, /* type */ 907 HOWTO (R_MIPS_LO16, /* type */ 2152 { BFD_RELOC_LO16, R_MIPS_LO16 },
|
| D | elfxx-mips.c | 3992 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()
|
| D | ChangeLog-0203 | 50 _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.
|
| D | ChangeLog-9899 | 1455 when _gp_disp is undefined. Do not check R_MIPS_LO16 for overflow
|
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | mips.h | 42 RELOC_NUMBER (R_MIPS_LO16, 6)
|
| /freebsd-9-stable/sys/sys/ |
| D | elf_common.h | 756 #define R_MIPS_LO16 6 /* Low 16 bit */ macro
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | ELF.cpp | 119 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_MIPS_LO16); in getELFRelocationTypeName()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 836 R_MIPS_LO16 = 6, enumerator
|
| /freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 533 case ELF::R_MIPS_LO16: in resolveMIPSRelocation()
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ChangeLog-0203 | 4151 Relax R_MIPS_GOT16/R_MIPS_LO16 to R_MIPS_GOT_DISP if local.
|