Searched refs:R_MIPS_LITERAL (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/mips/include/ |
| D | elf.h | 170 #define R_MIPS_LITERAL 8 /* Reference to literal section */ macro
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | elf32-mips.c | 230 HOWTO (R_MIPS_LITERAL, /* type */ 981 if (reloc_entry->howto->type == R_MIPS_LITERAL in _bfd_mips_elf32_gprel16_reloc() 1193 { BFD_RELOC_MIPS_LITERAL, R_MIPS_LITERAL }, 1353 || r_type == (unsigned int) R_MIPS_LITERAL)) in mips_info_to_howto_rel()
|
| D | elfn32-mips.c | 234 HOWTO (R_MIPS_LITERAL, /* type */ 902 HOWTO (R_MIPS_LITERAL, /* type */ 2000 { BFD_RELOC_MIPS_LITERAL, R_MIPS_LITERAL }, 2167 || r_type == (unsigned int) R_MIPS_LITERAL)) in mips_info_to_howto_rel()
|
| D | elf64-mips.c | 271 HOWTO (R_MIPS_LITERAL, /* type */ 937 HOWTO (R_MIPS_LITERAL, /* type */ 2156 { BFD_RELOC_MIPS_LITERAL, R_MIPS_LITERAL }, 2488 case R_MIPS_LITERAL: in mips_elf64_slurp_one_reloc_table()
|
| D | elfxx-mips.c | 4234 case R_MIPS_LITERAL: in mips_elf_calculate_relocation() 4433 case R_MIPS_LITERAL: in mips_elf_calculate_relocation() 6692 case R_MIPS_LITERAL: in _bfd_mips_elf_check_relocs() 7686 || r_type == R_MIPS_LITERAL) in mips_elf_adjust_addend()
|
| D | ChangeLog-9899 | 270 * elf32-mips.c (mips_elf_calculate_relocation): R_MIPS_LITERAL 274 the GP value for R_MIPS_LITERAL relocs too. Handle
|
| /freebsd-10-stable/contrib/binutils/include/elf/ |
| D | mips.h | 44 RELOC_NUMBER (R_MIPS_LITERAL, 8)
|
| /freebsd-10-stable/sys/sys/ |
| D | elf_common.h | 1027 #define R_MIPS_LITERAL 8 /* 16 bit literal entry */ macro
|
| /freebsd-10-stable/contrib/llvm/lib/Object/ |
| D | ELF.cpp | 121 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_MIPS_LITERAL); in getELFRelocationTypeName()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 838 R_MIPS_LITERAL = 8, enumerator
|